Updating your WordPress Post Data after Changing your Custom Post Type Name

Posted in Tutorials, WordPress by
Anthony Hortin
(Updated: October 12, 2012)

Custom Post Types (CPTs) are a fantastic feature within WordPress. They allow you to define your own Post Type and how it operates within WordPress. As an example, if you’re creating a movie review site you might make a Custom Post Type called ‘movies’ and include Custom Meta Boxes and seperate entry fields for data such as “Genre”, “Release Date”, “Director”, etc., rather than adding all the content into the standard edit field. This makes for much easier to manage data when displaying it within your theme.

Continue reading

Modifying your WordPress Theme to disable image comments

Posted in Tutorials, WordPress by
Anthony Hortin
(Updated: October 12, 2012)

One of the benefits of having a blog, no matter whether it’s WordPress or something else, is being able to interact with your readers through the use of Comments. Obviously, the downside to this is the Spam that you also attract. Thankfully there’s quite a few plugins around now that allow you to automatically filter out the majority of Spam comments.

Continue reading

Adding a WordPress 3.0 menu to your theme

Posted in Tutorials, WordPress by
Anthony Hortin
(Updated: October 12, 2012)

One of the things that has been really lacking in WordPress is the ability to easily administer your theme menu(s). Sure, there are quite a few plugins available that made it significantly easier, but there was never any “built in” methods. This has now changed with the release of WordPress 3.0 and in my opinion, it’s one its best new features.

Continue reading

Never Ever Have Blank Lines Outside Your WordPress PHP Tags

Posted in WordPress by
Anthony Hortin
(Updated: March 10, 2012)

I had my day planned out nicely. Only a few minor updates to make on my WordPress theme for my new site and I would’ve been done (coding wise). Then it happened! I logged into the admin Dashboard to make a few content tweaks and things seemed a bit strange. When I tried to save some content updates, the page just wouldn’t refresh properly. I even tried logging out of the dashboard… But still no luck 😥

Continue reading

How To Add Multiple Widget Sidebars To Your WordPress Blog

Posted in Tutorials, WordPress by
Anthony Hortin
(Updated: October 12, 2012)

I’ve found that the term “sidebar” within WordPress can have multiple meanings. Within your index.php file you will most likely find a call to the php function get_sidebar(). This is referring to the sidebar column, sometimes called the right-hand (or left-hand) navigation column. A sidebar also refers to the location where you add all your Widgets. The Widgets control the content that appears within the sidebar (column) and will usually display lists such as your Recent Posts, Categories, Links or dozens of other items.

Continue reading