api123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 after save or publish a postIn 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
In reply to: ‘Error 404 – Not Found’ when clicking tags linkWill 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
In reply to: ‘Error 404 – Not Found’ when clicking tags linktag.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
In reply to: ‘Error 404 – Not Found’ when clicking tags linki 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
In reply to: ‘Error 404 – Not Found’ when clicking tags linkor do i hav to do anything in the .htaccess file. plz help.
Forum: Fixing WordPress
In reply to: ‘Error 404 – Not Found’ when clicking tags linksorry i forgot to mention but the url is very right.
plz, chk this the url
http://delhitoday.tv/tag/ipodpls refresh it if the page is blank.
and plz help me, i need it urgently.