| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) | ||||
| Senior Member Join Date: Feb 2008 Location: ✰$479 sites✰ artistwebsite.org
Posts: 1,285
![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| Quote: |
|
<div id="content"> <div id="contentleft"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1> |
| | #2 (permalink) |
| NamePros Member Join Date: May 2008
Posts: 154
![]() ![]() ![]() ![]() | You can pull random posts from WordPress using the regular code, but by adding the parameter &orderby=rand to the function get_posts(); Example Code: <?php
$rand_posts = get_posts('numberposts=5&orderby=rand');
foreach( $rand_posts as $post ) :
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?> |
| |
| | THREAD STARTER #3 (permalink) |
| Senior Member Join Date: Feb 2008 Location: ✰$479 sites✰ artistwebsite.org
Posts: 1,285
![]() ![]() ![]() ![]() ![]() ![]() ![]() | you are a superstar - i'll give it a try and let everyone know how i go on these sites Skateboard Logos Vegetarian Recipes Contemporary Art Gallery Artists Websites Rock Songwriting World Religions Psychic Buddhism Meditation Techniques Cure For Depression ????: NamePros.com http://www.namepros.com/showthread.php?t=500728 Bipolar Disorder Short Quotes Ayurveda Treatment Mental Health The Liver Computer Addiction rep added!
__________________ Get a top quality domain portfolio, blog, or developed website, from $479. Quote NAMEHUGGER11 for a NamePros only discount. Artist Website | Contemporary Art Blogs.
Last edited by soggyindo; 12-11-2008 at 06:55 PM.
|
| |