chauvir
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog LinksHere is my website link: http://www.pyxels.com/RealEstateTemplate/blog
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "More posts" linkSure… Whatever you say
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "More posts" linkThe More link is added by the this code on my web page:
<?php
require(‘../blog/wp-blog-header.php’);
?>
<?php
$posts = get_posts(‘numberposts=10&order=ASC&orderby=post_title’);
foreach ($posts as $post) : start_wp(); ?>
<?php the_date(); echo “
“; ?>
<h2><?php the_title(); ?></h2>
<?php the_excerpt(); ?>
<?php
endforeach;
?>Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "More posts" linkI’m not sure. I’m still learning how to do this.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "More posts" linkI downloaded the newest version. 3.?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "More posts" linkI changed the URL to: http://www.pyxels.com/RealEstateTemplate/blog
Still no luck.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "More posts" linkI’ve added the Blog fuctionality to my own website and it works. I have a problem with the “Continue reading” link. It doesn’t go anywhere when clicked.
Would you mind taking a look?
Here is my website link: http://www.pyxels.com/Real Estate Template/blog