Tara1
Forum Replies Created
-
HI, I am having the same problem, but the fix does not work for me
- This reply was modified 3 years, 9 months ago by Tara1.
Forum: Plugins
In reply to: Want categories to remain in sidebar?Hi
Sorry, I’m not sure what I need to show you- the sidebar.PHP?
This is it – thanks<div id=”sidebar”>
-
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar() ) : else : ?>
-
<h2>
<?php _e(‘Categories’); ?>
</h2>
<?php if(is_home()) {?>-
<?php wp_list_cats(‘optioncount=1&hierarchical=1’); ?>
- <h2>Feed on</h2>
-
<li class=”feed”>“>Posts RSS
<li class=”feed”>“>Comments RSS
<?php }?>
-
<h2><?php _e(‘Search’); ?></h2>
<form id=”searchform” method=”get” action=”<?php bloginfo(‘siteurl’)?>/”>
<input type=”text” name=”s” id=”s” class=”textbox” value=”<?php echo wp_specialchars($s, 1); ?>” />
<input id=”btnSearch” type=”submit” name=”submit” value=”<?php _e(‘Go’); ?>” />
</form> -
<h2>
<?php _e(‘Monthly’); ?>
</h2>
-
<?php wp_get_archives(‘type=monthly&show_post_count=true’); ?>
- <h2><?php _e(‘Pages’); ?></h2>
-
<?php wp_list_pages(‘title_li=’ ); ?>
<?php if(is_home()) {?>
<?php get_links_list(); ?>- <h2>Meta</h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid XHTML
- XFN
- WordPress
<?php wp_meta(); ?>
<?php }?>
<?php endif; ?></div>
<!– CLOSE sidebar–>
<div class=”clear”></div>Forum: Plugins
In reply to: My linkable image advertHi incase anyone else is interested I found that WPAds is suitable for doing this if you just reference within it where your image ad is stored and make it a link
Forum: Everything else WordPress
In reply to: Can WordPress do this?“You can have a registered user be a contributor”
Does this mean that you can automatically assign each registered user as a contributor if you wish? Does this mean you still have the option to accept/reject content.
Thanks for your help
Forum: Everything else WordPress
In reply to: Can WordPress do this?Many thanks for your prompt response