A stock install of WordPress gives you some things that your client won't need for their site, and will only confuse them. One of these things is the "Links" Menu in the Admin. If you're creating a simple site with WordPress as a CMS your c ...
Here is a quick piece of code to pull the title from one specific page in a WordPress website and write it on another page.
One of the most exciting additions in the last major update of WordPress was the addition of "Custom Menus". What this means is that you have greater control of your navigation menu, links, etc; right from within WordPress. ...
Did you know that WordPress has a built in password protection feature for pages and posts? Did you know how hard it is to change the Protected' text or to edit the 'This post is password protected. To view it pleas ...
Most likely when you're building a site in WordPress there will be times when you want to only include certain CSS or Javascript files on certain pages of the site. An easy way to do this is to use different template files for the different ...
One thing that's good practice to do on a blog is to somehow highlight the authors comments so they stand out from the other comments. This makes it a lot easier for the user of the website to visually pick out which comments are from the a ...