Tag Archive | "WordPress"

WordPress Image Gallery

Saturday, November 22, 2008

1 Comment

WordPress Image Gallery

Building WordPress image galleries is a rather painless process and allows you to display a set of photos/images to your users inside posts/pages related to an event or topic.

Continue reading...

Turn off error reporting on your production site

Wednesday, October 1, 2008

3 Comments

Turn off error reporting on your production site

On a production site, you would most likely want to hide all possible PHP errors, warnings and notices from your users for both usability, presentational and security purposes.

Continue reading...

WordPress : Banner Ad Embedding

Tuesday, September 23, 2008

0 Comments

WordPress : Banner Ad Embedding

Do you feel the need to earn revenue from your WordPress blog or website but you haven’t found the appropriate solution to convert traffic into ROI? If your answer is YES, then it is probable that this post is aimed at you.

Continue reading...

WordPress 2.7 Navigation

Wednesday, September 17, 2008

0 Comments

WordPress 2.7 Navigation

WordPress 2.7 is expected to be released in November 2008. The WordPress development team posted an entry on the WordPress development blog regarding the WordPress 2.7 navigation options. Go ahead and take the survey and make yourself heard.

Continue reading...

WordPress : Build a Thickbox plugin

Sunday, September 14, 2008

1 Comment

WordPress : Build a Thickbox plugin

In this guide/tutorial, I will show you how to build a WordPress Thickbox plugin which allows you to use the Thickbox library on your WordPress website and display images in an overlay on the front-end of your site.

Continue reading...

Install Wordpress via Command Line

Tuesday, September 2, 2008

0 Comments

Install Wordpress via Command Line

I wrote a useful article/tutorial over at BloggingRocket which guides you through the process of installing Wordpress with Shell Access. Please feel free to check it out and comment.

Continue reading...

Wordpress.com Stats Stopped Working

Wednesday, August 6, 2008

0 Comments

I recently integrated a blog and documentation base into the Tribulant.com website and noticed after a few days that my Wordpress.com stats stopped working completely after switching the theme.

Continue reading...

Wordpress Shopping Cart Plugin

Tuesday, August 5, 2008

0 Comments

Wordpress Shopping Cart Plugin

The Wordpress Shopping Cart plugin gives you the ability to quickly and seamlessly integrate an online shop with a fully functional shopping cart interface into any Wordpress website.

Continue reading...

Wordpress : Using jQuery library with your plugin or theme

Saturday, June 28, 2008

3 Comments

When you develop a Wordpress plugin or theme, you might want to make use of the jQuery library included and distributed with the Wordpress package.

Continue reading...

Wordpress : Translate a Plugin

Wednesday, June 25, 2008

1 Comment

First off, you have to know that not all Wordpress plugins can be translated. The plugin developer(s) had to take the necessary steps such as using the Wordpress __() and _e() functions and load_plugin_textdomain() in order to parse the strings/text of the plugin through the localization system.

Continue reading...