• Hardii

    (@hardii)


    Hey, i got a website with a blog which has 4 different categories
    when i use the default permalinks everything works fine and the posts are published and shown on their own categories, but when i change it to a different type, let’s say “Post name” all the posts are shown on every category. That’s my .HTACCESS.

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    What theme are you using? Where did you download it from?

    Thread Starter Hardii

    (@hardii)

    Novus WordPress Theme which was on themeforest but the staff removed it few months ago and there is no any support anymore.

    esmi

    (@esmi)

    Sorry. The www.remarpro.com support forums are meant for the core application, themes and plugins that are distributed on www.remarpro.com. We do not support themes downloaded from elsewhere.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalinks Blog Problem’ is closed to new replies.