Forum Replies Created

Viewing 3 replies - 91 through 93 (of 93 total)
  • Thread Starter Angietops7

    (@angietops7)

    FOUND IT!!!! Thanks so much! You’re a lifesaver. It was in the Page.php.

    So I don’t know php. I see the html code, but now I realize that some of the php might be related to this.

    Here’s the HTML I recognize:

    [ Moderator note: please wrap code in backticks or use the code button. ]

    <div class="bottom-contact">
            <p><strong>Call:</strong></p>
            <p><strong>phone redacted</strong></p>
            <p><strong>or</strong></p>
            <p><strong>also redacted (toll free in the U.S.)</strong></p>
            <p><strong>or<a href="#"> email:so.redacted</a></strong></p>
          </div>

    Would I have to just remove that? Or do I need to remove php too? I don’t want to screw up my default template but I really need to do this. Here’s the code I recognize, plus some of the php before and after:

    <div class="content group">
        <aside class="content-lt group">
          <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
          <?php the_content(''); ?>
          <?php endwhile; endif; ?>
          <div class="bottom-contact">
            <p><strong>Call:</strong></p>
            <p><strong>deleted</strong></p>
            <p><strong>or</strong></p>
            <p><strong> deletd toll free in the U.S.)</strong></p>
            <p><strong>or<a href="#"> email: redacted</a></strong></p>
          </div>
          <!--content-lt-->
        </aside>
        <aside class="content-rt group">
          <?php get_sidebar(); ?>
        </aside>
        <!--content-->
      </div>
      <!--wrapper-->
    </div>
    <?php get_footer(); ?>

    Thread Starter Angietops7

    (@angietops7)

    Thanks Webbrewers,

    I basically don’t trust anything they say, so I’m not surprised to hear you say that.

    Can you tell me why someone would use this type of directory that’s not accessed by the wordpress interface?

    Are these images actually on my website, on the same server?

    Thread Starter Angietops7

    (@angietops7)

    Hi Webbrewers,

    Thanks for your response. I looked in all three places you mentioned and that code isn’t there.

    I’m confused.

    When I choose Appearance/Editor, on the right hand column there’s a list of templates that were created for my site. But the “default template” that’s the chosen template on most of my pages isn’t listed.

    I can see that the phone numbers I’m referring to are showing up in the body of the copy – not the footers or headers.

    There must be a “default template” somewhere that I can look at and edit. Can you tell me how to find that on wordpress?

Viewing 3 replies - 91 through 93 (of 93 total)