Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi ACampion.

    Did you have any luck figuring this out? I’ve got the same problem.

    The post has a title, category and one or two words in the body and shows as a draft.

    I’ve changed the password, name etc. but they still appear.

    Thread Starter jrwall68

    (@jrwall68)

    Completely operator error on my part. I found a plugin (HTML Import) that was trumping the description settings in the theme.
    Thanks for looking.

    Forum: Fixing WordPress
    In reply to: Rss » Problem
    jrwall68

    (@jrwall68)

    I’m having the same issue and am wondering if it’s in the All In One SEO program I’m using. Tho admittedly I now have it turned off I wonder if the feed was created as a static page and I need to rebuild it somehow.

    The SEO plugin generally included %post_title% | %blog_title% or some variation on every page. I just can’t seem to find the one still hanging around.

    I’m using Graphene as a template.

    Thread Starter jrwall68

    (@jrwall68)

    alchymyth and george gecewicz – you two were dead right. I can’t thank you enough. I’ve looked and looked but couldn’t figure it out. Now I know to spend less time studying the settings in WP, and spend more time looking at the code on the page.
    I was so close to doing a full clean install and rebuilding all of the pages. Thanks a ton.

    Thread Starter jrwall68

    (@jrwall68)

    Like so many things…I figured this out on my own. Rather than use the “more” option and selecting part of my post to display on the front page, I turned on the “excerpt” option and copy and pasted that section.

    I replaced:

    <?php the_content(); ?>

    with

    <?php the_excerpt(); ?>

    In the loop.php file.

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