Word Press template to page script question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lollipopx
    Confirmed User
    • Apr 2014
    • 171

    #1

    Word Press template to page script question

    Is it possble and exactly how would it be to add this on page rather than through theme template so it functions on page as well?

    heres script in question as much as far as I can tell is needed from the template

    <h2 class="post-title">Videos selected for you</h2>

    <?php $args = array( 'numberposts' => 42, 'orderby' => 'rand', 'category__in' => array(782, 829) ); $rand_posts = get_posts( $args );

    foreach( $rand_posts as $post ) : ?>

    <div class="post" id="post-<?php the_ID(); ?>">

    <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail(array(240,180), array('alt' => get_the_title(), 'title' => '')); ?></a>

    <?php if ( get_post_meta($post->ID, 'duration', true) ) : ?><div class="duration"><?php echo get_post_meta($post->ID, 'duration', true) ?></div><?php endif; ?>

    <div class="link"><a href="<?php the_permalink() ?>"><?php short_title('...', '34'); ?></a></div>



    </div>

    <?php endforeach; ?>

    <div class="clear"></div>

    <?php }

    else { ?>

    <h2>Sorry, no posts matched your criteria</h2>

    <?php } ?>

    </div>

    whats needed and not needed to make this work on page.
    Lollipopx.com
    Twitter @lollipopx_1, Tumblr lollipop-x, ICQ 669068563, Skype lollipop_130 Tell me your from gfy or i might ignore you.
  • hausarzt
    Confirmed User
    • Jan 2011
    • 818

    #2
    Maybe this plugin is what you need:
    https://wordpress.org/plugins/insert-html-snippet/

    Second result on Google "WordPress insert html in pages".
    I know, my english is bad. But your german might be even worse

    Comment

    • lollipopx
      Confirmed User
      • Apr 2014
      • 171

      #3
      so far no luck.
      tried a bunch of plugins and short codes but no good.
      Lollipopx.com
      Twitter @lollipopx_1, Tumblr lollipop-x, ICQ 669068563, Skype lollipop_130 Tell me your from gfy or i might ignore you.

      Comment

      • johnny_r
        Registered User
        • Aug 2014
        • 99

        #4
        are you trying to use this code in a wordpress page?

        Adult-Wordpress-Theme.com

        Create Adult Tube sites based on Wordpress with Mass Video Embedder and Autopilot.
        $20 Discount code: GFY20

        Comment

        • lollipopx
          Confirmed User
          • Apr 2014
          • 171

          #5
          Yes its word press
          Lollipopx.com
          Twitter @lollipopx_1, Tumblr lollipop-x, ICQ 669068563, Skype lollipop_130 Tell me your from gfy or i might ignore you.

          Comment

          • PluginForage
            Registered User
            • Jul 2015
            • 39

            #6
            Might try SiteOrigin Page Builder.
            Premium WooCommerce & WordPress Plugins
            $10/ea. or Free With Membership
            PluginForage.com

            Comment

            Working...