Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter webescot

    (@webescot)

    Thanx a lot krembo99, for your kind attention

    As i tried some rewritecode in Common settings of my WordPress
    ie. admin >>setting >>permalink

    under the Custome structure i puted /%category%/%postname%

    and my Permalink start working on my posts

    Thanxs again, May GOD bless you
    Regards

    Thread Starter webescot

    (@webescot)

    Yes 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 WordPress

    Would 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

    Thread Starter webescot

    (@webescot)

    @krembo99

    Again i enabled Permalink, please check

    Regards

    Thread Starter webescot

    (@webescot)

    Hi 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 – Thanx

    Thread Starter webescot

    (@webescot)

    Hi 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

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