Totally Zenned
- Join Date:
- Jan 2007
- Location:
- Los Angeles, California, United States
- Posts:
- 10,011
- Plugin Contributions:
- 3
Wordpress On ZC [Support Thread]
I'm not clear how WHERE you did this, and that's what I am trying to get clarification on.. Are you are saying you added this code to the main page using the define pages editor???
ourcollegetown:
That's what made this so nice and clean. Right in define main:
<font size=4><b><a href="http://www.OurCollegeTown.net/blog">Latest Mercer News:</a></b></font><br><?php // Include Wordpress define('WP_USE_THEMES', false); require('/home/website/public_html/blog/wp-load.php'); query_posts('showposts=3'); ?>
<?php while (have_posts()): the_post(); ?><font size=3><a href="<?php the_permalink(); ?>"><?php the_title(); ?> - </font><font size=0> More</font></a><br>
<?php endwhile; ?><a href="http://www.OurCollegeTown.net/blog">More Mercer News...</a><p>