Some help with WP please?

10 replies
Please check out my blog at www.myincomestory.com/momublog

I want to know how to get all of the page titles off the first page!

They are already listed in the left sidebar.

I am using the All in one SEO pack plug-in

Is that's causing this? I'm pulling my hair out! Please help...

Any ideas on what to do?:confused:
  • Profile picture of the author Candace Gill
    Looks like it might be the theme it self, look under the actual editor to remove the coding.
    {{ DiscussionBoard.errors[772602].message }}
  • Profile picture of the author kelvin yeo
    What Candace just said. In editor, you'll want to open up "page template".
    Signature

    This sig under construction...

    {{ DiscussionBoard.errors[772605].message }}
  • Profile picture of the author winebuddy
    ok - tried removing several things and it doesn't seem to do anything except really screw up the page.

    here's the content part of the code...

    <div id="content">

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div class="post" id="post-<?php the_ID(); ?>">
    <h1><?php the_title(); ?></h1>

    <div class="entry">
    <?php the_content('<p>Continue reading &raquo;</p>'); ?>
    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
    <?php edit_post_link('Edit', '<p>', '</p>'); ?>
    </div><!--/entry -->

    </div><!--/post -->

    <?php endwhile; endif; ?>
    </div><!--/content -->
    Signature
    "Knowledge is NOT power... ACTION on Knowledge is power"
    {{ DiscussionBoard.errors[772622].message }}
  • Profile picture of the author Candace Gill
    <div class="post" id="post-<?php the_ID(); ?>">
    <h1><?php the_title(); ?></h1>

    Try removing that. If it does not work, I might be able to help by taking a look. For free of course!
    {{ DiscussionBoard.errors[772624].message }}
  • Profile picture of the author winebuddy
    that didn't work either - you sure it'll be in the page.php and not in the stylesheet?
    Signature
    "Knowledge is NOT power... ACTION on Knowledge is power"
    {{ DiscussionBoard.errors[772646].message }}
  • Profile picture of the author Candace Gill
    Honestly it could be in the sylesheet, or any other page. The coding for wp can vary from theme to theme.
    {{ DiscussionBoard.errors[772649].message }}
  • Profile picture of the author winebuddy
    ok. It shows up on every page and every post so it has to be something that is common to pages, posts, etc.

    Any help is always appreciated!
    Signature
    "Knowledge is NOT power... ACTION on Knowledge is power"
    {{ DiscussionBoard.errors[772655].message }}
  • Profile picture of the author Candace Gill
    I would check the header page...

    I am pming you now.
    {{ DiscussionBoard.errors[772656].message }}
  • Profile picture of the author williamtan
    It should be the page.php as mentioned by Candace. Else try probing into index.php. Lookout for code with "title" (post title) in 'em. They should be a php code listing all the post titles there that you should remove if you do not want the titles.
    {{ DiscussionBoard.errors[772664].message }}
  • Profile picture of the author winebuddy
    I found this line in the header.php code and deleted it:

    <?php wp_list_pages('sort_column=menu_order&depth=1&titl e_li=');?>

    Appears to work AOK now.

    Thanks for everyone's help!
    Signature
    "Knowledge is NOT power... ACTION on Knowledge is power"
    {{ DiscussionBoard.errors[772671].message }}

Trending Topics