我有magento电子商务网站& wordpress博客网站。我想在我的magento主页上显示最近的5篇博文。我尝试使用以下代码
// Get the last 3 posts.
<?php
require('/the/path/to/your/wp-blog-header.php');
?>
<?php query_posts('showposts=3'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a><br />
<?php endwhile;?>
我将此文件复制到新的.phtml文件中,然后将该文件调用到主页。但在这之后我的主页只显示标题&amp; breedcrumbs ... 对此问题的任何解决方案都表示赞赏......
答案 0 :(得分:0)
不要在php端集成,请将rss feed与http://www.magentocommerce.com/magento-connect/flagbit-feed-reader.html
等提要阅读器一起使用