dupola
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] 2.7, no pages showing, and no new postsI have the same problem too.
Forum: Themes and Templates
In reply to: AJAX comment threading and paging test runVery good.
Forum: Themes and Templates
In reply to: wp_list_bookmarks, possible to display blogroll feed summary?Oh,I have the trouble too.But I think it could not solve with WordPress itself.
I’ve check the bookmarks template file,it doesn’t support this feature.
You can look the category-template.php file in wp-includes folder ,then you will see some codes about Category RSSFeed.But there is nothing about this in the bookmarks template file.
I put the code below in my archives template page,there display a RSS link after the category name,but it I can’t do it like this in the blogroll page or the bookmarks.
The codes is:
<?php wp_list_cats(‘sort_column=name&optiondates=0&optioncount=1&feed=(RSS)&feed_image=’.get_bloginfo(‘template_url’).’/images/postfeed.gif’); ?>I’m waiting for it too.
I don’t know why the WordPress has a RSS input area in the Links manage panel but it can’t be used!
Just a big waste.
Forum: Themes and Templates
In reply to: 404.php not loadingYou May check the index.php file,if there’s the 404 codes,sometimes the codes in the index.php file will load first but not the 404.php file.
Chinese-Simplified For Google-Sitemap-Generator 3.1.0.1 [简体中文]
https://dupola.googlecode.com/files/Google-XML-Sitemap-Generator-3.1.0.1-zh_CN.zipForum: Plugins
In reply to: Where Do I Add < ?php wp23_related_posts(); ? >Add to your single page(if you want to show it on there) like this:
<?php if ((function_exists(‘wp23_related_posts’)) and is_single()) { ?>
<div class=”related_posts”>
<?php wp23_related_posts(); ?>
<?php } ?></div><!–end related post–>
</div>Forum: Fixing WordPress
In reply to: Google Adsense for Yahoo WordPress blogmikealevy,you can control it in the panel:yourdomain.com/wp-admin/options-general.php?page=mightyadsense.php
chick one adsense code,you can see “Show This Ads” below the codes.Forum: Fixing WordPress
In reply to: Google Adsense for Yahoo WordPress blogI suggest you use this plugin:mightyadsense
It’s very nice.try it.