Forums

Please help: how to edit Prestige Dark blog monthly archive file (4 posts)

  1. C2015
    Member
    Posted 1 year ago #

    Hi all, I've looked and I can't find the help I need.

    I'm using Prestige Dark vol.1 on the http://www.revampedfitness.com site. On the Blog page, I've used the dcwp_archives widget. That all works fine.

    When I click on a link in the widget, I go to what looks like an auto-generated Archive page (for example "Archive for January 2011" at the link http://revampedfitness.com/2011/01/) and on that page are the bits I'm trying to fix.

    First there is an annoying "Lorem ipsum dolor" text space holder that isn't on the dcwp_archives.php page. How do I get rid of that?

    Also there is no sidebar on the Archive and I can't figure out how to add one. I created a sidebar called "Archive" and added
    <?php get_sidebar( Archive ); ?>
    to the dcwp_archives.php page but that didn't work.

    Please help! I'm a completely new coder so type slowly okay? :o)

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

  3. zoonini
    help me help you
    Posted 1 year ago #

    You're missing quotes:

    <?php get_sidebar('Archive'); ?>

    First there is an annoying "Lorem ipsum dolor" text space holder that isn't on the dcwp_archives.php page. How do I get rid of that?

    I would do a search (using a search tool) of your theme folder to find the lorem. If it's not there, have you checked your widgets?

  4. C2015
    Member
    Posted 1 year ago #

    Thanks guys, I'll look into this!

Topic Closed

This topic has been closed to new replies.

About this Topic