52 Best of the Best jQuery Navigation

Site navigation menu is a very important tool a visitor goes through to access the content. Today we will take a look at best jquery navigation menu to enhance your website.

1. jQuery & CSS Example – Dropdown Menu

The article is intended to describe an extremely basic, yet extremely powerful, technique for adding dropdown menus in your application user interface or website design.

jQuery & CSS Example – Dropdown Menu
jQuery & CSS Example – Dropdown Menu demo

(more…)

35 Best Free jQuery Image Slider And Gallery

We collect 35 best and free jQuery image slider and gallery you may have never seen before. Please leave comment if you know other best and free jQuery image slider.

1. Coin Slider

Coin Slider is jQuery Image Slider with Unique Effects. Coin Slider have a lot of options for helping you set slider as you want. Free to use under MIT licence.

Coin Slider
Coin Slider demo

(more…)

Web Minimalist 200901 WordPress Theme

Web Minimalist 200901 is a minimalist, imageless WordPress Theme from WebMinimalist.com.

SCREENSHOT

web-minimalist-200901-wordpress-theme.jpg

SCREENSHOT for THREADED COMMENTS

threaded comments

DEMO
This theme in only tested in WordPress 2.5.1 and WordPress 2.7.
Web Minimalist 200901 WordPress Theme demo (WordPress version 2.7)

FEATURES

  • Minimalist, clean, and imageless theme style.
  • Custom image header, allows you to upload a custom header image to be shown at the top of your blog instead of the default one. On the next screen you will be able to crop the image. Images of exactly 340 x 200 pixels will be used as-is.
  • Supporting threaded comments for WordPress 2.7
  • Widget ready.
  • The comment section is supporting Gravatars (http://gravatar.com/)
  • Supporting WP-PageNavi plugins

(more…)

Create Archives Page For Your WordPress Blog

1. Open your current WordPress theme, duplicate the page.php and rename it to archives.php.

2. Add this lines to the very top of code in archives.php:

<?php
/*
Template Name: Archives
*/
?>

3. Edit the <?php the_content(''); ?> to <?php wp_get_archives('arguments'); ?> (if you want other format, please read this).

Remove other unnecessary code to meet with what you need.

4. Publish a New Page, call it Archives. Change the Page Template from Default Template to Archives.

There are many tutorials about creating Archives Page. I just want to make it simpler and flexible. If you can understand the point here, you can make your Archives Page in any format. You also can create as many as pages you want, not only Archives Page.

I prefer to combine my archives page with Clean Archives Reloaded plugin.

Minimalist Vintage WordPress Theme

Minimalist Vintage WordPress Theme, was created based on original theme for WebMinimalist.com. You can choose to make a site with Static Page on the home page (like this site), or make regular blog as your home page.

For default, installing this theme will create regular blog in the home page.

How To Create A Site With STATIC PAGE on the Home Page

  1. Published a page, name it Home, and choose Homepage as the Page Template.
  2. Published another page, name it Blog, and choose Blog as the Page Template.
  3. In the Setting – Reading, change the Front page displays to A static page (select below):
  • Front page: Home
  • Posts page: Blog

Preview of static page in the home page:

minimalist-vintage.jpg

Screenshot below is preview of blog: (more…)