Post feature image not appearing on front page

Discussion in 'Andrina WordPress Theme' started by kbrad613, Aug 3, 2013.

  1. kbrad613

    kbrad613 Member

    Joined:
    Jun 13, 2012
    Messages:
    34
    Likes Received:
    1
    Hi, whenever I publish a new post, even though I have a "featured Image" selected on the post page, the picture that shows up on the homepage is one that is in my post and not the one I've chosen as the featured image. Can someone let me know how to fix this?

    Also, for some reason the button to add a link within my post is not working. Both the "link" and "unlink" buttons are grayed out.

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this open front-page.php and replace code given below as shown in the image.

    Code:
    <?php if ((function_exists('has_post_thumbnail')) && (has_post_thumbnail())) { ?>
    <?php inkthemes_get_thumbnail(185, 165); ?>
    <?php } else { ?>
    <?php inkthemes_get_image(185, 165); ?>
    <?php
    }
    ?>
    

    featured_on_front_post.png
     
  3. kbrad613

    kbrad613 Member

    Joined:
    Jun 13, 2012
    Messages:
    34
    Likes Received:
    1
    That code worked great, thank you! Can you please help me with my link buttons not working. Even in this post here, the buttons to "link" or "unlink" are grayed out... doesn't even give me an option to link anything. I really need it working for my blog posts. Thanks.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. kbrad613

    kbrad613 Member

    Joined:
    Jun 13, 2012
    Messages:
    34
    Likes Received:
    1
    The link to my website won't show you the issue I'm having since its in the "kitchen sink" where I add posts. Here is a screen snapshot of the issue, which is that the link buttons are disabled.

    [​IMG]
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to page editor of your page and double click on any word in the page editor will make those options active.
     
  7. kbrad613

    kbrad613 Member

    Joined:
    Jun 13, 2012
    Messages:
    34
    Likes Received:
    1
    They still remain inactive even when I highlight a word. That is why I am asking for support help. If I highlight a word in this comment box, the links become active, however in my editor they do not. Any other suggestions?
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello kbrad613,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check your issue.
     

Share This Page