best free premium wordpress themes for download

In article, we have a list of best free premium wordpress themes for download which are available free download. searching for free premium wordpress themes. Everybody was searching for free premium wordpress themes for download. Many people thought there are very nice wordpress themes but that are not freely available. Here in this article I created a list of premium wordpress themes which are available for free download.

best free premium wordpress themes for download

Artwork WordPress Theme

best free premium wordpress themes for download
best free premium wordpress themes for download

Download

Mimbo Magazine

Preview | Download

A Better Place

Demo | Download

Brandford Magazine

Preview | Download

Bulletin Board WordPress Theme

Download

Movie Theater WordPress Theme

Download

Children And Toys WordPress Theme

Download

WP-Polaroid

Preview | Download

Coda

Demo | Download

Motion Theme

Demo | Download

The Morning After Theme

Demo | Download

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 fresh and high quality wordpress themes for bloggers

Here in this article we collected, free fresh and high quality wordpress themes for bloggers. As blogger we need very high quality unique wordpress themes.

We all knows that every blogger searches creative and effective theme to attract the visitors. That’s true that theme of your site is also important thing to increase blog traffic. According to us theme must be user-friendly that when people will come on your site then they will find any stuffs quickly and without headache.

There are a lot of websites providing fresh and high quality themes on the net. Here in this post we have selected some outstanding themes for bloggers. Hope you’ll like these wonderful themes, you can tell us which one you like through your comments.

free fresh and high quality wordpress themes for bloggers

Thank You.

1: Zanblue

free fresh and high quality wordpress themes for bloggers
free fresh and high quality wordpress themes for bloggers

[ Demo | Download ]

…………………………………………………………………..

2: Darina

free fresh and high quality wordpress themes for bloggers

[ Demo | Download ]

…………………………………………………………………..

3: Simple Balance 2.0

free fresh and high quality wordpress themes for bloggers

[ Demo | Download ]

…………………………………………………………………..

4: Art Imagination

[ Demo | Download ]

…………………………………………………………………..

5: ZIG ZAG

[ Demo | Download ]

…………………………………………………………………..

6: CreativeArt Theme

[ Demo | Download ]

…………………………………………………………………..

7: UrbanArtist

[ Demo | Download ]

…………………………………………………………………..

8: ASTRA

640

[ Demo | Download ]

…………………………………………………………………..

9: ZinePress

[ Demo | Download ]

…………………………………………………………………..

10: Keep it Simple

[ Demo | Download ]

…………………………………………………………………..

11: Outdoor

[ Demo | Download ]

…………………………………………………………………..

12: Velux

[ Demo | Download ]

…………………………………………………………………..

13: Magiting

[ Demo | Download ]

…………………………………………………………………..

14: Japanese Fleur

[ Demo | Download ]

…………………………………………………………………..

15: Foodiary

[ Demo | Download ]

…………………………………………………………………..

16: Aspire

[ Demo | Download ]

…………………………………………………………………..

17: Pork and Beans

[ Demo | Download ]

…………………………………………………………………..

18: Brownline

[ Demo | Download ]

…………………………………………………………………..

19: INDEZINER

[ Demo | Download ]

…………………………………………………………………..

20: Toughpress

[ Demo | Download ]

…………………………………………………………………..

21: Smashing MultiMedia

[ Demo | Download ]

…………………………………………………………………..

22: Magzeen

[ Demo | Download ]

…………………………………………………………………..

23: Torn Paper

