Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Archives wiget, (http://forum.bytesforall.com/showthread.php?t=1056)

thndrwhls Apr 1, 2009 07:59 PM

Archives wiget,
 
Flynn, Great job on Atahualpa!

I am sure the Incans, if they new what webpages and word press were, would be proud!

I have created a blog/website using wordpress and your theme.

www.crossfit.com

I would like to have the archives wiget show up in the right sidebar only on the home page and post pages. the only info I can find is to have the side bar not on other pages, I do not want to remove the sidebar, just the wiget.

Please explain the process.

Thank you in advance!!!

Joe

Flynn Apr 2, 2009 05:23 AM

Install the PHP code widget http://wordpress.org/extend/plugins/php-code-widget/

Use one instance of it in the sidebar and into the widget put

PHP Code:

<?php if ( is_front_page() OR is_single() ) { ?>
<ul>
<?php wp_get_archives("type=monthly"); ?>
</ul>
<?php ?>

For more configuration options see http://codex.wordpress.org/Template_...p_get_archives


All times are GMT -6. The time now is 11:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.