Tag Archives: widgets

WordPress 1 Minute Wonder – Styling Widgets on Pages Horizontally

In this edition of WordPress 1 Minute Wonders I will answer a question which I frequently get emailed about… and that is how to style widgets next to each other when using my Widgets on Pages WordPress plugin. In this … Continue reading

Posted in 1 Minute Wonder, design, technology, wordpress | Tagged , , , | 9 Comments

Advanced WordPress Page Layout Experiment


Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3753

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3753

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3761

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3761

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3764

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3764

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2026

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2026

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2398

Warning: implode() [function.implode]: Argument must be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3351

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3374

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3374

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3415

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3467

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3467

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3612

Warning: Invalid argument supplied for foreach() in /home/gingerb/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3612

Styling WordPress page and post layouts can be daunting for the novice… especially if you don’t want to dirty your hands with PHP and the like. I wanted to experiment with what was possible to do using only the default … Continue reading

Posted in technology, wordpress | Tagged , , , , | 3 Comments

How to display Widgets inside posts and pages

I was faced the need to be able to place extra manageable content inside a wordpress page’s core content… and without an existing plugin available to do this I thought I’d write one of my own. The output was the Widgets on Pages … Continue reading

Posted in technology, wordpress | Tagged , , , | 16 Comments