[ 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 WordPress themes for Yoga and Skin and Health

build site with free wordpress themes for yoga, skin, spa, beauty salon, health, fitness sites in wp. We collected nice list of free wordpess themes for creating Yoga and Skin and Health related site.

Many people want to create there Yoga center , Beauty or health center websites in wordpress. Many times we spend time to on searching wordpress themes related that.

free wordpress themes for yoga, skin, spa, beauty

Here I am going to tell some very nice and cool Yoga, skin and health wordpress themes.

1. Breathe and Stretch

free wordpress themes for yoga, skin, spa, beauty
free wordpress themes for yoga, skin, spa, beauty

LIVE DEMO | Download Breathe and Stretch

2. Gracia

3. Yoga
4. Beauty

DEMO | DOWNLOAD

6. Jeine health WordPress Theme

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

most downloaded free wordPress image gallery plugins

Photo Gallery is best way to showcase your images. many plugins gives features of animated gallery. collection of free wordPress image gallery plugins.

Photo Gallery, picture gallery, or slideshow are the best way to showcase your images/photos to your readers. There are a lot of different methods to create them, and the alternative you’re most likely to be using Flash or JavaScript. Now Jquery slider plugins are very popular these days. There are many wordperss image gallery plugins which gives you really great features of animated gallery. Here is nice collection of wordpress gallery plugins.

Free WordPress Image Gallery Plugins

Below is the most downloaded image gallery plugins that we have chosen directly from the wordpress plugin directory. To make it even easier for you to choose, I also added live demo link under every image plugin! All of the resources in this post are categorized and hopefully you will find a number of new plugin that will be practical for your own work.

Using Lightbox, Thickbox, and Fancybox Effect

NextGEN Gallery

NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.

next-gen-image-gallery, Free WordPress Image Gallery Plugins
Free WordPress Image Gallery Plugins

NextGEN Gallery is the most popular WordPress gallery plugin, and one of the most popular WordPress plugins of all time, with over 7.5 million downloads.

It provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more. It also provides two front-end display styles (slideshows and thumbnail galleries), both of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more.

Demo |ย Download

Shadowbox JS

Shadowbox is an online media viewing application that supports all of the web’s most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. Using Shadowbox, website authors can display a wide assortment of media in all major browsers without navigating users away from the linking page.

Javascript libraries supported are: None, YUI, Prototype, jQuery and MooTools. Prototype and jQuery are used from the Javascript libraries included with WordPress, YUI is loaded from Yahoo APIs and Mootools is loaded from Google APIs.
shadowbox-gallery-plugin
This plugin can also be used as a drop in lightbox replacement, without requiring you to edit posts already using lightbox.

By default this plugin will use Shadowbox for all image links, movie links, audio links and YouTube/Google Video links including those generated by the

shortcode.

Shadowbox is licensed under the terms of the Shadowbox.js License. This license grants personal, non-commercial users the right to use Shadowbox without paying a fee. It also provides an option for users who wish to use Shadowbox for commercial purposes. You are encouraged to review the terms of the license before using Shadowbox. If you would like to use Shadowbox for commercial purposes, you can purchase a license from http://www.shadowbox-js.com/.

Demo |ย Download

Lightbox Plus

Lightbox Plus permits users to view larger versions of images, simple slide shows, videos and content all in an overlay.

Lightbox Plus ColorBox implements ColorBox as a lightbox image overlay tool for WordPress. ColorBox was created by Jack Moore and is licensed under the MIT License. Lightbox Plus ColorBox for WordPress implements ColorBox as a lightbox image overlay tool for WordPress. ColorBox was created by Jack Moore and is licensed under the MIT License. Lightbox Plus ColorBox permits users to view larger versions of images without having to leave the current page. Lightbox is able to add a lightbox to WordPress gallery images, display simple slide shows, video, forms and external content in overlays. The use of the dark or light background, which dims the page over which the image has been overlaid, also serves to highlight the image or video being viewed. Lightbox Plus ColorBox captures the image title for display in the overlay.
Lightbox Plus ColorBox
Lightbox Plus ColorBox uses WordPress’ built in jQuery library. Lightbox Plus ColorBox also uses the PHP Simple HTML DOM Parser helper class to navigate page content for inserting the Lightbox attibutes into elements.

Demo |ย Download

Lightbox Gallery

This plugin changes the view of galleries to the lightbox.

If you would prefer the prior Lightbox to Colorbox, you need to get the script from the setting page.
Lightbox Gallery
The Lightbox Gallery plugin changes the view of galleries to the lightbox.

  • ย ย ย  Lightbox display of Gallery
  • ย ย ย  Tooltip view of caption of images
  • ย ย ย  Displays the associated metadata with images
  • ย ย ย  Divides Gallery into several pages
  • ย ย ย  Extends the default Gallery options
  • ย ย ย  Additional settings are set in the option page
  • ย ย ย  Switch to the Highslide JS display

Demo |ย Download

jQuery Lightbox

Used to overlay images on the current page.

As the name shows, this is just WordPressโ€™s version of the jQuery Lightbox Plugin written by balupton, working perfectly with WordPress 2.2 or up, and fully compatible with K2

Demo |ย Download

Shutter Reloaded

Darkens the current page and displays an image (like Lightbox, Thickbox, etc.), but is a lot smaller
(10KB) and faster.

Shutter Reloaded is an image viewer for your website that works similarly to Lightbox, Thickbox, etc. but is under 10KB in size and does not require any external libraries. It has many features: resizing large images if the window is too small to display them with option to show the full size image, combining images in sets, redrawing the window after resizing, pre-loading of neighbour images for faster display and very good browser compatibility.
Shutter Reloaded WordPress plugin1
This plugin offers customization of the colour and opacity settings for the background and colour for the caption text, buttons text and the menu background.

There are options to enable it for all links pointing to an image on your site (with option to exclude some pages), or just on selected pages. It can be enabled only for image links with CSS with option to create a single set or multiple sets for each page.

The plugin can also “auto-make” image sets for each Post, so when several posts are displayed on the “Home” page, links to images on each post will be in a separate set. See the built-in help for more information.

Demo |ย Download

FancyBox for WordPress

Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. Additional configuration optional.
FancyBox for WordPress
You can easely customize almost anything you can think about fancybox: the border, margin width and color, zoom speed, animation type, close button position, overlay color and opacity and even more advanced option like several options to group images into galleries, and more…

By default, the plugin will use jQuery to apply FancyBox to ANY thumbnails that link directly to an image. This includes posts, the sidebar, etc, so you can activate it and it will be applied automatically.

Demo |ย Download

Lightview Plus

Seamless integration of Lightview (similar to Lightbox, Thickbox, Floatbox, Thickbox, Fancybox) to create a nice overlay to display images and videos.

A wordpress plugin which implements lightview 3.0 of Nick Stakenburg.

Lightview does the same as lightbox, but in a much nicer way. lightview-plus plays videos from YouTube, blip.tv and Vimeo.

This plugin automatically enhance image links to use lightview. It has the same functionality as the wordpress plugin fancybox plus

This plugin needs jQuery now!

Demo |ย Download

Page Flip Image Gallery

FlippingBook WordPress Gallery plugin helps you to create Image Gallery with Page Flip effects on your blog.

Page Flip Image Gallery

Do you need to show your photos or publication to the best advantage and post them in a photo gallery speedy manner, don’t you? You need to make a bright and memorable presentation, portfolio or image gallery?

Try FlippingBook WordPress Gallery plugin – image gallery with page flip effect.

Demo |ย Download

Yet Another Photoblog

Convert your WordPress Blog into a full featured photoblog in virtually no time. Use the full range of WordPress functions and plugins: Benefit from the big community WordPress has to offer.
What is YAPB / What can you expect?

  • ย ย ย  A non invasive WordPress-plugin that converts wp into a easy useable photoblog system
  • ย ย ย  Easy image upload – All wordpress post-features can be used
  • ย ย ย  On the fly thumbnail generation – Use multiple thumbnail sizes where and when you need them: Thumbnail generation gets controlled by the theme.
  • ย ย ย  EXIF data processing and output
  • ย ย ย  Self-learning EXIF filter – Your own cameras tags can be selected to be viewed.
  • ย ย ย  Full i18n-Support through gnutext mo/po files
  • ย ย ย  YAPB Plugin Infrastructure for extended functionality
  • ย ย ย  Ping additional update-service-sites when posting a photoblog entry.
  • ย ย ย  Nearly every WP-theme can become a photoblog in virtually no time.
  • ย ย ย  Out of the box configurable “latest images” sidebar widget
  • ย ย ย  You’ll get a photoblog system based on wordpress – Decide if you want to post a normal WordPress article or a photoblog entry. Be free to use all available extensions / plugins of the WordPress platform ๐Ÿ˜‰
  • ย ย ย  Be the owner of your own photos on your own webhost

Demo |ย Download

WP-SimpleViewer

The WP-SimpleViewer plugin allows you to easily create SimpleViewer galleries with WordPress. SimpleViewer is a free, customizable Flash image gallery. Images and captions can be loaded from the WordPress Media Library or from Flickr.

Add SimpleViewer Flash image galleries to your posts and pages. Easy to use and several options to make it fit your needs.

Demo |ย Download

Lazyest Gallery

Lazyest Gallery is an integrated image gallery with automatic thumb and slide creation, comments on images, and a slide show.

Create a photo gallery from your existing photo directories.

Lazyest-gal

If you are new to Lazyest Gallery, please consider Eazyest Gallery. Eazyest Gallery is the successor to Lazyest Gallery and is far better integrated with WordPress, and compatible with popular plugins.

This gallery basically needs just two settings: Your image directory and your gallery page. Lazyest Gallery automatically creates a photo gallery with folders, sub folders, thumbnail pages and slide shows.

If you want more, the gallery offers a multitude of options by featuring a smart back end management site. You can sort photos through folders and add captions, comments and descriptions with minimal effort. If you are tired of uploading photos through the WordPress server, this plug-in will make it a breeze with their FTP auto-indexing integration.

Demo |ย Download

ย 

flickrRSS

This plugin allows you to easily display Flickr photos on your site. It supports user, set, favorite, group and community photostreams. The plugin is relatively easy to setup and configure via an options panel. It also has support for an image cache located on your server.

Allows you to integrate Flickr photos into your site. It supports user, set, favorite, group and community photostreams.

Demo |ย Download

 

Flickr Photo Album

This Flickr plugin for WordPress will allow you to pull in your Flickr photosets and display them as albums on your WordPress site. There is a pretty simple template provided which you can customize to 100% match the look and feel of your own site.
Flickr Photo Album
The plugin is customizable in a number of different ways. There are options to allow you to hook it up with a number of different Lightbox-style popup overlay display libraries. Third party commenting services such as Disqus are also supported, allowing your visitors to comment on your photos without hopping over to Flickr.com. A simple Flickr widget is also included to let you easily include your photos into your blog’s sidebar.

On the backend, this plugin will add a new Flickr icon to your WordPress edit screen which will allow you to easily insert your Flickr photos and albums into your blog posts with just a couple clicks. You can either have your inserted photos link back to your WordPress Flickr photo album or directly to your Flickr.com photo page.

Demo |ย Download

Flickr Gallery

Quickly and easily add Flickr galleries, photos, and even custom search results into your WordPress pages and posts.

Using the “shortcodes” system in WordPress 2.5 and up, this plugin will allow you to quickly and easily incorporate your Flickr photos into your WordPress pages and posts.

Features include:

  • ย ย ย  A quick gallery of your recent photos, photosets and most popular photos.
  • ย ย ย  Easy database caching (just click a checkbox)
  • ย ย ย  Displays the photos from one photoset
  • ย ย ย  Displays all of a user’s photos with given tags
  • ย ย ย  Displays the results of a custom search
  • ย ย ย  Inserts a single photo into your content
  • ย ย ย  Embeds Flickr’s flash movie player for videos
  • ย ย ย  Authenticate to display your private photos
  • ย ย ย  Lightbox script makes it easy to browse photos without leaving the page
  • ย ย ย  Plugin API to let sites configure the tabs in their gallery
  • ย ย ย  View photosets in the gallery mode without leaving the page
  • ย ย ย  Lightboxes are now generated for every gallery mode
  • ย ย ย  WordPress MU Support
  • ย ย ย  Pagination in galleries
  • ย ย ย  All images smaller than “medium” will load in the lightbox effect (if enabled) when the user clicks on them.
  • ย ย ย  Add a “Collections” tab to the default gallery
  • ย ย ย  Select which tabs the gallery displays
  • ย ย ย  Set the lightbox to display larger than “medium” photos if the user’s browser window is large enough.
  • ย ย ย  Easier “Web” based authentication to the Flickr API.
  • ย ย ย  New: Show the photo’s description inside the lightbox alongside the larger photos.

 

Release Page |ย Download

Scissors

This plugin adds cropping, resizing, and rotating functionality to WordPress’ image upload and management dialogs. Scissors also allows automatic resizing of images when they are uploaded and supports automatic and manual watermarking of images. Additionally, images that are resized in the post editor are automatically resampled to the requested size using bilinear filtering when a post is saved, which improves the perceived image quality while reducing the amount of data transferred at the same time.

Please note that WordPress versions 2.9 and newer are not supported!

When the first version of Scissors was published in October 2008 it was available only in English and German. Since then translations into new languages have been contributed by the following kind individuals. Thank you for your time and initiative!

Scissors enhances WordPressโ€™ handling of images by introducing cropping, resizing, rotating, and watermarking functionality.
For WordPress 2.9 โ€“ 3.0 please download here :http://dev.huiz.net/2010/01/03/wordpress-plugin-scissors-for-v2-9/

Demo |ย Download

GRAND Flash Album Gallery

Grand Flagallery – powerfull media gallery content plugin. Easy interface for handling photos, image galleries, audio and video galleries.
Grand Flagallery - Photo Gallery Plugin
With this gallery plugin you can easy upload images, create music and video playlists, create photo gallery, group pictures in photo slideshow and add descriptions for each image, mp3 or video – Grand Flagallery is the smart choice when showing the best of your product or describing in brief any event. Grand Flagallery can easily beautify your site with photo gallery, mp3 player, video player, banner rotator, nivo slider or nice slideshow widgets. SEO optimized, compatibility with Google Reader, FeedBerner, etc.

Demo |ย Download

 

Featured Content Gallery

Used to create a customizable rotating image gallery anywhere within your WordPress site.

Featured Content Gallery creates an automated, fully customizable rotating image gallery anywhere within your WordPress site. Choose your images and display categories, pages or posts with custom overlay text and a thumbnail carousel. Custom options include gallery size, color, style and more.

Demo |ย Download

 

Dynamic Content Gallery

Creates a dynamic gallery of images for latest or featured content selected from one category, a mix of categories, or pages.

Dynamic Content Gallery

This plugin creates a dynamic gallery of images for latest and/or featured content using either the JonDesign SmoothGallery script for mootools, or a custom jQuery script. The plugin dynamically creates the gallery from your latest and/or featured content by either automatically pulling in the first Image Attachment from relevant Posts/Pages, or by specifying image URLs in a DCG Metabox in the Write screen for the relevant Posts/Pages. Additionally, default images can be displayed in the event that Posts/Pages don’t have an Image Attachment or manually specified image. A Dashboard Settings page gives access to a comprehensive range of options for populating the gallery and configuring its look and behaviour. The DCG can be added to your theme as a Widget, or by using a template tag.

For best results, make sure that your theme supports Post Thumbnails, introduced in WP 2.9.

Compatible with network-enabled (multisite) WordPress 3.0+, though available plugin options are slightly reduced.

Demo |ย Download

 

Use smilies/smileys in wordpress posts

By default, WordPress automatically converts text smileys to graphic images. In this post I showed how to Use smilies/smileys in wordpress posts

Use smilies/smileys in wordpress posts

Use smilies/smileys in wordpress posts
Use smilies/smileys in wordpress posts

Smileys, also known as “emoticons,” are glyphs used to convey emotions in your writing. They are a great way to brighten up posts. smile emoticon

By default, WordPress automatically converts text smileys to graphic images. When you type ๐Ÿ˜‰ in your post you see smile emoticon when you preview or publish your post.

If you turn off graphic smileys, whatever you type in plain text will remain, and be displayed, as plain text.

  1. Go to your Admin Panel
  2. Select Settings -> Writing
  3. In the Formatting section, uncheck the box for “Convert emoticons likeย ๐Ÿ™‚ andย ๐Ÿ˜› to graphics on display

Turning off emoticons means that when you type ๐Ÿ˜‰ in a post you will see ๐Ÿ˜‰ when you preview or publish your post. So it doesn’t stop you from using emoticons as plain text. wink emoticon

What Text Do I Type to Make Smileys?

Smiley images and the text used to produce them*:

icon text text full text icon full text
smile ๐Ÿ™‚ ๐Ÿ™‚ ๐Ÿ™‚ lol ๐Ÿ˜†
biggrin ๐Ÿ˜€ ๐Ÿ˜€ ๐Ÿ˜€ redface ๐Ÿ˜ณ
sad ๐Ÿ™ ๐Ÿ™ ๐Ÿ™ cry ๐Ÿ˜ฅ
surprised ๐Ÿ˜ฎ ๐Ÿ˜ฎ ๐Ÿ˜ฎ evil ๐Ÿ‘ฟ
eek ๐Ÿ˜ฏ ๐Ÿ˜ฏ ๐Ÿ˜ฏ twisted ๐Ÿ˜ˆ
confused ๐Ÿ˜• ๐Ÿ˜• ๐Ÿ˜• rolleyes ๐Ÿ™„
cool 8) ๐Ÿ˜Ž ๐Ÿ˜Ž exclaim โ—
mad ๐Ÿ˜ก ๐Ÿ˜ก ๐Ÿ˜ก question โ“
razz ๐Ÿ˜› ๐Ÿ˜› ๐Ÿ˜› idea ๐Ÿ’ก
neutral ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ˜ arrow โžก
wink ๐Ÿ˜‰ ๐Ÿ˜‰ ๐Ÿ˜‰ mrgreen :mrgreen:

