How to show all the contents in archive or category pages?

Discussion in 'Themia WordPress Theme' started by hibiki, Jun 15, 2013.

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

    hibiki New Member

    Joined:
    Jun 14, 2013
    Messages:
    2
    Likes Received:
    0
    I am using "Themia Pro Responsive Theme" , but I just don't know how to customize when I want to show all the contents in category or archive page. My articles are mainly youtube videos only and I write the iframe code in the article. I can see the buried youtube video when I open the individual articles, but when I open from an archive or category button, I cannot see the video unlss I click "continue reading ... ". Is there any way I can show all the sentences or contents even if I show with categories or archives?
     
  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 follow instruction shown in the image given below.
    [​IMG]

    The code is
    Code:
    <?php the_content(); ?>
    This will solve your issue.
     
  3. hibiki

    hibiki New Member

    Joined:
    Jun 14, 2013
    Messages:
    2
    Likes Received:
    0
    Thank you. All sorted!!
     
Thread Status:
Not open for further replies.

Share This Page