Tag Archives: Tips

Tips and tricks to do with various things. Does what it says on the tin.

More tips for styling the WordPress tinyMCE editor

A few weeks ago, I blogged about styl­ing the tinyMCE editor in WordPress to resemble your WordPress theme’s con­tent area. On this post, I received a com­ment from LA, ask­ing if it’s pos­sible to style the tinyMCE editor for spe­cific posts or post tem­plates. Folks, it’s WordPress… anything’s pos­sible! With my mis­sion at hand, I set to work. I’d […]

A few guidelines for WordPress plugin development

The WordPress plu­gin API is vast and power­ful. It allows developers to essen­tially hook code into almost any area of the WordPress sys­tem without modi­fy­ing the core files at all. It also allows for the cre­ation of stan­dalone plu­gins that work within the WordPress sys­tem but do not hook into the core mod­ules. Over the […]

Coding with the other side of your brain

This might seem like a weird topic for a blog post. Let me elab­or­ate. If you’ve ever coded for a sys­tem that is build in a con­ven­tion you’re not used to (for example, cod­ing using a MVC frame­work, if you’re not used to it), this concept will begin to make sense. It refers to the almost com­plete paradigm shift required […]

My WordPress plugins toolbox

Hey every­one, Just thought I’d post a list of my most reg­u­larly installed WordPress plu­gins and why they are installed on vir­tu­ally every WordPress install­a­tion I do. If there are any plu­gins I haven’t lis­ted that should be, please let me know in the com­ments. 1. Maintenance Mode This plu­gin is truly awe­some. It allows the developer and […]

Getting the information of a root page in WordPress

Often, when using WordPress as a con­tent man­age­ment or blog­ging tool on a web­site, one uses a multi-​​​​level page struc­ture. This entails a page being lis­ted “under­neath” another page in a tree struc­ture. Usually, if your WordPress installation’s permalinks devi­ate from the default set­ting, your page URL struc­ture will look some­thing like this: http://websiteurl.com/parentpageslug/subpageslug (Note: note a real URL) What if you […]

Knowing when to extend the goal posts

A few months ago, David and Marc pos­ted a video blog entitled “Setting small goals to achieve big ones”. This video focussed on how to rather set lots of smal­ler goals that are easier to atain than one or two big goals. This approach can be most effect­ive when the smal­ler goals are set and met […]

WordPress Shortcodes… in short

In the spirit of the topic, I’ll keep this post short and sweet. Today I’ll be dis­cuss­ing WordPress’s short­code API and how to util­ise it. WordPress short­codes are codes (eg: [list_​​bookmarks]) which can be typed into the con­tent area of a page or post in order to provide func­tion­al­ity of some kind. Shortcodes can be wrapped around […]

Useful HTML characters reference

While search­ing for a spe­cific char­ac­ter (→ to be exact) I stumbled upon this great resource for HTML char­ac­ter entit­ies. It can serve as a great resource for com­mon char­ac­ters used in web design (copy­right sym­bols, etc) as well as other char­ac­ters (for example, repla­cing a ^ with ↑ in a “back to top” link on your website). […]