* In some instances, multiple text options are available to display the same smiley.

Note: The smiley or emoticon image graphics are found in the /wp-includes/images/smilies directory.


5 tips to increase wordPress traffic and look

In article, I explained you the 5 best tips about how to keep your wordpress blog or website impressive and 5 tips to increase wordPress traffic and look. It is very important to increase wordPress traffic by doing some tricks. There are many ways for increase wordPress traffic. But here in this article, I found some very unique increase wordPress traffic tips which are very useful for every web master.

I also did many tricks for my client to increase wordPress traffic. So think deeply about, how to increase wordPress traffic.

increase wordPress traffic

WordPress is becoming most popular CMS these days. It is very easy to use and great search engine support. Following are simple steps which I used to increase wordPress traffic.
Last year wordpress left behind all the cms. Many people are thinking about how to keep the there wordpress site impressive.
In this article I am going tell you the 5 best tips about how to keep your wordpress blog or website impressive.

1. Create a widget controlled footer that keeps visitors busy on site

increase wordPress traffic
increase wordPress traffic

Widget controlled footer is not new thing in wordpress website but still having footer with multiple information is good.
You should keep the following footer widget in website.
1. Recent posts
2. Popular Post
3. Recent Comments
For recent comments you can use following code in footer without plugin

<?php
 $my_query = new WP_Query('showposts=15');
 while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID;
