• I have been trying to remove copy that seems to set on our company website static page. I can’t tell if it’s a pop or plug in, what’s the best way to find out where info is held from the dashboard?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please post the URL. You might look in Appearance>Widgets. Also try looking in Appearance>Customise. Another spot to check is Settings>Reading.

    Thread Starter az-admin

    (@az-admin)

    http://www.ackmanziff.com/

    on the home page there is a quote in the footer that is off set and in bold I’m trying to remove it all together.

    I will try those, thanks.

    Looks like a custom theme. Is there a Options section for the theme? Looking for Footer Quote or similar. You can look for a footer.php file in the themes folder and see if its hard coded or where its getting the text from.

    Thread Starter az-admin

    (@az-admin)

    If i am reading the below properly it looks like it’s pulling from our testimonial section on our site where a pod was set up. But earlier i tried to delete the testimonial altogether and the footer remained. If i delete this entire footer code below will that work?

    <?php if(!is_home()) { ?>
    <div id=”footer”>

    <div id=”footerQuote”>

    <p class=”quoteText”>
    <span class=”quotes”>"</span>
    <?php
    $quotes = new Pod(‘testimonials’);
    $quotes->findRecords(‘RAND()’,1);
    while($quotes->fetchRecord()) :
    ?>
    /contact-us/’,’bioWindow’,’scrollbars=no,resizable=yes,width=425,height=325′)”>
    <?php echo $quotes->get_field(‘body’); ?>

    <span class=”quotes”>"</span></p><p class=”quoteAttribution”><?php echo $quotes->get_field(‘name’); ?></p>
    <!– InstanceBeginEditable name=”footerAttribution” –>
    <?php endwhile; ?>
    <!– InstanceEndEditable –>

    </p>

    </div>

    </div>

    <!– FOOTER SECTION END –>

    Yes I think so …make a backup 🙂

    Thread Starter az-admin

    (@az-admin)

    Thank you!

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

The topic ‘Editing home pages’ is closed to new replies.