• Resolved moty469

    (@moty469)


    Hi All,

    I am new to this but have doing a lot of reading and playing around with the cloudy theme as more of a CMS theme for my small business.
    My problem is 2 fold. how do I get rid of the “fake” signature on the top right box and also how do I get rid of the “most recent” box on the bottom (I will not be using this site for posts). So far I either can’t find the mark or I lose too much of the page.
    Any help would be greatly appeciated. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • A link to your site would help.

    Thread Starter moty469

    (@moty469)

    Sorry.

    the site is:

    Thanks for your response.

    Make a backup copy of your theme first. Then look for header.php in your theme. Open it up and look for the lines:

    <p class="signature">
    <img alt="John Smith" src="<?php bloginfo('template_directory'); ?>john-smith.gif"/>
    </p>

    remove those lines and you should remove the signature graphic.

    Getting rid of the Recent Post could be a little more complicated. I don’t know the theme so I’m not sure how many files might include it.

    Start with index.php and look for:

    <div id="recent">
    <div class="posts">
    <h3>Recent Posts</h3>
    <ul>
    [.. some code here...]
    </ul>
    </div>
    <div class="comments">[.. some more code ...]</div>
    </div>

    Removing these lines should remove the entire Recent Posts box.

    Thread Starter moty469

    (@moty469)

    Awesome! thank you very much.

    Worked like a charm.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cloudy Theme Problem’ is closed to new replies.