Help with the Category posts

Discussion in 'GoldenEagle WordPress Theme' started by dcovell9, Aug 14, 2013.

Thread Status:
Not open for further replies.
  1. dcovell9

    dcovell9 New Member

    Joined:
    Jan 24, 2013
    Messages:
    23
    Likes Received:
    0
    On my website, when you click on a category in order to display posts only on that category, it doesn't display the youtube videos nor content for each post. Instead you have to click on it to see that. I would like it so that it displays that. Here is a screenshot of how it currently looks:
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the loop.php file present in your theme directory and edit the file as shown in the image given below.

    [​IMG]


    This will solve your issue.
     
  3. dcovell9

    dcovell9 New Member

    Joined:
    Jan 24, 2013
    Messages:
    23
    Likes Received:
    0
    Thank you... But now the image is showing up twice. How do I make it so it shows only the big image and not the small image. Screenshot here:
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

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

    Go to loop.php present in your theme directory and remove the code given below

    Code:
        <?php if ((function_exists('has_post_thumbnail')) && (has_post_thumbnail())) { ?>
                            <?php inkthemes_get_thumbnail(250, 205); ?>
                        <?php } else { ?>
                            <?php inkthemes_get_image(250, 205); ?>
                            <?php
                        }
                        ?>    
    Sending image for reference

    2013-08-16_1228.png


    This will solve your issue.
     
  5. dcovell9

    dcovell9 New Member

    Joined:
    Jan 24, 2013
    Messages:
    23
    Likes Received:
    0
    great thank you!
     
Thread Status:
Not open for further replies.

Share This Page