• I introduce the permalink in my wordpress and now is that when I click on the category tells me that there is no article.

    Could you tell me it’s because …

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you asked your hosts if mod_rewrite running on your server?

    Thread Starter rubensantiago

    (@rubensantiago)

    If you have to run as the post is displayed correctly the only thing is that when you click on each category to see the items that belong to it do not show up as if there were any items.

    When creating permalinks for the articles I had to create the file. Htaccess with the code, will not be missing the code for the category.

    Is mod_rewrite running on your server?

    Thread Starter rubensantiago

    (@rubensantiago)

    This is the code that I have right now in the .htaccess

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

    # END WordPress

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘do not display items in the category after permalink’ is closed to new replies.