WordPress: Exclude A Category From The Front Page Without Breaking Pagingation
In order to exclude a category from the list of posts that appear on your homepage, you can use the WordPress function … Keep Reading
Web Development
In order to exclude a category from the list of posts that appear on your homepage, you can use the WordPress function … Keep Reading
The in_category() function will not test if the post belongs in a sub_category of the given category. So, if you have a … Keep Reading
I own a lot of websites and many of these websites use WordPress. Wordpress is by far, the most widely used … Keep Reading
One of the things that makes developing on WordPress so fun is that it is such a simple platform. A little while … Keep Reading
PHP Timestamps can be very useful in programming and tracking possible modifications which could have been made. The mktime() function in … Keep Reading
I love to read CSS and hate it when the CSS file is all packed up together and hard to read. So, … Keep Reading
I recently had to create a bar graph to highlight for a simple project that I was working on. I took the … Keep Reading
I recently had a project that required me to use Wordpress shortcode inside a Wordpress excerpt. Anybody who is familiar with Wordpress … Keep Reading