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