Quick notes on how to change text from back end in WordPress. This may make newbie in WordPress to be able to edit a page text. Login to WordPress CMS back-end by suffixing /wp-admin/ to your website address.. For example…
Category: WordPress
How to open a WordPress menu child link in new window with jQuery
Following is the example code for how to open a WordPress menu child link in new window with jQuery.
How to open a wordpress menu link in new tab
I will show you how to make a wordpress menu link open in new browser tab. Open a Menus in WordPress Admin Section > Appearance tab.
Resize image using Advanced Settings tab in WordPress Image Editor
I literally overlooked this very useful option till now. So.. you can re-size image to your desired dimension by clicking those 60%, 70% tabs as shown in the figure below. hmm!
Caching large menus or header/footer links in WordPress
Even if you are not using some robust caching plugin or tool in wordpress you can cache small chunks of data using basic caching techniques of PHP. In my example i had been creating a few dozens of links in…
Creating a portfolio or gallery using WordPress media files
One of the cool things one can do in wordpress is to create a gallery or portfolio of images using files directly from Media Library. In general after been uploaded, files in wordpress become “Attachments”. I will show you how…
Showing Next-gen gallery inside the template file
I wanted to show the nggallery images in my web page using a php template tag in the theme template file. What i mean i wanted to use [nggallery id=6] in my template to show a particular gallery after matching…
Security issues created to WordPress installation
Received this warning in Google Chrome last night when i tried to open my website jogindernagar.com built in WordPress. Warning: Something’s Not Right Here! www.jogindernagar.com contains malware. Your computer might catch a virus if you visit this site.
Skipping plugin update request from WordPress Installation – Just A Hack
Sometimes, you may want your WordPress installation to not to ask you for upgrading a certain plugin you might have edited or extended in order to meet your requirements. Though this is not a good practice to modify a certain…
ANZ-egate payment method for WP-Commerce Plugin
ANZ-egate payment method for WP-E-commerce plugin. I hope it works for you. Bug-fixing or improvements are welcomed. How to install: Create a new file (plugins/wp-e-commerce/wpsc-merchants/anz-egate.merchant.php) and place this code into this file. Once saved check the Payment Method section of…