I wanted to create a simple directory of non-profit organizations. To do so, I wanted to use pages for the…
Category Archive Code Snippets
You can manage multiple sidebar widgets in WordPress. To do so, you go to the Widgets page in the Admin,…
We’re currently building a site on Adii’s Premium Gazette WordPress theme (this is an affiliate link). In my opinion, it’s…
The WordPress admin doesn’t have a favicon. That means that when you’re working with a bunch of tabs open, it’s…
Some blogs have alternating background colors for their comments and posts, i.e. a green background for every even comment and…
Being able to link to specific comments in your WordPress blog could be very handy. Good comments can really add…
You may encounter situations where you need to automatically display a thumbnail or image of some kind that will link…
The title I am referring to here is the title that appears in the top bar of your browser, and…
Here’s a bit of code to put in your sidebar to display the most recent posts on your blog: <?php…
This code is from the Blog Oh Blog theme, and displays recent comments in the sidebar without the need for…