Title: api123's Replies | WordPress.org

---

# api123

  [  ](https://wordpress.org/support/users/api123/)

 *   [Profile](https://wordpress.org/support/users/api123/)
 *   [Topics Started](https://wordpress.org/support/users/api123/topics/)
 *   [Replies Created](https://wordpress.org/support/users/api123/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/api123/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/api123/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/api123/engagements/)
 *   [Favorites](https://wordpress.org/support/users/api123/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 after save or publish a post](https://wordpress.org/support/topic/404-after-save-or-publish-a-post/)
 *  [api123](https://wordpress.org/support/users/api123/)
 * (@api123)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/404-after-save-or-publish-a-post/page/5/#post-340487)
 * In my case, if i remove my ping list from the Update Services ie Options>>Writing,
   my publish,Save and edit, Save buttons work fine, But when i give more than 7
   or 8 urls in the ping list. i get that 404 error. If my ping list is empty or
   not more than 4-5 urls, i don’t get 404 error.
 * Is there any limitation to the number of urls in the ping list?????
 * Waiting for your guidance.
    Thx in advance.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [‘Error 404 – Not Found’ when clicking tags link](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/)
 *  Thread Starter [api123](https://wordpress.org/support/users/api123/)
 * (@api123)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/#post-430136)
 * Will u plz tell me, on clicking the tag links which page should be opened? i 
   mean what should be the content of the page?
    Right now from in tag.php ‘have_posts()’
   is returning false thatswhy the else part is being displayed. So, why it is returning
   false? Do i have to have a post with title same as the tag or what? Had my tag
   links functioning well, what should have been the output? if post then which 
   ones? OR what else? plz tell me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [‘Error 404 – Not Found’ when clicking tags link](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/)
 *  Thread Starter [api123](https://wordpress.org/support/users/api123/)
 * (@api123)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/#post-430129)
 * tag.php
    ————————————— <?php get_header(); ?>
 *  <div id=”center”>
 *  <h2><?php UTW_ShowCurrentTagSet(‘tagsetcommalist’) ?></h2>
 *  <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?> <div
   class=”post” id=”post-<?php the_ID(); ?>”> <div class=”dateline”><span class=”
   date”><?php the_time(‘DdMY’) ?></span><span class=”time”><?php the_time(‘hiA’)?
   > <!– by <?php the_author() ?> –></span></div><h2 class=”posttitle”>” rel=”bookmark”
   title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2> <h3
   class=”tags”><?php UTW_ShowTagsForCurrentPost(“commalist”, array(‘last’=>’ and%
   taglink%’, ‘first’=>’tagged %taglink%’,)) ?></h3>
 *  <div class=”entry”>
    <?php the_content(‘Read the rest of this entry »’); ?> 
   </div>
 *  <?php edit_post_link(‘Edit’,”,’/’); ?><?php comments_popup_link(‘No Comments»’,‘
   1 Comment »’, ‘% Comments »’); ?>
    </div>
 *  <?php endwhile; ?>
 *  <?php else : ?>
 *  <h2 class=”center”>Not Found</h2>
    <p class=”center”>Sorry, but you are looking
   for something that isn’t here. <?php include (TEMPLATEPATH . “/searchform.php”);?
   >
 *  <?php endif; ?>
 *  </div>
 * <?php get_sidebar(); ?>
 * <?php get_footer(); ?>
    ———————————— but the result is always the ‘else part’
   of the ‘if statment’. do i hav to add soemthing more somewhere?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [‘Error 404 – Not Found’ when clicking tags link](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/)
 *  Thread Starter [api123](https://wordpress.org/support/users/api123/)
 * (@api123)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/#post-430127)
 * i hav installed ‘Ultimate Tag Warrior’, activated it and and uploaded tag.php
   file in wp-content/themes/default/ default folder.
 * and added
    RewriteRule ^tag/(.+)$ /index.php?tag=$1 [QSA,L] in the top of .htaccess
   file.
 * I m searching thru the NET for more help but could’nt find.
    Hav no idea what
   more to do. Yosemite, u plz help me. Thanks in advance.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [‘Error 404 – Not Found’ when clicking tags link](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/)
 *  Thread Starter [api123](https://wordpress.org/support/users/api123/)
 * (@api123)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/#post-430120)
 * or do i hav to do anything in the .htaccess file. plz help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [‘Error 404 – Not Found’ when clicking tags link](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/)
 *  Thread Starter [api123](https://wordpress.org/support/users/api123/)
 * (@api123)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/error-404-not-found-when-clicking-tags-link/#post-430119)
 * sorry i forgot to mention but the url is very right.
 * plz, chk this the url
    [http://delhitoday.tv/tag/ipod](http://delhitoday.tv/tag/ipod)
 * pls refresh it if the page is blank.
 * and plz help me, i need it urgently.

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