Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve done some experimenting and found that Google is not indexing my private pages.

    I published a private page with bizarre text on it, waited 2 months and then put the text in quotes and searched for it in google and yahoo. They didn’t find it.

    That’s proof enough for me but if it’s really confidential information I recommend just never putting it online.

    I had the same problem and ended up fixing for my theme.

    in archive.php I found this chunk of code:

    <div class="postbody entry clearfix">
          <?php the_content(__('Read the rest of this entry &raquo;', 'fusion'));  ?>
          </div>

    When looking for this code in your theme, just look the phrase that your theme uses for the read more link. In my case I did a search for “Read the rest of this entry”

    Once you find the code, insert this

    </div>

    Directly after the link phrase. It will look like this when you are done.

    <div class="postbody entry clearfix">
          <?php the_content(__('Read the rest of this entry &raquo;</div>', 'fusion'));  ?>
          </div>

    That worked for me and my theme. Good luck

    Thread Starter jondperry

    (@jondperry)

    Wow that was easy. Thanks a tone, I’ve been messing with this all day ha ha.

    You’re the man

    Thread Starter jondperry

    (@jondperry)

    Fixed it, all I had to do was go to my profile and click the checkbox “Disable the visual editor when writing”, hit save, then go back to my profile page, uncheck that same checkbox and now it works.

    It must have a glitch in it. I hope I don’t have to do that on every profile I set up.

    Has anyone else had this problem?

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