How do I get my posts to show under other pages other than Home

Latest Reply from news at 2013-07-08 11:25:33
Sorry for the dumb question, I think my brain turned completely off, but how do I get my posts to show up under my NEWS page? It's showing under my HOME page, but I'm trying to get it to show under my NEWS page as well. Can someone take me through the steps? What am I forgetting or doing wrong. Thank you.

http://www.promorush.net
Look into TPG Get Posts...
Wow, there are no video tutorials for this? Whew!
I don't understand. I could only find one place on line that gave instructions on "TPG Get Posts".

http://wordpress.org/extend/plugins/tpg-get-posts/

But this is not a tutorial at all. How is anyone suppose to be able to learn what steps to take? I implemented the following script into the page I want our posts to show up in....

<ul>
<?php
global $post;
$args = array( 'numberposts' => 5, 'offset'=> 1, 'category' => 1 );
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post); ?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>

... I updated, refreshed, but nothing happens. I don't get it. Can anyone please help shed some light on this for me?
I see that the admin staff is not able to maintain this board. My question was never answered. I wish I could help them, but I can't.
YI2LNn I loved your blog.Thanks Again. Great.

Leave a reply

Add codeAdd image