jazon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrade to 2.2.1 Breaking Google AdsenseNevermind. It magically began working again.
Forum: Fixing WordPress
In reply to: query_post & category not showing post templateI’m getting all sorts of weird errors now.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 40961 bytes) in **/wordpress/wp-content/plugins/runPHP/runPHP.php on line 382
I’m thinking the plugin I got to run PHP on my Pages, RunPHP, isn’t working correctly. Is there any other plugin for executing Php scripts from pages?
Forum: Fixing WordPress
In reply to: query_post & category not showing post template<div id="content"> <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?> <div class="post"> <?php require('post.php'); ?> <?php comments_template(); // Get wp-comments.php template ?> </div> <?php endforeach; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <p align="center"><?php posts_nav_link() ?></p> </div>Forum: Fixing WordPress
In reply to: query_post & category not showing post templateI tried adding it but I got this error.
Warning: require(post.php) [function.require]: failed to open stream: No such file or directory in **/wordpress/wp-content/plugins/runPHP/runPHP.php(383) : eval()'d code on line 1 Fatal error: require() [function.require]: Failed opening required 'post.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/shattere/public_html/bladenforce/wordpress/wp-content/plugins/runPHP/runPHP.php(383) : eval()'d code on line 1Forum: Requests and Feedback
In reply to: Import PhpNews into WordPressWell, it’s sort of resolved, since I went in earlier this morning and manually added each and every comment and news post. I e-mailed the coder and suggested a way to export PhpNews into other formats in a future release.
Forum: Requests and Feedback
In reply to: Import PhpNews into WordPressThat was my initial problem, that PhpNews doesn’t export into anything, except perhaps an RSS feed.
(An example being http://www.bladenforce.com/news/bladenforce.rss)
However, the RSS feeds only display a teaser of the full article because of the way PhpNews works.
Forum: Requests and Feedback
In reply to: Import PhpNews into WordPressI think probably an example would help a bit.
http://www.bladenforce.com/?action=fullnews&showcomments=1&id=2
There is an example post that contains the full post and comments as well. Alternatively, I could post the RSS feed that phpnews produces, but it doesn’t contain comments or anything. If possible, I’d like to import the comments too.
Forum: Requests and Feedback
In reply to: Import PhpNews into WordPressI mean to put “Import” in the title but had a brain fart there.
[Title moderated for you ]