Custom post type are very important in wordpress. There are some nice plugins for creating the post type but I recommend custom code in function.php file. I already written about custom post type. If you want to know about custom … Continue reading
how to display post count of all wordpress tags
In wordpress post we use the many post tags. For SEO purpose we can show the post tags. If we want to show the post count related to wordpress tags. You can use following code:
Share and Enjoy
How to List the child pages by post slug OR post ID
First find the page id using page title or page page slug. For post title use following code: For post slug use following code: Now List the child page by post slug
Share and Enjoy
10+ wordpress lightbox plugins useful for slideshow
Jquery lightbox is mostly used for slideshows in web based project. In wordpress that is most favourite. Here I collected some nice wordpress lightbox plugins. Lightbox Plus ColorBox Lightbox Plus ColorBox implements ColorBox as a lightbox image overlay tool for … Continue reading
Share and Enjoy
how to display PDF file in wordpress
There are many people who are struggling for showing PDF file in there wordpress post. Please use following steps for showing the PDF. 1) Go to media -> Add New, upload a file. Once file is uploaded, you will get … Continue reading
Share and Enjoy
List of wordpress plugin development framework
Many wordpress developers want to develop new wordpress plugin for various purpose. They are looking for some ready made wordpress plugin development frameworks. I found some good plugin frameworks which are helpful for developing the wordpress plugin. oop-plugin-template-solution Gives authors … Continue reading
Share and Enjoy
Solution to develop a wordpress theme with minimal impact
Many wordpress theme developer use following method for developing the wordpress theme.\ Copy the wordpress base theme (like twentytwelve in wordpress 3.5) Rename the folder and converted index.html of my HTML to index.php for wordpress theme. Replace style.css with current … Continue reading
Share and Enjoy
Solved : Unable to upload the images in wordpress
This is very common issue with linux or windows server or computer. When you do the wordpress setup you need to give the writeable permission to your wp-content/uploads folder. If you got the following error: when you upload the image. … Continue reading
Share and Enjoy
wordpress user search firstname lastname and display name code
In wordpress admin users listing page, wordpress admin has user search with username and email but we cannot search via display name or first name and last name. We can add firstname, lastname and display name in users search. You just … Continue reading









