Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.
    Thread Starter Tara1

    (@tara1)

    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 : ?>
      <?php if(is_home()) {?>
    • <h2>
      <?php _e(‘Categories’); ?>
      </h2>
      <?php wp_list_cats(‘optioncount=1&hierarchical=1’); ?>
    • <h2>Feed on</h2>

    <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 }?>
    <?php endif; ?>

    </div>
    <!– CLOSE sidebar–>
    <div class=”clear”></div>

    Forum: Plugins
    In reply to: My linkable image advert
    Thread Starter Tara1

    (@tara1)

    Hi 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

    Thread Starter Tara1

    (@tara1)

    “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

    Thread Starter Tara1

    (@tara1)

    Many thanks for your prompt response

Viewing 5 replies - 1 through 5 (of 5 total)