• Home
  • About
    • Contact
  • WordPress
    • Plugins
    • Themes
    • iThemes
    • Builder
    • Tips and Tricks
  • Demos and Tutorials
    • Flexible Responsive Layouts using CSS in Builder

How to add a counter to your post_class in WordPress

By Ronald
Tuesday, November 6th, 2012 · Comments (3)

For the redesign of this site, I wanted to implement various design elements, in particular related to the Responsive Design, made possible by iThemes Builder.

One of those elements is that when visiting the home (blog index) page in mobile view, only the excerpt on the first post is displayed, all other posts are displayed as titles only. Of course, I could have edited the theme file to add a counter, and conditional code to display or not display the excerpt. However, I try to minimise changes to template files, and prefer to use a function, and CSS to accomplish such functionality.

I came up with the following solution.

Read More→
Comments (3)
Categories : Builder, Code Snippets, iThemes, Tips and Tricks, Wordpress

Why NOT load jQuery from a CDN in WordPress

By Ronald
Tuesday, October 30th, 2012 · Comments (0)

In principle using the Google (or any other) CDN makes sense for a standalone site or application. However, WordPress is an open source application, and there are thousands of developers creating plugins and themes for WordPress, all in their own way.

Read More→
Comments (0)
Categories : Tips and Tricks, Wordpress

When NOT to use a caching plugin in WordPress

By Ronald
Wednesday, July 6th, 2011 · Comments (2)

From my experience as a Support Manager, I encounter a lot of “issues” with caching plugins in WordPress. It is good to understand what these plugins do (in general) and when to use them, and when not.

Read More→
Comments (2)
Categories : Plugins, Tips and Tricks, Wordpress

How to arrange your WordPress posts in columns and rows

By Ronald
Monday, February 14th, 2011 · Comments (25)

Every now and then, I get asked to do some customisations, and the one that regularly pops up is “I want to display posts in columns, {insert any number here} next to each other, just like in such-and-such (magazine) theme”. I created a piece of code that I am comfortable with, is easy to customise and adjust.

Read More→
Comments (25)
Categories : Plugins, Tips and Tricks, Wordpress

A quick look at some new features in WordPress 3.1

By Ronald
Friday, November 26th, 2010 · Comments (2)

Yesterday, Nov. 25, 2010, WordPress 3.1 Beta 1 was released for testing purposes. There’s a feature stop, which means that the beta testing period will be used to collect and squash any bugs that are found.

I had a quick look at what I thought were the most interesting “front-end” features, while the most promising backend feature without doubt it the new post-formats.

Read More→
Comments (2)
Categories : General News, Wordpress
Tags : beta, Wordpress

Enhancing your WordPress 3 menus

By Ronald
Thursday, November 25th, 2010 · Comments (58)

WordPress 3 comes with integrated menu management. Although still a bit quirky at times, it makes creating and managing (navigation) menus a breeze. However, now that creating and displaying a menu takes nothing more than one line of code (wp_nav_menu), we appear to have lost the ability to “manually” add our own stuff.

Read More→
Comments (58)
Categories : Code Snippets, Tips and Tricks, Wordpress
Tags : filters, functions, home, navigation, Wordpress
Next Page »