webescot
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Permalink Problem In ThemeThanx a lot krembo99, for your kind attention
As i tried some rewritecode in Common settings of my WordPress
ie. admin >>setting >>permalinkunder the Custome structure i puted
/%category%/%postname%and my Permalink start working on my posts
Thanxs again, May GOD bless you
RegardsForum: Themes and Templates
In reply to: Permalink Problem In ThemeYes i’m using 2.8.4
renamed my .htaccess and wordpress created again .htaccess with following code :
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressWould you like me to shift to some older version, If i move to older one what about my contents already uploaded to the the, Please guide
Forum: Themes and Templates
In reply to: Permalink Problem In ThemeForum: Themes and Templates
In reply to: Permalink Problem In ThemeHi There,
It’s working because i disabled permalink from settings, when i enable permalink i’m getting same problem, also after enabling permalink when i restart me browser, my category links show 404 error, and at the category main page it shows only one post, that’s why i got to go with Default setting
Please help,
removed “1” it was Typo – ThanxForum: Themes and Templates
In reply to: Permalink Problem In ThemeHi krembo99
Thanx 4 your time, as per your instruction i replace the above said code but nothing happened,
========Changes @ index.php of my theme========
#1
<h3 class="left"><a href="<?php the_permalink() ?>" rel="bookmark" title="1Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
replaced with
<h3 class="left"><a href="<?php the_permalink(); ?>" rel="bookmark" title="1Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>#2
<a class="read-more" href="<?php the_permalink() ?>">Read More...</a>
replaced with
<a class="read-more" href="<?php the_permalink(); ?>">Read More...</a>
====================end===============
Still facing the same problem,Warm Regards