Category Archives: WordPress

WordPress

Images in if-else

If you want to see different type of image & size in different post then you may use following code- < ?php if ($image = get_post_meta($post->ID, ‘slide’, true)) { ?> <img width=”617″ height=”350″ src=”<?php echo $image; ?>” alt=”Image” /> < ?php } else { ?> < ?php $image = get_post_meta($post->ID, ‘simg’, true) ; ?> <img width=”80″ […]

Top 5 Best Choices for WordPress Forum Plugins

What if you want a forum on your blog? Well there are plenty of open source forum systems available. But what about integrating your blog cms with your new forum? There are some effective WordPress plugins to help you accomplish this. But choosing the right one is critical. There are many plugins to help you […]

Importing other blog content to WordPress

Many of the following Content Import scripts can be found under Tools → Import menu of your WordPress administration interface. If you run into specific problems, a search on the WordPress Support Forum will likely lead to a solution, or try the Codex FAQ. Users of a blogging system not listed here who wish to […]

Multi-Site option in WordPress 3.0

We now move into WordPress Next Level, the new version WordPress 3.0, there are so many new featured on this version, the most phenomenal featured is enabled or integrated WordPress MU into WordPress 3.0. Before we use Multi-Site on WordPress 3.0, we need to enabled it. How To Enable WordPress MU on WordPress 3.0 is […]

Updating WordPress

From time to time you may want to update your WordPress installation to the latest version. You might want to do this because you’ve seen a message at the top of your Dashboard telling you that a new release is available, because you’ve been made aware of some useful new functionality, or because a security […]

Version 3.0.1

On July 29, 2010, WordPress 3.0.1 was released to the public. For Version 3.0.1, the database version (db_version in wp_options) changed to 15477. This is a maintenance release. Installation/Upgrade Information To download WordPress 3.0.1, visit http://wordpress.org/download/release-archive/ For step-by-step instructions on installing and upgrading WordPress: Upgrading WordPress If you are new to WordPress, we recommend that […]

WordPress 3.0.1

After nearly 11 million downloads of WordPress 3.0 in just 42 days, we’re releasing WordPress 3.0.1. The requisite haiku: Three dot oh dot one Bug fixes to make you smile Update your WordPress This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make […]

Installing WordPress

WordPress is well known for its ease of installation. Under most circumstances installing WordPress is a very simple process and takes less than five minutes to complete. Many web hosts now offer tools (e.g. Fantastico) to automatically install WordPress for you. However, if you wish to install WordPress yourself, the following guide will help. Now […]

WordPress 3.0 “Thelonious”

Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow […]

WordPress Version 3.0

On June 17, 2010, WordPress Version 3.0, named for Thelonious, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog and see the Changelog for 3.0. For Version 3.0, the database version (db_version in wp_options) changed to 15260, and the Trac revision was 15274. Highlights WordPress and […]