Shortcode for all videos to appear on a page?

Discussion in 'Subscribely v2 WordPress Theme' started by hschurr, May 16, 2014.

  1. hschurr

    hschurr Member

    Joined:
    Apr 23, 2014
    Messages:
    79
    Likes Received:
    0
    Location:
    Los Angeles
    Hi
    Is there a shortcode I can use to have all my video thumbnails appear on a new page I create in the admin?

    Thank you!
     
  2. Gourav

    Gourav Support Staff

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

    To achieve this, just go to Pages > Add New and create new page and select "All Videos" template from page attribute section.


    Thanks & Regards
    Gourav Shrivastava
     
  3. hschurr

    hschurr Member

    Joined:
    Apr 23, 2014
    Messages:
    79
    Likes Received:
    0
    Location:
    Los Angeles
    I have done this, but no text that I added in the editor is appearing on the page.
    In addition, only 4 videos appear from each category. How can I get my text to appear and also have ALL VIDEOS appear?
    Thanks
     
  4. Nitesh

    Nitesh Support Staff

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

    Please check your site. I have done some changes in the "template_videos.php" file.
    Check image for reference.

    Code:
    <?php if (have_posts()) : the_post(); ?>
                    <?php the_content(); ?>
                <?php endif; ?> 
    subscribely.png

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page