Blog Page Help

Discussion in 'GoldenEagle WordPress Theme' started by dcovell9, Jul 7, 2013.

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

    dcovell9 New Member

    Joined:
    Jan 24, 2013
    Messages:
    23
    Likes Received:
    0
    Hi I need help formatting my blog page on my site. My site is:

    http://www.cloudedconsciousness.com/cloudlife/blog/

    I have videos and pictures that are hidden by the current format of my page. My goal is to have the videos shown full format (like a YouTube page) where users can simply click on the video directly from the blog site to view it rather than having to see the full blog summary to do so.

    (If you don't understand click on a blog summary and it will show the video content in full) This is what I want it to show on the blog page itself.

    Thanks in advance!
     
  2. Gourav

    Gourav Support Staff

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

    Go to blog.php present in your theme directory and replace current code
    Code:
     <?php the_excerpt(); ?>
    With

    Code:
      <?php the_content(); ?>


    Also follow the instruction as shown in image given below

    2013-07-08_1218.png



    This will solve your issue.
     
  3. dcovell9

    dcovell9 New Member

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

Share This Page