Browsing articles in "WordPress"
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" height="70" src="<?php echo $image; ...
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 accomplish ...
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 switch to WordPress are invited to ...
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 really ...
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 you begin with the following:
New To ...
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 it one of the best ...
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 ...
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 them to easily ...
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 WordPress MU have merged, allowing the ...
This document describes the XML schema for the Sitemap protocol.
The Sitemap protocol format consists of XML tags. All data values in a Sitemap must be entity-escaped. The file itself must be UTF-8 encoded.
The Sitemap must:
Begin with an opening <urlset> tag and ...