HELP - Wordpress post feature image not showing up? please help the link is here : buster-box.com please if anybody can help
Its fixed Three things you need to do. Set your permalink first. I Use: /%postname%/%category%/%post_id% Next go to ODLINK Settings Change your Slug and Page name to the same name. I Use: link-directory Log out of wordpress. Now edit your .htaccess file. Here is my file. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule . /index.php [L] RewriteRule !^(classified|link-directory)/ /index.php [L] RewriteRule link-directory/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=link-directory&_action=$1&id=$2&parent=$3 [QSA,L,R,NS] </IfModule> # END WordPress You have to change every odlink to your new slug and page name. Now Stay out of odlinks and permaslinks as they will want to rewrite the .htaccess every time there is an update. Go to your site and click on the link-directory.