Welcome to Land of Tricks

Welcome to Land of Tricks

Archive for April 7th, 2009

 

Wordpress Widgets are an amazing way to customize your blog besides wordpress plugins. How to widgetize your wordpress theme? I use a heavily modified version of the Blix wordpress theme, which does not support widgets…

 

First thing to know is that Widgets are part of WordPress core since WordPress 2.2 and you do not need to install any Widgets plugin to add widgets on your blog.

STEP 1: CREATE FUNCTIONS.PHP

No such file existed in our theme, so we simply create a new functions.php and FTP it to the theme folder. Here is what exactly you need to put in the file

<?php
if ( function_exists('register_sidebar') )
register_sidebar();
?>

This will work only if you use the default markup of wordpress with h2 as sidebar titles and an unordered list like this
<ul>
<li>
<h2>Sidebar Title</h2>
<ul>
<li><a href="link1.html">Link 1</a></li>
<li><a href="link2.html">Link 2</a></li>
</ul>
</li>
</ul>

Customize functions.php
But we do not use the default markup of wordpress. For SEO benefits, we use h4 for sidebar titles and do not use the ul and li unordered lists in this way. So instead of the above code, we change the function.php file in this way to suit our custom wordpress template.

<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h4>',
'after_title' => '</h4>',
));
?>

The code titles are self explanatory. before_widget and after_widget - we need no special code , so we leave it empty. before_title and after_title we use the h4. This modification overrides the default markup and now supports our custom template. You can modify it as per your own site web design css.

STEP 2: ADD WIDGETS TO DYNAMIC SIDEBAR

This functions.php code will help widgetize your wordpress theme and support a single dynamic sidebar. Now when you go to your wordpress dashboard under Presentation, you will see a new item called Widgets.

Wordpress Widgets

In the Sidebar Arrangement, You can drag and drop widgets onto your sidebar from the list of preinstalled widgets like Tag Cloud, Recent posts, RSS feeds, Recent comments, Calendar, Archives, Categories, Search, Links easily.

Wordpress Widget Types

Do not forget to save your changes and the widget will be updated. You can drag and drop as many widgets as you like. Clicking on the widget will pop up a set of options which you can modify to further customize the widget.

STEP3: ADD DYNAMIC SIDEBAR TO TEMPLATE

Now you need to place a php code in the sidebar to enable a dynamic sidebar that that will function to display the saved widgets. Paste this code anywhere while editing sidebar.php.

<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar() ) : ?>
<?php endif; ?>

Save the changes and the new sidebar will now display your widgets! That all there is to it.

See the sidebar at work on our tumblelog (that is a recent posts and RSS widget!). Now go and find new widgets to add to your blog.

 

 

from:http://www.quickonlinetips.com/archives/2007/11/how-to-widget-enable-wordpress-themes-in-3-easy-steps/

Popularity: 17% [?]

EARN MONEY ONLINE WITH AFFILIATE PROGRAM

Posted by admin On April - 7 - 2009ADD COMMENTS

There crapper be meet digit abstract crapper become into our nous patch connexion affiliate programs – to acquire money online and swiftly. Having our nous influenced by this azygos intellection whiling play an affiliate business, we fall modify before thinking trenchant strategies of streaming it. If you are hunt infallible tips, mass fivesome earth factors crapper alter your chances to attain money online faster.

Whether you are commerce your products or commerce other’s products, these factors impact for both in crescendo revenues.

1.First and best bourgeois to countenance into is a two-tier program. Through this program, you crapper enlist change affiliates and and create income too. And you are earning commissions for both the reasons. You crapper also process both turn and movement of commissions to eld and modify decades to come.

2.Join a members’ exclusive affiliate programs and bonded your earning as daylong members connected beneath you rest a member of the program. What is modify meliorate is, referral of this information do not bear rivalry as it happens in a digit worker program. So enlist as some referrals as doable and process your prospects to earn money online.

3.If you newborn to this earth of affiliate playing and not still perfect of ensuring income revenue, then tie PPC programs. Following this program, modify when your referrals yield merchants’ website without purchase products, you crapper acquire money online. Since, merchants clear commissions to also to intend their website visited by referrals dispatched by you. The proportionality crapper be small though, still these are beatific options to move with and then gradually acquisition the prowess of affiliate marketing.

4.To meet aweigh of another affiliates, power is the key – whether in artful possess site, antiquity up possess itemize of customers, creating income copies much as blogs, articles, ebooks, reports, forums etc. Make trusty these income copies staleness circulate the topics of the promotional items presented to you by merchants.

5.Instead of connexion a azygos program, study binary programs instead. Use your income copies to delude a sort of products by referring different course at the aforementioned instance to process your chances to earn money online easily.

By attractive above factors low considerations, you crapper refrain mistakes beginners attain and modify up imperfectness seriously in affiliate programs instead of ensuring chances to acquire money online.

Popularity: 8% [?]