Category Archives: Wordpress

Enqueue WordPress script on certain theme template pages only

Enqueuing scripts the proper way in WordPress can help avoid annoying javascript problems and allows us to specify dependancies of our scripts I.E. jQuery, so …

View more

Tagged: Leave a Comment

How to add custom meta boxes to WordPress

Many of us want to add custom meta boxes to WordPress post types and doing so is a relevantly easy jaunt, in this tutorial i’m …

View more

Tagged: Leave a Comment

Custom URL structure in WordPress using filters and hooks

WordPress, as we all know is one of the greatest open source website platforms available right now and what with it being open source and …

View more

Tagged: Leave a Comment

How to create WordPress pages with just pure PHP

I’ve seen alot of people ask how to create pages within WordPress with some simple PHP code so I thought i’d give answering it a …

View more

Tagged: Leave a Comment

Correct way to add CSS to WordPress Plugin Backend

Many of us have dabbled with making our own WordPress plugins, but what alot of people forget is we need to make sure we’re as …

View more

Tagged: Leave a Comment

How to get the content of a WordPress post page as well as the loop

Earlier today I was talking about how I haven’t blogged in a little while, I feel ashamed at the truth of it. So as I …

View more

Tagged: Leave a Comment

Installing WordPress or Updating Using Sub Version

Installing wordpress via subversion couldn’t be simpler follow the steps below. Navigate to the directory on your site in which you wish to create the …

View more

Tagged: Leave a Comment