3374 readersA few minutes ago, a first version of the announced admin bar can be found in the current trunk. This feature will be included in WordPress 3.1. The admin bar can be accessed from the backend and the frontend as well. Currently beta! It is possible to remove this bar with the following action-
-
4289 readersOenology is designed to be a simple, minimalist, yet feature-complete and fully documented Theme intended to serve as a base for child Themes and as an educational reference for Theme development using WordPress functions, action/filter hooks, and template tags. The Theme includes built-in breadcrumb navigation, and supports Navigation Menus, Post Thumbnails, Custom Backgrounds, Custom Image
3684 readersWith the release of WordPress 3.0, two great ways to better organize and display content were introduced: post types and taxonomies. These two advances improve WordPress’ role as an all-around content management system, and they continue to prove that WP is not just a blog platform. When 3.1 releases with post formats, it
2006 readers
Last weekend I released a free Thematic child theme called Astatic. It was probably the most “advanced” Thematic theme I’ve ever made as I made use of several theme filters, as well as CSS styling to make certain pages look differently using the same HTML markup.
In this tutorial, I’ll go over:
The very basics of
2852 readersSight, a powerful WordPress 3.0.1-ready theme which will work best for magazines and blogs
7503 readers
PHP
add_filter( 'getarchives_where' , 'ucc_getarchives_where_filter' , 10 , 2 );
function ucc_getarchives_where_filter( $where , $r ) {
$args = array( 'public' => true , '_builtin' => false );
$output = 'names'; $operator = 'and';
$post_types = get_post_types( $args , $output , $operator );
$post_types = array_merge( $post_types , array( 'post','CUSTOM_POST_TYPE_NAME' ) );
$post_types = "'" . implode( "' , '" , $post_types
-
2098 readersCars Dealer is a full featured WordPress 3 theme developed for car dealers looking for something a little bit different. Cars dealer is not a “corporate” website, it’s just a clean and elegant design focused to inspire everyone that c...
1655 readersMachtastic is a wordpress theme which can be used all kind of purposes, a game community, a design community or whatever you need it for.
This template has some very cool and usable options inside such as, custom widgets, featured slider, widget r...
-
230 readersIf you’re at all familiar with taxonomies in WordPress, you already know how awesome it is to add custom taxonomies to your posts or custom post types. WordPress developers have known this for a while.
What many people don’t know is that the current taxonomy schema was added way back in WordPress 2.3. Yes,
6977 readersIn a comment on this Sitewide Tags post, Kevin left a comment indicating that they had experienced a conflict between Sitewide Tags and the Subscribe2 plugin. Others had reported that as well, including the CUNY Academic Commons. How the conflict occurs is that Subscribe2 is hooked into several post related hooks & Sitewide Tags uses