0

Health & Beauty Premium WP Themes Premium WordPress Theme 14 March 2010 at 05:15 by Rewrite content

Health and Beauty is a CMS premium WordPress theme from Organic Themes. The theme is ideal for salons, day spas, massage therapists and other CMS style websites with WordPress. The theme includes 2 colour scheme options, custom page templates and theme options panel.Health & Beauty Premium WordPress Theme

Features

Theme Options Page
2 Colour schemes – earthy tan and cool blue
Elegant Design …Health & Beauty Premium WordPress Theme

Article Source : Health & Beauty Premium WordPress Theme

+ WordPress Theme Releases for 03/13 By Rewrite content 14 March 2010 at 02:53 and have No Comments

Simple ThingsWordPress Theme Releases for 03/13

Sky Light

Fixed width, 2 column theme with a minimalistic style and a touch of typography

Magazine theme

magazine

A combination blue dark and black color, with sky image as a background

Simple Things

Chirp

SkyLightWordPress Theme Releases for 03/13

Chirp

Aperture

Chirp is a Twitter inspired Wordpress Photoblog/Videoblog Theme. You provide your Twitter information and the theme will be styled the same as your Twitter account.

5 Photo Blog WordPress Themes

5 photography WordPress themes. Each one is widget-ready, gravatar-enabled, and ready for your photo uploads.

The theme has widgetized header, front page, sidebars, and single posts. For better SEO results, the theme uses custom fields to pull images to the front page.

Article Source : WordPress Theme Releases for 03/13

+ How to Exclude Latest Post from the WordPress Post Loop By Rewrite content 13 March 2010 at 19:38 and have No Comments

This should be it. If you have any questions feel free to ask via comments.How to Exclude Latest Post from the WordPress Post Loop

How to Exclude Latest Post from the WordPress Post Loop is a post from: WPBeginner which is not allowed to be copied on other sites.

First you will need to find the loop that you are working with. Then you will need to add the following parameter:

Your loop code should look like:

query_posts('posts_per_page=5&offset=1');How to Exclude Latest Post from the WordPress Post Loop

This query is telling the loop to only display 5 posts which follow the most recent post (1). The important part in this code is “offset” and this magic word is doing the whole thing.

Excluding latest posts from the loop and/or offset posts in the loop is one of the things that comes in handy when editing or designing themes. In this article we will show you how you can use the offset parameter in wp_query function to exclude latest posts from the WordPress post loop.

query_posts('posts_per_page=6&offset=1');
if ( have_posts() ) : while ( have_posts() ) : the_post();
?>

Source: WP Codex

Article Source : How to Exclude Latest Post from the WordPress Post Loop

+ Delirium Premium WordPress Theme By Rewrite content 13 March 2010 at 04:10 and have No Comments

Delirium is a dark professional WordPress blog theme from ThemeShift. The theme includes a variety of useful features including various custom layout options (left or centred alignment, 1- or 2-column archives, sidebar left or right), customisable featured content slider and nested widgets allowing you to create different sidebars for posts, categories, pages and the home …

+ MadBlogger Free WordPress Theme by WordPress Madness By Rewrite content 12 March 2010 at 19:51 and have No Comments

Guerrilla v2 Theme for WordPressMadBlogger Free WordPress Theme by WordPress Madness

Madblogger WordPress Theme

(Click on the Image for Live Demo)MadBlogger Free WordPress Theme by WordPress Madness

Features

  1. 3 color schemes (blue, purple and orange) – Or add your own with 5 lines of CSS codes
  2. Multiple Sidebar Support
  3. MadPanel (Theme Options Panel) with plenty of options to play with.
  4. Dynamic Auto-sizing Thumbnails

Federico Moreno of WordPress Madness have submitted his free theme to be published on WPBeginner. MAD Blogger is a free WordPress theme bloggers, and/or photographers. This design features a clean look with smooth shadowing to improve the readability of blog content.

Download Now

Note to Designers: You can also submit your free WordPress themes for us to review and share with WPBeginner’s audience. Use our Make a Suggestion form.

MadBlogger Free WordPress Theme by WordPress Madness is a post from: WPBeginner which is not allowed to be copied on other sites.

Article Source : MadBlogger Free WordPress Theme by WordPress Madness

+ WordPress Personas For Firefox By Rewrite content 12 March 2010 at 15:29 and have No Comments

