HELP - Wordpress post feature image not showing up? please help

Discussion in 'Blogging' started by busterbox, Mar 28, 2012.

  1. #1
    HELP - Wordpress post feature image not showing up? please help

    the link is here : buster-box.com

    please if anybody can help
     
    busterbox, Mar 28, 2012 IP
  2. busterbox

    busterbox Peon

    Messages:
    174
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ready to pay tooo
     
    busterbox, Mar 28, 2012 IP
  3. busterbox

    busterbox Peon

    Messages:
    174
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.

     
    busterbox, Mar 28, 2012 IP
  4. adexaja

    adexaja Well-Known Member

    Messages:
    101
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    153
    #4
    but this way too :

    Media >> Edit Image >> Set As Featured Post

    CMIIW
     
    adexaja, Mar 29, 2012 IP