View Single Post
  #5  
Old 05-09-2010, 07:57 AM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 462
 

Default Re: How to add php code?

for example, i want to add the following php code to x-cart:
Code:
<?php // Include Wordpress define('WP_USE_THEMES', false); require('../../wp/en/glasses/wp-load.php'); query_posts('showposts=5'); ?> <?php while (have_posts()): the_post(); ?> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php the_excerpt(); ?> <p><a href="<?php the_permalink(); ?>">Read more...</a></p> <?php endwhile; ?>

how to do?

tks.
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote