WordPress Support

Support and tutorials on all things WordPress- from the basics right through to advanced customisations for techno-geeks and WordPress enthusiasts.

  • More tips for styling the WordPress tinyMCE editor

    A few weeks ago, I blogged about styling the tinyMCE editor in WordPress to resemble your WordPress theme’s content area. On this post, I received a comment from LA, asking if it’s possible to style the tinyMCE editor for specific posts or post templates. Folks, it’s WordPress… anything’s possible! With my mission at hand, I…

  • Styling the tinyMCE editor in WordPress

    With WordPress’ easy to use nature and user interface, content management of websites is accessible to a vast range of users, from the Bill Gates’ of the world right through to users who discovered this “internet thing” just yesterday. Once the concepts of “what is a content management system?” and “Okay, so this is the…

  • Enhancing the comments list in WordPress

    With the introduction of the wp_list_comments() function, WordPress enabled users to easily list comments on the websites without having to manually run a series of loops and queries to get the comments into neat XHTML. This function outputs default code with a selection of options for how this code is structured. Today we’ll be customising…

  • Storing a Twitter username with comments in WordPress

    We’ve all seen this before when commenting on a blog post we’ve just read. The standard comment form on a WordPress-driven website asks for a user’s name, email address (not published), website address and their comment. What if we could get some other information from the user*, and later integrate that into their comment? Why…

  • Javascript and WordPress – The Definitive Guide

    Using custom JavaScript code in a WordPress theme or plugin is, in many cases, a given. Fortunately, WordPress comes bundled with a selection of popular Javascript libraries (jQuery, Prototype and others) for use with your plugins and themes. Many users, however, simply write the `<script>` tags in the header.php file of their theme or as…

  • Why you need to be on the WordPress Support forums

    Do you remember a time when those one or two lines of code just didn’t make sense? When your theme looked different across various internet browsers and you had no idea why? Do you remember when last that happened to you? Those were the times when you more than likely visited a support forum, posting with…