free WordPress Theme – WPAPI for download

WordPressapi is launching the free premium wordpress theme. This theme is magazine style. This wordpress theme is free for download. We are very happy to announce this wordpress theme.

free WordPress Theme – WPAPI for download

[viral-lock message=”Download and Demo Link is Hidden! It’s Visible for Users who Liked/Shared This article on Facebook or Twitter or Google+. Like or Tweet this article to reveal the content.”]

Demo |  Download 

[/viral-lock]

High Quality (HQ) Free WordPres Themes collection, Magazine Style, News Paper Style, 1 Columns, 2 Columns, 3 Columns, Mixed Colums, Widgets,google adsense ready, infolinks ready,?Seo Friendly, Jquery slider, and many more.

What’s on Wpapi

  • Widget Support
  • Fixed Width
  • 3 columns
  • Right Sidebar
  • Google Ads
  • Gravatar Support
  • Custom Image Header
  • XHTML & CSS valid
  • WordPress 3.0
  • Menu Support
  • Premium version // Sub Page Menu
  • Premium version // Theme Options
  • Premium version // Banner Management
  • Premium version // Page Comment Templates
  • Premium version // FeedBurner Integration
  • Premium version // 2 Color Schemes ready
  • Premium version // Auto Generated Image (with or without custom fields)
  • Premium version // Included Nice Widget (Dynamic Recent Post and Flickr)
  • Premium version // Beautiful Themes Options
  • Premium version // Features Post
  • Premium version // Social Bookmark integration
  • Premium version // and many more
  • Infolinks Ads
  • Jquery Slider
  • Logo and favicon configuration

[viral-lock message=”Download and Demo Link is Hidden! It’s Visible for Users who Liked/Shared This article on Facebook or Twitter or Google+. Like or Tweet this article to reveal the content.”]

Demo |  Download 

[/viral-lock]

 

wordpress theme help for wordpress developers

Many People want to create the wordpress theme. But they don’t know where to start and how to start. We given wordpress theme help for wordpress developers. For creating the wordpress theme only two files are important. First file is style.css file and index.php file if you create that only two files in your wordpress theme folder than also you can able to create the wordpress theme easily.

wordpress theme help for wordpress developers

Here I will show you which is necessary files in wordpress theme folder.

header.php - header section
index.php - main section
sidebar.php - sidebar section
footer.php - footer section
single.php - post template
page.php - page template
comments.php - comments template
search.php - search content
searchform.php - search form
archive.php - archive
functions.php - special functions
404.php - error page

If you have very basic knowledge of php then you are able to create Above files very easily. In index.php file you need the PHP loop for showing the wordpress posts.

<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php if(have_posts()) : ?>
   <!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php while(have_posts()) : the_post(); ?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php the_title(); ?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php the_content(__('(more...)')); ?>
// Custom HTML & PHP code
   <!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php endwhile; ?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php else : ?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php endif; ?>

Using above code you can show the wordpress posts in your wordpress theme. Just you need to put above code in right place where you want to show the multiple posts.

Then Cut the header part of index.php file and put in header.php file and put < ?php get_header(); ?>
instead of deleted header part.

Then Cut the sidebar part of index.php file and put in sidebar.php file and put < ?php get_sidebar(); ?>
instead of deleted sidebar part.

Then Cut the footer part of index.php file and put in footer.php file and put < ?php get_footer(); ?>
instead of deleted footer part.

In single.php file you need to copy paste the index.php file and then put following code in the loop for showing the comments.

<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php if(have_posts()) : ?>
   <!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php while(have_posts()) : the_post(); ?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php the_title(); ?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php the_content(__('(more...)')); ?>
// Custom HTML & PHP code
   <!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php endwhile;
comments_template();
?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php else : ?>
<!--?<span class="hiddenSpellError" pre="" data-mce-bogus="1"-->php endif; ?>

Above tags we called as template tags in wordpress api and themes.
In header.php file following lines or code is important. For title, description for blog home, theme url following code is useful. Following tags we called as “Template Bloginfo Tags”.
Where you want to show the title use following code.

< ?php bloginfo('name'); ?> - Title of the blog
< ?php bloginfo('charset'); ?> - Displays the character set
< ?php bloginfo('description'); ?> - Displays the description of the blog
< ?php bloginfo('url'); ?> - Displays the address of the blog
< ?php bloginfo('rss2_url'); ?> - Displays the RSS URL
< ?php bloginfo('template_url'); ?> - Displays the URL of the template
< ?php bloginfo('pingback_url'); ?> - Displays the pingback URL
< ?php bloginfo('stylesheet_url'); ?> - Displays the URL for the template's CSS file
< ?php bloginfo('wpurl'); ?> - Displays URL for WordPress installation
< ?php bloginfo('name'); ?>

Common and very useful wordpress theme tags as follows.

