Make text bigger  Make text smaller  Toggle background color  Bookmark/Share


WORDPRESS 3.0.1

After scarcely 11 million downloads of WordPress 3.0 in only 42 days, we’re releasing WordPress 3.0.1. The claim haiku:

Three dot oh dot one
Bug fixes to have we smile
Update your WordPress

This upkeep recover addresses about 50 teenager issues. The contrast many of we contributed prior to to a recover of 3.0 helped have it a single of a many appropriate as well as many fast releases we’ve had.

Download 3.0.1 or refurbish automatically from a Dashboard > Updates menu in your site’s admin area.

Note: If we downloaded 3.0.1 in a initial twenty mins of recover (before 2200 UTC), you’ll wish to reinstall it, that we can do right from your Updates screen. Our bad.

Original post: 
WordPress 3.0.1


Get Auto Caffeinated Content for Your WordPress Blog



PHP 4 AND MYSQL 4 END OF LIFE ANNOUNCEMENT

Our proceed with WordPress has regularly been to have it run on usual server configurations. We wish users to have coherence when selecting a horde for their changed content. Because of this strategy, WordPress runs flattering most anywhere. Web hosting platforms, however, shift over time, as well as we spasmodic have been means to reevaluate a little of a mandate for regulating WordPress. Now is a single of those times. You substantially guessed it from a pretension — we’re eventually ready to make known a finish of await for PHP 4 as well as MySQL 4!

First up, a proclamation that developers unequivocally caring about. WordPress 3.1, due in late 2010, will be a final chronicle of WordPress to await PHP 4.

For WordPress 3.2, due in a initial half of 2011, we will be raising a smallest compulsory PHP chronicle to 5.2. Why 5.2? Because that’s what a immeasurable infancy of WordPress users have been using, as well as it offers estimable improvements over progressing PHP 5 releases. It is additionally a smallest PHP chronicle that a Drupal as well as Joomla projects will be ancillary in their subsequent versions, both due out this year.

The numbers have been now, finally, strongly in preference of this move. Only around eleven percent of WordPress installs have been regulating on a PHP chronicle next 5.2. Many of them have been on hosts who await PHP 5.2 — users merely need to shift a sourroundings in their hosting carry out row to turn on it. We hold that commission will usually go down over a rest of a year as hosting providers comprehend that to await a newest versions of WordPress (or Drupal, or Joomla), they’re starting to have to lift a trigger.

In reduction sparkling news, we have been additionally starting to be dropping await for MySQL 4 after WordPress 3.1. Fewer than 6 percent of WordPress users have been regulating MySQL 4. The brand new compulsory MySQL chronicle for WordPress 3.2 will be 5.0.15.

WordPress users will not be means to ascent to WordPress 3.2 if their hosting sourroundings does not encounter these mandate (the built-in updater will forestall it). In sequence to establish that versions your horde provides, we’ve combined a Health Check plugin. You can download it manually, or make use of this handy plugin installation apparatus we churned up. Right now, Health Check will usually discuss it we if you’re ready for WordPress 3.2. In a destiny recover it will yield all sorts of utilitarian report about your server as well as your WordPress install, so cling to on to it!

In summary: WordPress 3.1, due in late 2010, will be a final chronicle of WordPress to await PHP 4 as well as MySQL 4. WordPress 3.2, due in a initial half of 2011, will need PHP 5.2 or higher, as well as MySQL 5.0.15 or higher. Install a Health Check plugin to see if you’re ready!

See a strange post:
PHP 4 as well as MySQL 4 End of Life Announcement


Get Auto Caffeinated Content for Your WordPress Blog



ALL KILLER WORDPRESS WEBSITES ARE BUILT AROUND THESE CONCEPTS

promoGabfire All Killer WordPress Websites are Built Around These Concepts

This guest post was created by Matt Dunlap who blogs about website development. If we have webmaster or WordPress believe as well as have been meddlesome in writing a post for WordPress Hacks, greatfully contact us.

