Following a brief note on ‘how to set IPN Notification url of Paypal’.
How to get current category id in Woocommerce?
How to get current category id in a template or theme functions file while using Woocommerce. In fact not only using Woocommerce but this method can be used to get the category object and subsequently the ID in normal category…
How to edit a page in WordPress
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…
MIME Types – Complete List
MIME Types – Complete List Posting full list of MIME Type which every developer like me needs very frequently. Posting for reference here.
Simple image rotater with fadeIn fadeOut effect using jQuery
One may find it useful for rotating images with fadeIn fadeOut effect using jQuery. How it works? It collects image elements grouped by class name and rotates them within an image element which is identified by element ID.
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 Use Custom Fonts On Your Website With the help of CSS
How To Use Custom Fonts On Your Website With CSS? Let’s do an example together. Download bttf.ttf (Back to future font) from here.
URL for getting cached page from Google Cache
Posting the Google Server’s URL for getting cached page from Google Cache for my own reference as i frequently need this url to get old pages of my home town website these days which is undergoing heavy changes. The URL…
Adding Subscribe via Email Widget to Blogger
To add a Subscribe via Email Widget to Blogger is easy. In order to be able to add this widget you just need to be good at copy-pasting and should have some knowledge of blogger admin interface. Even if you…
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.