4947 readersStyle is a chic blog magazine WordPress theme from Clover Themes ideal for fashion magazines, celebrity blogs, fashion and beauty sites, or any other women oriented websites. Features include 2 or 3 column layouts, 2 post templates, 2 colour schemes, 3 portfolio templates, integrated advertising placements, easy to use theme options and more.
Features
Customized logo –
2029 readersEver wanted an easy way to make sure adults were the only ones that saw your content? It’s become a lot easier to do now thanks to the release of the Restricted To Adults plugin by Saguaro Digital. What this plugin does is add a unique string of “meta data” which can be inserted into
-
10802 readersDid you know that there’s a plugin for almost anything on WordPress? What if you wanted your bugs to be fixed before the next WordPress release? Well, there’s even a plugin for that, and it’s called Hotfix.
Hotfix is a powerfully yet simple plugin. Just keep it active and up to date to receive important bug
9536 readers
PHP
add_filter('manage_posts_columns', 'posts_columns_id', 5);
add_action('manage_posts_custom_column', 'posts_custom_id_columns', 5, 2);
add_filter('manage_pages_columns', 'posts_columns_id', 5);
add_action('manage_pages_custom_column', 'posts_custom_id_columns', 5, 2);
function posts_columns_id($defaults){
$defaults['wps_post_id'] = __('ID');
return $defaults;
}
function posts_custom_id_columns($column_name, $id){
if($column_name === 'wps_post_id'){
echo $id;
4422 readers
Just a few updates to this including one courtesy of Cliff Paulick’s suggestion to check if post thumbnails are supportsed first to avoid errors. I also define a default image size and of course included both posts and pages in this snippet.( example screenshot )PHP
if (function_exists( 'add_theme_support' )){
add_filter('manage_posts_columns', 'posts_columns', 5);
6288 readersMost blogs display their content in single columns, but it’s also possible to display content in multiple columns. Multiple-column layouts are perfect for newspaper and magazine-style themes. Here are six ways of getting the job done.
Using CSS3 and progressive enhancement
Multiple columns by filtering the_content
More flexible multiple columns
Multiple loops displayed in multiple columns
Display your posts in
6707 readersExplode is a WordPress theme easy to draw your corporate, blog or portfolio site even if you’re not a web developer or programmer.
Features :
Home page designs – 6 types of Home page design + Yours
6 types of sliders– You can be show slider on top all of your pages.
jCycle
Kwicks
Roundabout
Nivo
Nivo – Fullwidth
Piecemaker
Slider contents can be all
5962 readersGent is a premium WordPress theme. Web site and private or company brand pages are more popular these days. But all people aren’t web developer or programmer. So what can people do?
Features :
Crawlable AJAX
Blog layouts– Unique 55 layouts
Fullwidth – 1 column, 11 styles / 2 columns, 3 styles / 3 columns / 4 columns
6517 readers
PHP
function column_id($columns) {
$columns['colID'] = __('ID');
return $columns;
}
add_filter( 'manage_media_columns', 'column_id' );
function column_id_row($columnName, $columnID){
if($columnName == 'colID'){
echo $columnID;
}
}
add_filter( 'manage_media_custom_column', 'column_id_row', 10, 2 );
Visit wpsnipp.com for details on how to setup this WordPress snippet. Share
-
296 readersClassy is a premium WordPress theme created to meet your client’s needs. It’s a very clean and elegant business style theme that is super easy to use and customize. With 7 custom post types (homepage highlights, slider, portfolio, testimonials, staff, services and pricing columns), meta options and some handy shortcodes, adding content is very easy.
The