I’ve been coding with WordPress for a prolonged time now. All a approach behind to when there was a my-hacks.php file. Shortly afterward WordPress introduced plugins as well as widgets. Over all these years we find myself starting behind to a couple of pass WordPress concepts that have blogs unequivocally functional.

  1. Popularity of Posts – The plugin we use, as well as penetrate often, is Alex King’s recognition plugin. If we download it from wordpress.org, it functions great, though if we unequivocally instruct to have a little cold features, we have been starting to have to penetrate it.The popularity plugin displays a many renouned posts formed on time frame, or difficulty in a list (<li>)by default. I’ve hacked it to get a a tender posts, so we can do my own formatting. You can see an e.g. in my “hot list”.
  2. Related Content – Notice how we didn’t contend associated posts. Finding associated calm goes many deeper afterwards posts or pages.Related calm is a contingency to set up constant readers (repeat visitors). You have to beam your readers as well as assistance them find calm THEY have been meddlesome in. Remember, many people will find your calm from Google, so feed them a little associated calm as well as grow your user base. Related posts have been easy to get, we elementary have to a fulltext index to your database. You can afterwards compare conditions to keywords.
  3. Categories – WordPress is zero some-more afterwards a approach to classify your content, as a result a tenure CMS (Content Management System). 80% of my trade from Google comes from a propinquity to WordPress categories. Either perplexing to arrangement top turn categories but children, or perplexing to set up a tip menu/submenu navigation menu.Working with categories in WordPress can be flattering frustrating. we instruct there was improved information. Luckily there have been a lot of assistance from a WordPress Community.
  4. Images – Magazine themes are the most renouned character of thesis on a Internet. It’s all about a cold graphics as well as images to get reader to click on posts. Content sliders as well as featured calm sections with vast graphics can be a suffering to manually update, that is because we need to sense how to manipulate the images from your posts.

There we have it. If we instruct to be a WordPress hacker as well as have torpedo websites, we gotta have a great operative believe of those 4 topics.  Thanks for celebration of a mass my post, as well as as always, don’t be frightened to ask me for help.

 All Killer WordPress Websites are Built Around These Concepts

You have been celebration of a mass All Killer WordPress Websites have been Built Around These Concepts © 2010 | WordPress Hacks | WordPress Directory | WordPress Forums | WordPress eBook

Enjoy essay about WordPress? Get your blog some-more bearing by fasten a WordPress Hacks essay team!

 All Killer WordPress Websites are Built Around These Concepts

See a strange post here:
All Killer WordPress Websites have been Built Around These Concepts


Get Auto Caffeinated Content for Your WordPress Blog



INDIVIDUAL DESIGN FOR ANY PAGE

The blog has a Theme as good as for any page an additional character sheet. This stream direction of individuality for any calm is really usual today. Even with WordPress, we can do so; there have been multiform possibilities. One probability is to create, formed on a title, a particular stylesheet.
By default, a category choice of duty body_class() has already a lot of possibilities. More individuality can be reached with a pretension or ID.
It is positively not value for a normal blog sourroundings though for a site with small calm it functions flattering well. As we have implemented in this case.

If a page is loaded, afterwards we can pass a title. If we make use of this a single in a physique tab as ID or category as good as afterwards emanate for any ID or class a style, a right pattern will be loaded.

Alternatively, we can work with a ID of a page or article, duty the_ID() passes it. Please note, IDs as good as classes might not begin with a series as good as thus we contingency supplement a fibre before, for example:

<div id="page-<?php the_ID(); ?>">

As a last alternative, we would similar to to discuss which we can enhance a duty body_class() around Hook with own classes. So we can have a pretension of a page/post around offshoot in this function.

function fb_title_body_class($classes) {
	global $post;
 
	$classes[] = sanitize_title_with_dashes( get_the_title( $post->ID ) );
 
	return $classes;
}
add_filter( 'body_class', 'fb_title_body_class' );

In a following I’m display we a simplest box around title, so which we outlay usually this category as good as as well as body_class() is not used.

With a assistance of a Title

Put a stylesheet in a header of your Theme:

<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom.css" type="text/css" media="screen" />

Alternatively, this is integrated around Hook wp_head if a specific page is loaded, so we bucket a pithy character piece usually if it is needed. Everything happens in a functions.php of your Theme.

in your physique tab of page.php is a pretension of a page:

<body class="<?php echo sanitize_title_with_dashes( get_the_title() ); ?>">

Therefore a page “My Home” has a physique tag:

<body class="my-home">
and so on...

in your custom.css we conclude all character for category home: for example

