Category Archives: Customising Wordpress

Setting Default WordPress FTP, SSH & SFTP Details

Sometimes hosts are really un-helpful and don’t set up your WordPress ftp details for you, or maybe you set your WordPress install up yourself and …

View more

Tagged: Leave a Comment

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