Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • The text above needs to be saved as a separate file, with the title of ‘category-x.php’, where x is the id # of your gallery category.

    This file needs to be saved into your wp-includes folder.

    Thread Starter slothboi

    (@slothboi)

    Even after creating a new .htaccess file, permalinks are causing issues. There must be some odd setting server-side.

    I checked the .htaccess file contents after a new one was created, there were differences between yours and mine, on the 4th and 7th lines:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 2 replies - 1 through 2 (of 2 total)