Display Posts From A Single Category In A Separate Page

posts-categories

I wanted to create a ‘Newsletter’ page on my WordPress site where I would post a new article every week. The best way to do this was as a Post rather than a separate page each time. However, I did not want the ‘Newsletter’ to appear on the same page as all my other posts [...]

Remove Nag Message in WP-DB Manager Plugin

wp-dbmanager

WP-DB Manager is a fantastic WordPress plugin for easily doing mySQL database maintenance functions like:
1. Optimise the database (and automate this to run at intervals you specify (e.g. weekly);
2. Repair the database;
3. Empty or Drop Tables (careful with this as you can delete all your data doing this. However, there are occassions where you might [...]

How To Remove ‘Comments are closed’ from WordPress Pages

When you deselect ‘Allow Comments‘ when writing a page in your WordPress Website or Blog, you may have noticed at the bottom of that page on your site when published a line of text ‘Comments are closed‘. To remove this text you need to edit the comments.php file in your theme folder.
How To Edit Comments.php
It [...]