< ?php the_time() ?> - Displays the time of the current post
< ?php the_date() ?> - Displays the date of a post or set of posts
< ?php the_title(); ?> - Displays or returns the title of the current post
< ?php the_permalink() ?> - Displays the URL for the permalink
< ?php the_category() ?> - Displays the category of a post
< ?php the_author(); ?> - Displays the author of the post
< ?php the_ID(); ?> - Displays the numeric ID of the current post
< ?php wp_list_pages(); ?> - Displays all the pages
< ?php wp_tag_cloud(); ?> - Displays a tag cloud
< ?php wp_list_cats(); ?> - Displays the categories
< ?php get_calendar(); ?> - Displays the calendar
< ?php wp_get_archives() ?> - Displays a date-based archives list
< ?php posts_nav_link(); ?> - Displays Previous page and Next Page links
< ?php next_post_link() ?> - Displays Newer Posts link
< ?php previous_post_link() ?> - Displays previous link

With this article I attached the very useful wordpress 3.0 help functions list. Please download that also.

WordPress 3.0 Cheat Sheet wordpress theme help for wordpress developers
wordpress functions and theme help wordpress theme help for wordpress developers

free wordpress themes for hotels and resorts, restaurants and travel

In Hotel site you need to add many images and media and reviews about customer. we have unique free wordpress themes for hotels and resorts.

free wordpress themes for hotels and resorts

Biggest to smallest hotel and restaurant required the website now. Wordpres is best and perfect solution for this. In Hotel site you need to add many images and media and reviews about customer. In wordpress creating the hotel or restaurant site is very nice and easy. There are too many free wordpress themes which can be usable for creating hotel site with wordpress. In this article I am going to give very nice options about free wordpress themes for hotels or Restaurants.

Hotels WordPress Theme

free wordpress themes for hotels and resorts
In Hotel site you need to add many images and media and reviews about customer. we have unique free wordpress themes for hotels and resorts.

Demo | Download

DeLuxe

Demo | Download

Hotel

Demo | Download

Hotel Lobby

Demo | Download

SW Hotel

Demo| Download

Hotel Nights

Demo | Download

Golden Palace Hotel Theme

Demo | Download



WordPress themes for Beer Bars and Drinks

WordPress became popular in last few year. The best part of wordpress the great SEO tool. That’s why many people want to create their website using wordpress. It is fast and highly customizable.

Free WordPress themes for Beer Bars and Drinks

Here I am going to give some cool wordpress themes for Beer Bars and Drinks collection. It is free wp themes for beer bars. You can find many free wordpress themes which can be useful for beear bars and hotels. Following list is unique and carefully collected wp themes. If you use these themes then you can easily customize them as per your requirements.

We did used some these themes for our clients and after few customization and adding new content and images, It was looking so nice and great. You should try these themes. If you are looking for beer bars wordpress themes.

1. Red Wine

Wordpress themes for Beer Bars and Drinks
WordPress themes for Beer Bars and Drinks

Demo | Download

2. Wine Clean

Demo | Download

3. Unwind

Demo | Download

4. Darkred

Demo | Download

5. New-wine

Demo | Download

Free Barack Obama wordpress themes

We dont need to introduce the Barack Obama. Barack H. Obama is the 44th President of the United States. Here we collected Free Barack Obama wordpress themes.

When Barack Obama became President of the USA. We got really happy because that is the real world’s sign that world is changing and people are changing in very right and global direction. He shows the new way to the whole world. I can say only that. He is the result of Hope.

Free Barack Obama wordpress themes

He is first president of USA who used internet campaign very smartly and effectively. He used the power of social media and internet social media so effectively. That why I am giving the information about some social account information about Barack Obama.

Follow Barack Obama on Twitter

http://twitter.com/BARACKOBAMA

Find Obama on Facebook

http://www.facebook.com/barackobama

Find on Myspace

http://www.myspace.com/barackobama

Information in White House

http://www.whitehouse.gov/administration/president-obama

Please check some very nice wordpress themes made for Barack Obama.

Probama Theme

Free Barack Obama wordpress themes
Free Barack Obama wordpress themes

Description

A timely WordPress theme for supporters of Senator Barack Obama’s political career and presidential campaign. Built-in control panel options allow easy management of images, video, podcasts and other RSS info.

Live Demo | Download Theme | Download PSD

Barack Obama Evolution

Free Barack Obama wordpress themes
Free Barack Obama wordpress themes

Description: Barack Obama Evolution WordPress Bloggers Template with 3 columns homepage and 2 column single post combination.

Demo | Download

Obama Hope

Free Barack Obama wordpress themes
Free Barack Obama wordpress themes

Description: Obama Hope is simple wordpress theme for Barack Obama supporters.

Demo | Download

Obama

Free Barack Obama wordpress themes
Free Barack Obama wordpress themes

Demo | Download