?>

For popular post We can use the wp-popular-post plugin. Using that plugin use can use following code in your website

<?php get_mostpopular("range=weekly&order_by=views&stats_comments=0&limit=20"); ?>

For showing the Recent comments you can use following code without any wordpress plugin. You can change the css code as per your site layout.

<?php
$total_comments = $wpdb->get_results("SELECT comment_date_gmt, comment_author, comment_ID, comment_post_ID, comment_author_email, comment_content FROM $wpdb->comments WHERE comment_approved = '1' and comment_type != 'trackback' ORDER BY comment_date_gmt DESC LIMIT 11");
$comment_total = count($total_comments);
echo '<ul>';
for ($comments = 0; $comments < $comment_total; $comments++) {
echo "<div style='clear:both;width:355px;padding-top:3px;'><div style='float:left;width:35px;'>";
echo get_avatar($total_comments[$comments]->comment_author_email,$size='32',$default='<path_to_url>' );
echo "</div> <div style='width:320px;'>";
echo '<li>';
echo $total_comments[$comments]->comment_author . ' says ';
echo '<a href="'. get_permalink($total_comments[$comments]->comment_post_ID) . '#comment-' . $total_comments[$comments]->comment_ID . '">';
// echo get_the_title($total_comments[$comments]->comment_post_ID);
echo $total_comments[$comments]->comment_content;
echo '</a></li></div></div>';
}
echo '</ul>'
?>

