Bootje
Forum Replies Created
-
Forum: Plugins
In reply to: XML Sitemap GeneratorActually, a sitemap can be made if I only make a sitemap of the homepage. If I include posts or pages, the previous “error” appears.
Anybody an idea?
Forum: Plugins
In reply to: XML Sitemap GeneratorIf I close the sitemap with </urlset>, it’s valid. From the moment, I want to update the sitemap, the </urlset> dissapears again.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Memory/Time Limit IssueI’ve the same:
# The last run didn’t finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more
# The last known memory usage of the script was 12.5MB, the limit of your server is 32M.
# The last known execution time of the script was 0.07 seconds, the limit of your server is 30 seconds.
# The script stopped around post number 103 (+/- 100)(don’t have Global Translator Plugin)
Forum: Fixing WordPress
In reply to: Google crawl and private pagesThanks, even behind logging in, I want to be sure that they are not found by search engines.
Forum: Fixing WordPress
In reply to: Google crawl and private pagesWhat kind of entry for a page?
Forum: Plugins
In reply to: php code in one pageThanks, looks something like I need.
Forum: Plugins
In reply to: php code in one pageYep.
I would like to write some information on that page about the board members of our association. This will be written in the WYSIWYG editor, but then I would like to list also the authors (with the amount of posts they’ve written).
<?php wp_list_authors(‘exclude_admin=1&optioncount=1&hide_empty=0’); ?>
I would like to write this small piece of code somehow in my WYSIWYG editor, but I don’t know if this is possible.
Forum: Themes and Templates
In reply to: Looking for community templateThanks. Of course I’ve been looking for community templates, but I was wondering what kind of experiences people have had with these kind of templates.
Forum: Plugins
In reply to: What forum to useYes, just tried that one. Quite big. It looks it will take a while before all the configuration and customizations will be done 🙂
Forum: Fixing WordPress
In reply to: Changing permalinksI’ve read the information about permalinks, but I don’t find a solution there…