.my-home a { color: #090; text-decoration: none; }
.my-home a:visited { color: #999; text-decoration: none; }
.my-home a:hover { color: #f60; text-decoration: none; }

in a strange Theme it looks similar to this:

a { color: #009; text-decoration: underline; }
a:visited { color: #999; text-decoration: underline; }
a:hover { color: #c00; text-decoration: underline; }

I consider it’s an proceed with a lot intensity as good as so we leave it to your creativity. So if we would similar to to have for any page a opposite character sheet, this is an easy solution.


Related posts:


WP Engineer Favicon Thanks for subscribing a feed! Sponsor a WP Engineer Blog as good as get your code in front of multiform hundred users per day!
© WP Engineer Team, All rights indifferent (Digital Fingerprint: WPEngineer-be0254ce2b4972feb4b9cb72034a092d)

View post:
Individual Design for any Page


Get Auto Caffeinated Content for Your WordPress Blog



LEARN A-Z OF WORDPRESS PLUGINS – BEGINNER’S GUIDE

WordPress.org defines WordPress (WP) as “a state-of-the-art edition height with a concentration on aesthetics, web standards, as well as usability. WordPress is both giveaway as well as precious at a same time”. Its capability to have make use of of plugins outlines a greatest advantage. Then, where lies a problem? If we essentially spin around, afterwards we would find plenty of plugins to confederate a single or a alternative underline in your WP.

www.FeedBurner.com) Learn A-Z of WordPress Plugins – Beginner’s Guide

View strange here: 
Learn A-Z of WordPress Plugins – Beginner’s Guide


Get Auto Caffeinated Content for Your WordPress Blog



ALL THE USEFUL PLUGINS FOR WORDPRESS COMMENTS

The WordPress criticism area contingency be managed, orderly as well as stylized with CSS as well as WP hacks or a easy way, regulating plugins. There have been here 47 WordPress plugins as well as we goal they will assistance you.

www.FeedBurner.com) All The Useful Plugins For WordPress Comments

See some-more here: 
All The Useful Plugins For WordPress Comments


Get Auto Caffeinated Content for Your WordPress Blog



35+ FRESH WORDPRESS TUTORIALS AND RESOURCES OF JUNE 2010

In this post we pick up a far-reaching preference of uninformed WordPress resources from a month of June. All of a resources in this post have been categorized as well as hopefully we will find a series of brand new resources which will be unsentimental for your own work.

www.FeedBurner.com) 35+ Fresh WordPress Tutorials and Resources of June 2010

Original post:
35+ Fresh WordPress Tutorials as well as Resources of Jun 2010


Get Auto Caffeinated Content for Your WordPress Blog



100 MILLION PLUGIN DOWNLOADS AND COUNTING

WordPress 3.0 Thelonious upheld 3 million downloads yesterday, as well as currently a plugin office followed fit with a miracle of a own: 100 million downloads. review some-more

See a strange post:
100 Million Plugin Downloads as well as Counting


Get Auto Caffeinated Content for Your WordPress Blog



100 MILLION PLUGIN DOWNLOADS AND COUNTING

WordPress 3.0 Thelonious upheld 3 million downloads yesterday, as well as currently a plugin office followed fit with a miracle of a own: 100 million downloads. review some-more

See a rest here:
100 Million Plugin Downloads as well as Counting


Get Auto Caffeinated Content for Your WordPress Blog



100 MILLION PLUGIN DOWNLOADS AND COUNTING

WordPress 3.0 Thelonious upheld 3 million downloads yesterday, as well as currently the plugin directory followed fit with a miracle of a own: 100 million downloads.

The WordPress community’s expansion over a years has been tremendous, as well as you wish to reinvest in it. So we’re receiving a subsequent dual months to combine on mending WordPress.org. A vital partial of which will be mending a infrastructure of a plugins directory. More than 10,000 plugins have been in a directory, each a single of them GPL concordant as well as giveaway as in both drink as well as speech. Here’s what you have in mind:

We wish to yield developers a collection they need to set up a most appropriate probable plugins. We’re starting to yield improved formation with a forums so you can await your users. We’ll have some-more census data accessible to you so you can investigate your user base, as well as over time you idea to have it simpler for you to manage, build, as well as recover localized plugins.

We wish to urge how a core program functions with your plugin as well as a plugin directory. We’re starting to concentration on ensuring seamless upgrades by creation a most appropriate probable determinations about compatibility, as well as suggest redundant improvements to a plugin installer. And you additionally wish to give you a improved developer apparatus set similar to SVN notifications as well as improvements to a bug tracker.

We’re additionally starting to examination with alternative good ideas to assistance a village assistance plugin authors. We wish it to be easy for you to suggest comments to plugin authors as well as a community, together with user reviews as well as improved feedback. We might examination with an embracing a cause routine for deserted plugins as a approach to reanimate dark gems in a directory. I’m not certain there is a improved approach to uncover how extendable WordPress is as well as how overwhelming this village is at a same time.

As Matt pronounced in a 3.0 recover announcement, a idea isn’t to have all undiluted all at once. But you consider incremental improvements can yield us with a good bottom for 3.1 as well as beyond, as well as for a tens of millions of users, as well as hundreds of millions of plugin downloads to come.

More: 
100 Million Plugin Downloads as well as Counting


Get Auto Caffeinated Content for Your WordPress Blog

Pages