2. Display the interesting images on the homepage

You can increase wordPress traffic and website will look cool with best custom made images.
You can use following code for showing the images on homepage.
First you need to open the functions.php file from your wordpress theme folder and copy paste following code in that file.

function get_first_image($id) {
$PostID = $id;
$all_images =& get_children('post_type=attachment&post_mime_type=image&post_parent=' . $PostID );

if($all_images) {
$arr_of_all_images = array_keys($all_images);
$firstImage = $arr_of_all_images[0];
$thumb_url = wp_get_attachment_thumb_url($firstImage);
$First_thumb_image = '<a href="' . get_permalink() . '">' .
 '<img src="' . $thumb_url . '" width="150" height="150" alt="Thumbnail Image" title="Thumbnail Image" />' .
 '</a>';
 echo $First_thumb_image;
 }
}

In your index.php file you need to copy paste the following code for showing the image.

<?php get_first_image($post->ID);ย  ?>

3. Add social media links to the bottom of post

Visitors always want to bookmark the website or your posts.
So keeping that very simple adding the social media links to your posts is very nice.
Finding the good social media icons as per your website is very easy with google.

There are some nice wordpress plugins available for adding the social media icons but recommend not to use any wordpress plugin.
Or you can use following code.

<style>
.social_icons{ clear:both; border-top:2px solid #ccc; color:#2266BB; font-size:18px;font-weight:bold;line-height:30px;}
.social_icons ul li {float:left; padding-right:8px;}
</style>
<div >
Bookmark & Share This Post
<ul>
 <li><a rel="nofollow" target="_blank" href="http://images.purabtech.in/feed" title="RSS"><img src="http://images.purabtech.in/rss_32.png" title="RSS" alt="RSS"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="del.icio.us"><img src="http://images.purabtech.in/delicious_32.png" title="del.icio.us" alt="del.icio.us"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="StumbleUpon"><img src="http://images.purabtech.in/stumbleupon_32.png" title="StumbleUpon" alt="StumbleUpon"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Digg"><img src="http://images.purabtech.in/digg_32.png" title="Digg" alt="Digg"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://twitthis.com/twit?url=<?php the_permalink() ?>" title="TwitThis"><img src="http://images.purabtech.in/twitter_32.png" title="TwitThis" alt="TwitThis"ย  /></a></li>

 <li><a rel="nofollow" target="_blank" href="http://www.mixx.com/submit?page_url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Mixx"><img src="http://images.purabtech.in/mixx_32.png" title="Mixx" alt="Mixx"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=<?php the_permalink() ?>" title="Technorati"><img src="http://images.purabtech.in/technorati_32.png" title="Technorati" alt="Technorati"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=<?php the_permalink() ?>&t=<?php echo urlencode(the_title('','', false)) ?>" title="Facebook"><img src="http://images.purabtech.in/facebook_32.png" title="Facebook" alt="Facebook"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&save?u=<?php the_permalink() ?>&h=<?php echo urlencode(the_title('','', false)) ?>" title="NewsVine"><img src="http://images.purabtech.in/newsvine_32.png" title="NewsVine" alt="NewsVine"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Reddit"><img src="http://images.purabtech.in/reddit_32.png" title="Reddit" alt="Reddit"ย  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Google"><img src="http://images.purabtech.in/google_32.png" title="Google" alt="Google" /></a></li>

 <li><a rel="nofollow" target="_blank" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=<?php the_permalink() ?>&=<?php echo urlencode(the_title('','', false)) ?>" title="YahooMyWeb"><img src="http://images.purabtech.in/yahoobuzz_32.png" title="YahooMyWeb" alt="YahooMyWeb"ย  /></a></li>

 <li><a rel="nofollow" target="_blank" href="mailto:?subject=<?php echo urlencode(the_title('','', false)) ?>&body=<?php the_permalink() ?>" title="E-mail this story to a friend!"><img src="http://images.purabtech.in/email_32.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!"ย  /></a></li>

</ul>
</div>

4. Install the Tweetmeme style Twitter button to your posts

Twitter is very popular these days. Twitter is micro blogging website.
So many people want to share there articles with twitter and Many visitors want to share article with there friends and follower by tweeting the article.
I recommend to use the tweetmeme wordpress plugin for putting the Twitter button to your posts.

You can download the tweetmeme wordpress plugin from following URL
http://tweetmeme.com

5. Always show the Author information with photo

Many visitors want to know about author. Keeping Author’s information on wordpress website is really good idea.
That will become your website more interesting the user friendly to visitors.
Some people like the specific writing style of author and They want know more information about Author.

In wordpress keeping the users photo and information I will suggest to use the user-photo wordpress plugin.
http://wordpress.org/extend/plugins/user-photo/
After adding following plugin you can use following code in your wordpress posts.

<?php userphoto_the_author_photo(); ?>

how to get reply comment link in wordpress

You can add the easily add reply comment link in wordpress comments template. WordPress api will give you very easy and better options to get reply comment link in wordpress.

.

how to get reply comment link in wordpress

how to get reply comment link in wordpress
how to get reply comment link in wordpress

Open your comments.php file from your wordpress theme folder and use following code.

<?php
// for Text
comment_reply_link( array ( 'reply_text' => '<img src="..." alt="Reply Comments">' ) );

// for Image</code>
comment_reply_link( array ( 'reply_text' => '<img src="..." alt="Reply Comments">' ) );
?>

For More detail you can use the following article…