• somehow I am getting http://www.url.com/parent/postname
    I do not know how I added the parent in the url or how to remove it
    no doubt I will find my answer and post it here

    These are my settings

    #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

    Permalink Settings – Post name or Custom Structure /%postname%/

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

The topic ‘permalinks showing parent’ is closed to new replies.