Forum Replies Created

Viewing 15 replies - 16 through 30 (of 32 total)
  • thanks…for some reason, I have run that script as well as adding the return 0, but still have the dups at the bottom of my page….

    thank you…that was helpful….does anyone know how to possibly show the full post and title on the search results page and how to adjust the h2 class of the title for search results to match the post title for the main page?

    I ran this script, but my duplicates are still there?
    Anyone have any ideas about removing?
    When I got into mysql database, there are not duplicate entries, but the front page shows duplicates down at the bottom, for just some of the posts, but the posts don’t seem to have a core idenitfying characteristic, ie. symbols in post title, flash media in post, etc.

    How do you run this script once you are in mysql? Is it under query?

    any help on displaying both post title and excerpt?

    would you mind sharing how you figured out how to fix the search results? I changed my search.php file to the_content, however while the full post now shows up, there are duplicates of each post and they are not displayed in the formatted way, they are all over the place.
    Any insights?!

    Here is the code for the ChaoticSoul sidebar theme file:

    <div id=”sidebar”>

    <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>

    <?php if (is_single()) { ?>

    <h3>About This Post</h3>
    <p class=”postmetadata alt”>
    <small>
    This entry was posted
    <?php /* This is commented, because it requires a little adjusting sometimes.
    You’ll need to download this plugin, and follow the instructions:
    https://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
    /* $entry_datetime = abs(strtotime($post->post_date) – (60*120)); echo time_since($entry_datetime); echo ‘ ago’; */ ?>
    on <?php the_time(‘l, F jS, Y’) ?> at <?php the_time() ?>
    and is filed under <?php the_category(‘, ‘) ?>.
    You can follow any responses to this entry through the <?php comments_rss_link(‘RSS 2.0’); ?> feed.

    <?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
    // Both Comments and Pings are open ?>
    You can leave a response, or ” rel=”trackback”>trackback from your own site.

    <?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
    // Only Pings are Open ?>
    Responses are currently closed, but you can ” rel=”trackback”>trackback from your own site.

    <?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
    // Comments are open, Pings are not ?>
    You can skip to the end and leave a response. Pinging is currently not allowed.

    <?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
    // Neither Comments, nor Pings are open ?>
    Both comments and pings are currently closed.

    <?php } edit_post_link(‘Edit this entry.’,”,”); ?>

    </small>
    </p>

    <h3>Navigate</h3>

    <ul class=”navigation”>
    <?php previous_post_link(‘

    • Previous: %link
    • ‘) ?>
      <?php next_post_link(‘

    • Next: %link
    • ‘) ?>

      <?php } else { ?>

      <!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.

    • <h2>Author</h2>
      <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
    • –>

      <?php /* If this is a 404 page */ if (is_404()) { ?>
      <?php /* If this is a category archive */ } elseif (is_category()) { ?>
      <h3>About This Page</h3>
      <p>You are currently browsing the archives for the <?php single_cat_title(”); ?> category.</p>

      <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
      <h3>About This Page</h3>
      <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for the day <?php the_time(‘l, F jS, Y’); ?>.</p>

      <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
      <h3>About This Page</h3>
      <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for <?php the_time(‘F, Y’); ?>.</p>

      <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
      <h3>About This Page</h3>
      <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for the year <?php the_time(‘Y’); ?>.</p>

      <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
      <h3>About This Page</h3>
      <p>You have searched the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for ‘<?php echo wp_specialchars($s); ?>’. If you are unable to find anything in these search results, you can try one of these links.</p>

      <?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
      <h3>About This Page</h3>
      <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives.</p>

      <?php } ?>

      <?php if ( !function_exists(‘dynamic_sidebar’)
      || !dynamic_sidebar() ) : ?>
    • <h3>Pages</h3>

      <?php wp_list_pages(‘title_li=’); ?>

    <h3>Archives</h3>

      <?php wp_get_archives(‘type=monthly’); ?>

    <h3>Categories</h3>

      <?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
      <?php endif; ?>

    <?php } ?>

    </div>

    Then, you create the functions file which includes:

    <?php
    if ( function_exists(‘register_sidebar’) )
    register_sidebar();
    ?>

    Then you go and follow instructions above to copy/paste the h2 tag in index/styles file, and change it to h3.
    That did it for me. Sidebar ready.
    Cheers!

    it still does it after i use the default theme. I tried the addition of the code :
    if ($post_name_check || in_array($post_name, $wp_rewrite->feeds) ) {
    return 0;
    Didn’t do anything to remove the current duplicate posts. Perhaps it will prevent more..but how in the world does one remove the duplicate posts. There are no duplicate posts listed in my phpMyAdmin. There is only one of each. same with wp admin interface.
    I don’t know what is causing the dups. I updated to newest wp 2.5
    I deactivated all plugins. I went to default theme. Still duplicates.
    HELP!

    same here? Any answers?

    the reason I have the front page so long is because the site is designed to be a testimonials page and we want all of the testimonials displayed one page together.

    can you tell me how you finally got chaotic soul widgetized? I’ve followed all the instructions and still have no option to use widgets? Any way of sharing how you accomplished this? I’d be so grateful!

    i am also extremely frustrated by not being able to use widgets after purchasing my hosting with wordpress installed. If anyone has successfully done it for Chaotic Soul…I would be willing to pay them for the widgetized theme updated! Please let me know thanks!

    Please advise if anyone understands why duplicate posts appear of each post I put onto my site.
    Thanks!

    I have the same problem.
    https://surfboard-reviews.com/

    I did an export from my free wordpress hosted blog and then imported the file to my own site which I installed the newest version of wordpress to (2.3.1).
    I have doubles of my posts down at the bottom.

    If I delete one, then it also deletes it’s original up at the top. Any ideas?
    I only have Anarchy media player, and kimili flash embed plugins….aside from the akismet.

    Help please?!

    I followed the exact directions above, but still have the message in my admin under widgets:
    You are seeing this message because the theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions.
    I copy/pasted the h2 and made it h3. and followed all directions above.
    Any insights?
    Why in the world would they not have ChaoticSoul widget ready? Especially when the free WordPress hosted version is fabulous!
    Also, does the fix above enable the ability to use the youtube movie insertion tool?

Viewing 15 replies - 16 through 30 (of 32 total)