Support » Plugins » SRG Clean Archives not working

  • brooksr

    (@brooksr)


    Ok, I have SRG Clean Archives installed and activated.

    And I pasted <?php srg_clean_archives(); ?> into sidebar.php, but nothing appeared on my webpage.

    1. How do I make it appear?

    2. I’m using Sidebar Widgets and SRG CA does not seem to be a widget, so where does SRG display in relation to the widgets?

    Thanks,

    Brooks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Eric Amundson

    (@sewmyheadon)

    Hi Brooks,

    Don’t know what to tell you here as I’ve not used it. Did you try posting to the developer’s blog, or contacting him?

    rudolf45

    (@rudolf45)

    Isn’t that plugin for displaying your list of archived posts in a Page (as it is in the author’s demo)?

    Thread Starter brooksr

    (@brooksr)

    Yes, that’s right. See below where I pasted in:

    <?php srg_clean_archives(); ?>

    Do I have it in the wrong place?

    Brooks

    <div id=”sidebar”>

      <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ) : else : ?>

    • <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
    • <!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.

    • <h2>Author</h2>
      <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
    • –>

    • <?php /* If this is a 404 page */ if (is_404()) { ?>
      <?php srg_clean_archives(); ?>
      <?php /* If this is a category archive */ } elseif (is_category()) { ?>
      <p>You are currently browsing the archives for the <?php single_cat_title(”); ?> category.</p>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SRG Clean Archives not working’ is closed to new replies.