WordPress has released a new set of Personas for Firefox themed around, well WordPress, which you can install and use on the browser. The personas were designed by Chad Pugh and are based on Vintage Press and Inkwell.WordPress Personas For Firefox

What WordPress is to Blogging, Firefox is to browsing, so what happens when we can get both of them to get together? WordPress personas for Firefox :-)

Inkwell Firefox Persona

Vintage Press Firefox Persona

Personas are similar to skins, which Firefox users can add to the browser. They are somewhat similar to Firefox themes, however they can be installed quickly and easily and do not provide as much sophistication like regular themes. I will stop the banter and direct you to Wikipedia to read the rest of the dope. WordPress Personas For Firefox

Interested? You will find the two personas for Firefox at this link. However, you will need to install the Personas add-on before you will be able to use these as your themes.

Article Source : WordPress Personas For Firefox

+ Ultimate Showbiz Premium WordPress Theme By Rewrite content 12 March 2010 at 10:10 and have No Comments

FeaturesUltimate Showbiz Premium WordPress Theme

Ultimate Showbiz is a CMS magazine premium WordPress theme ideal for entertainment, media portal, fashion or news style websites. Interesting features include a headline news ticker, hot news and featured content sections, integrated social bookmark and sharing section, and a backend theme control panel.Ultimate Showbiz Premium WordPress Theme

Admin Theme Control Panel
Automatic Thumbnails
Widgetized Sidebar
Adsense Ready
jQuery Dropdown Menu
Headlines News Ticker
Featured …

Article Source : Ultimate Showbiz Premium WordPress Theme

+ WordPress Plugin Releases for 03/11 By Rewrite content 12 March 2010 at 03:00 and have No Comments

This is a plugin to create a skew photo gallery utilising Dojo Toolkit Ajax.WordPress Plugin Releases for 03/11

New Plugins

Dojo Skew Gallery plugin for Wordpress

Generates previous & next post links based on referrer. Version 1.2 adds a utility for posts in multiple categories

The AVH Extended Categories Widgets gives you three widgets for displaying categories.

Smarter Navigation

Integrate a jQuerry scroll to top control in WordPress manually

This extensively configurable plugin comes packed with a bunch of features enabling image tagging, including search and image taxonomy.

Tweet my ScriptWordPress Plugin Releases for 03/11

Hikari Titled Comments enables each comment to have a title, so that commentators can give a subject meaning to their comments.

A WordPress plugin that generates previous & next post links based on referrer. Version 1.2 adds a utility for posts in multiple categories.

Updated Plugins

Scroll to Top Plugin

You can pop up an image or thumbnail by just clicking on it and it will disappear when you click it again

This plugin watches your Twitter RSS Feed for user-defined “launch codes” to trigger user-defined script URLs.

Titled Comments

WP ImageTagger

SEO Automatic WP_CORE_TWEAKS

WP-ZoomImage With CopyProtect

Smarter Navigation

Extends built-in features of Wordpress and combines common plugins into one.

AVH Extended Categories

Article Source : WordPress Plugin Releases for 03/11

+ How to Exclude Sticky Posts from the Loop in WordPress By Rewrite content 11 March 2010 at 19:30 and have No Comments

Sticky posts is one of the cool features that WordPress has, but sometimes you do not want to have sticky posts in your loop. In this article, we will show you how to completely exclude sticky posts from the loop in WordPress, and we will also show you how you can take away the sticky feature of the post, so it still shows in their natural order.How to Exclude Sticky Posts from the Loop in WordPress

How to take away the Sticky Ability of the Post

query_posts(array(“post__not_in” =>get_option(“sticky_posts”)));
if ( have_posts() ) : while ( have_posts() ) : the_post();
?>

This code will not display any sticky posts in the post loop.

How to Exclude Sticky Posts from the Loop in WordPress is a post from: WPBeginner which is not allowed to be copied on other sites.How to Exclude Sticky Posts from the Loop in WordPress

Completely exclude Sticky posts from the Loop

To do this you will need to change your loop to something like this:

query_posts('caller_get_posts=1');
if ( have_posts() ) : while ( have_posts() ) : the_post();
?>

When you are displaying most recent posts in a tab, you do not want the sticky posts to stay sticky. If you do not remove the sticky features, the recent posts area would be useless as all of your sticky posts will crowd this area. This is when query_posts feature comes in handy.

