If you are creating a theme it is likely that you will need to add some custom widgeted areas to it. It makes sense to add them all at once when ever possible rather than individually. The PHP to do … Continue reading
Get Current Category Link In WordPress
Simply paste this code wherever you want your category link to appear. You could eaasily turn it into a shortcode and put it in the functions.php file and call the shortcode on the page where you want it. You can … Continue reading
Getting ALL Current Post Info In WordPress
This a a post from WPExplorer which is a neat list of template tags relating to the information available about a post. These you can use in your single.php file.You can also use them when yopu are creating your index.php … Continue reading
Template Styling Snippet : Header Menu Widgets
Recently I was checking out Michael Field’s personal WordPress blog and I noticed that he had a gravatar and text widget added to his About Menu Link . Clicking the About Link in the menu revealed the photo and text … Continue reading
WordPress Functions : RSS
This Post contains RSS functions that I pick up from around the web. Help yourself to what you need. Add post thumbnails to RSS feed This very cool piece of code will get the post thumbnail and automatically add it … Continue reading