With this plugin you can add videos to your sidebar (or any other widgetized area of your site). Just copy and paste code of the video into the Advanced widget.
The Youtube’s original video code doesn’t pass W3C validation. The filtered video code of the Advanced Videobox will keep your site...
All-In-One Cufon plugin allows you an easy replacement of standard fonts with beautiful catchy fonts.
This plugin implements Simo Kinnunen’s Cufón script, which aspires to become a worthy alternative to sIFR.
Latest version 1.0.3
Download
FeaturesEasy to use
Automatic detection of the uploaded fonts
Preview of the uploaded fonts
Automatic detection of the fontFamily parameter
Option to enable...
With Youtube Videobox plugin you can add unlimited number of videos to your site in a painless way. All you need is to copy and paste code of the video into the Youtube Videobox widget.
The original video code from Youtube doesn’t pass W3C validation. My filtered video code will keep...
1. If you are logged out you will see “Please log in or Register”
else if you are logged in
2. you will see “Welcome USERNAME”<?php if (is_user_logged_in()) {
$user = wp_get_current_user();
...
If you want to display five last posts from your Wordpress blog, use this function:<ul>
<?php wp_get_archives('type=postbypost&limit=5'); ?>
</ul>For more detailed info go...
Recently my client’s design required displaying posts in sidebar only from one category. To solve this problem I decided to use class WP_Query.
The first we have to create instance of WP_Query:Then call method query(); to start the query. This is actually same as you would be using query_posts();
Parameter cat indicates...
Multilevel-navigation plugin for Wordpress is beyond all doubts a great plugin that allows you to create beautiful dropdown menus and enrich the look of your wordpress theme.
The only problem while working with Multi level navigation plug-in is that it doesn’t keep current item ‘Homepage’ highlighted. If you have encountered the...