Source: WP Codex

If you are using Sticky posts in a slider, then sometimes you might want to completely exclude your sticky posts from the loop. All what you have to do is edit your custom loop to match with this:

Article Source : How to Exclude Sticky Posts from the Loop in WordPress

+ Styled Premium WordPress Theme By Rewrite content 11 March 2010 at 12:01 and have No Comments

Styled Premium WordPress Theme

Styled is a multipurpose premium WordPress theme from Viva Themes which could be used for magazine, fashion, music, movie or many other types of websites. The theme includes a unique drop down menu panel which shows all sub pages, and also includes an attractive front page slider, various widget positions and a theme options panel.Styled Premium WordPress Theme

Features

Article Source : Styled Premium WordPress Theme

+ Lifestyle Premium WordPress Child Theme By Rewrite content 11 March 2010 at 09:29 and have No Comments

6 Layout Options – selectable site wide or …Lifestyle Premium WordPress Child Theme

Lifestyle is a magazine style premium WordPress child theme for the Genesis Theme Framework from StudioPress. The theme has a featured content slider on the homepage, drop down menus, numerous layout options and other features which can be managed from the backend options panel.

Genesis Framework Main FeaturesLifestyle Premium WordPress Child Theme

Article Source : Lifestyle Premium WordPress Child Theme

+ Manage Your Ads in WordPress with OIO Publisher (Review) By Rewrite content 10 March 2010 at 19:06 and have No Comments

The downside of OIO Publisher when compared to services like BuySellAds is that these services have a huge advertising base, and they can drive advertisers to your sites. Even though OIO Publisher have a marketplace section on their website, it is no where near as powerful as BuySellAds. You will still have to do a lot of work to get advertisers to your site. Manage Your Ads in WordPress with OIO Publisher (Review)

OIO Publisher Payment Form

What Can You Do with OIO Publisher?

Screenshot for Advertiser Report

OIO Publisher allows you to place ad spots throughout your web site in the zones that you like, and then go out there and sell those ads. It allows you to pick what size ads you want, and how much should they cost. It also integrates with several payment options such as PayPal and 2Checkout.

Screenshot for the Payment Form

There are also options for offering pay-per-post, digital downloads, and affiliate programs. All at rates you set in the administrative panel.Manage Your Ads in WordPress with OIO Publisher (Review)

When it comes to controlling ad space on WordPress blogs, there are few options out there. In this article we will be sharing a highly reputed commercial Ad Manager plugin known as OIO Publisher. The goal of this plugin is to maximize your revenue, save you time, and keep you in control of your ad space.

Cost of this Plugin: $47 ($10 OFF Coupon for WPBeginner Users)

This is a one-time fee, and you can use this plugin on as many domains as you want (as long as you own them). You will also get outstanding support from OIO Publisher team when needed for this one-time fee.

This plugin is full with features. You get to set zones and in each zone you can choose how many ads will be displayed. You have an option to make the ads rotate. You can offer buyers the opportunity to buy several months of advertising at a discount pricing or you can do monthly subscription. All of this is and much more can be done through the straight forward administration panel.

There is a default banner that reads Advertise here. When a buyer clicks on one of your Advertise Here links, they will be taken to your sales page. This page will be generated by this plugin. Here the users can fill out their information, upload their advertisement image, and choose the payment method. Once they submit an ad, it waits for your approval before it is published on the site. Once you’ve approved the advertisement, OIO Publisher will run the ad for the period that you were paid for, and it will email out statistics on how the ad is doing to the buyer. If your sponsor subscribed for month to month payment, OIO Publisher checks with paypal or their payment method to see if the payment was made. If the subscription was cancelled, it will notify you, and automatically remove the ad from the site.

Our Opinion

Manage Your Ads in WordPress with OIO Publisher (Review) is a post from: WPBeginner which is not allowed to be copied on other sites.

OIO Publisher Settings

OIO Publisher

The plus side of using OIO Publisher is that you get to keep 100% of the profits from selling the ad spots whereas on services like BuySellAds, there is a middle man fee that you pay.

OIO Publisher Advertiser Report

OIO Publisher is a great product that will put you in control. It is very easy to implement and use, but this product does not guarantee that you will have plenty of advertisers. You will still have to do the hard work in order to get advertisers to purchase the ads from your site.

Article Source : Manage Your Ads in WordPress with OIO Publisher (Review)