archjedi
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Add all posts to new category?I was hoping to keep all existing categories…
Yea that’s been installed for months.
Forum: Fixing WordPress
In reply to: Adding blogroll to a static pageI’ve only found 2 plugins that added the blogroll to a page and both were were unsatisfactory.
Get the plugin Exec-PHP then add this code
<?php get_links_list(‘id’); ?>
to a page/post and it creates a nice blogroll list with categories included. More about template tag – get link listForum: Installing WordPress
In reply to: Cannot Change Capitalization of tagThat works perfectly thank you.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)scottficek,
Nice find! I immediately went to uncheck that (Write a gzipped file (your filename + .gz) and sure enough it built the sitemap.
I tried checking it again and rebuilding the sitemap…got the blank screen.
Unchecked..worked again.But, isn’t the gz file more essential than having the non zipped .xml file?
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)Not exactly sure which you mean, arnee:
Notice: Undefined property: stdClass::$post_content in /home/conspir1/public_html/wp-includes/post.php on line 440
probably that?
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)Well before I go emailing my host and asking them to increase a memory limit..I’ll ask here.
I’ve done all of the suggestions.
WP is 2.3.1
I made sure I have the 3.0.1 version of sitemaps. (XML Sitemap Generator for WordPress 3.0.1)
I added to wp-config——
define (‘WPLANG’, ”);
@ini_set(“memory_limit”,”16M”);/* That’s all, stop editing! Happy blogging. */
—–It always says “The last run didn’t finish! Maybe you can raise the memory or time limit for PHP scripts.” at the top. And, when I manually rebuild (even with “Enable manual sitemap building via GET Request” – checked) it hangs and gives a blank screen.
I also set permissions to 777 even though I’ve never had to do this before for this plugin. The sitemap.xml and the gz files were always set to 666 and functioned properly.
I also deleted the wp-config and re-uploaded it with obviously more disappointing results.
When I check the sitemap url I get this
——-
XML Parsing Error: not well-formed
Location: https://conspiracyrealitytv.com/sitemap.xml
Line Number 115, Column 1:
——-I even tried disabling all other plugins. Same results.
Forum: Fixing WordPress
In reply to: Static page with recent post integration?Very nice! Thank you. Led me right to it.