Archive for the ‘Wordpress Code’ Category

How to Add Custom Navigation Menus in WordPress 3.0 Themes


28
06
10

Custom Navigation Menus feature in WordPress 3.0 will make WordPress even more user friendly for beginners. This function let you organize your menu, create drop down menus, add new items to menu, and much more. The drag-and-drop function of this feature is what makes it extremely easy to use. This feature will not be available in older themes unless the theme author(s) update their themes. In this article, we will show you how you can enable and install custom navigation menus in your themes.

(more…)

WordPress 3.0 “Thelonious” is out!


18
06
10

WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard).

Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. (Twenty Ten theme shows all of that off.)

Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation.

As a user, you will love the new lighter interface, the contextual help on every screen, the 1,217 bug fixes and feature enhancements, bulk updates so you can upgrade 15 plugins at once with a single click

10 Essential WordPress Plugins


23
03
10

There’s good reason why WordPress is the most popular blogging platform. It’s easy to use and has tons of great features. But what’s really made this open source software excel is its passionate community. Yes, WordPress has lots of features built in, but it doesn’t have everything. The WordPress community fills this need. It’s full of talented developers that are constantly creating plugins to extend the features and make it even better.

There are many WordPress plugins out there, but in this article we’re focusing on the most essential. Below is a list of 10 plugins that every WordPress website could use.

(more…)

WordPress 3.0 new features


20
03
10


Wordpress team has started some time ago working on WordPress 3.0 version. There are lot many new features expected to come in WordPress 3.0.

One major upgrade which is expected to come in 3.0 is the merge of WordPress and WordPress MU. Which means you will be able to install multiple sites on your normal wordpress installation as part of expansion. Currently if you want to expand your reach by adding multiple sites on your normal wordpress installation, you will have to install a new copy of wordpress each time. But after the release of WordPress 3.0, that expansion will be much easier.

Menu Settings on WordPress 3.0

New featured and nice one is Menu Setting, this menu is based on WooNav WooThemes Framework menu. This menu system will have a drag and drop

functionality that will combine Pages, Categories, and Links. It will also allow the ability of re-ordering, along with sub-menus, and hiding specific Pages or Categories from the menu altogether.

(more…)

Move the Kubrick Sidebar to the left


16
01
10

The default Kubrick template that comes with WordPress
is great straight out of the box. However, some people prefer to have their pages and posts laid out differently.

By default, the sidebar is located on the right side of the page rather than the left. The following tutorial explains how to easily move the sidebar from right to left.

(more…)

Changing the Size of the Avatar


20
12
09

The default size of an avatar in a wordpress theme is 32×32px, which is sometime’s a bit small. In my new theme design I want to change it to 60×60px instead.

In your theme, open the comments.php and look for the following code:

1
<?php wp_list_comments(); ?>

This simple line of code has a lot of options available. If you want to learn more about them, just have a look at the WordPress Codex pages. For now, we’ll just concentrate on the size of the avatar.

The way to change the default size is simply by adding some text inside the function, like this:

1
<?php wp_list_comments('avatar_size=60'); ?>

It’s that simple!

Say hello to WordPress 2.9 “Carmen”


20
12
09


The long awaited WordPress 2.9 is finally here. This version is called  “Carmen” on the behalf of honor of magical jazz vocalist Carmen McRae. You can upgrade easily from your Dashboard by going to Tools > Upgrade, or you can download from WordPress.org.

A few of the new features are outlined in the video below.



(more…)