ccheaton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment problems in WP 2.0I’m having the same problem. If you look here:
http://www.twohelp.org/kenya and scroll down to the post titled “Malindi part 1: Fear” you will see it says “No Comments.”Click on the comments link and you’ll go to the page where there actually is a comment — right above the comment it says “No Comments Yet.” It’s using the code that you posted here.
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?Thanks for the help! I just removed the code for the time being. I’d like to get this working, though, so if you think of anything, or if you try it in an updated version, let me know!
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?Hmm… same problem. It’s now outside of the loop and doing the same thing.
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?I should add that it is WP 1.5.2
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?Ok, well, now I only get the error message when I’m displaying a page. What I’m trying to do is to have a list of the sub-pages of a particular page appear when that page is viewed. Ideally, it would appear after the content of the page — perhaps at the bottom. However, having it appear in the loop would be good, too.
I get the same error, but just on pages. You can look here:
http://www.thejoyoflex.com/dtreeNotice that there is a post on the homepage, but that the About Us link is to a page. I pasted the code into the post.php exactly as it appeared in the link from above…
Suggestions? Do I have to use PHP to echo the page_id into the statement? Somehow it’s just not working.
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?Ok… is this right?
http://paste.uni.cc/7648Forum: Fixing WordPress
In reply to: Dynamic return of page_id?Thanks, TechGnome. alphaoide, I pasted the code in exactly where I had the bit that I posted in my first message here. While the bit that I posted always returns the posts that are the child of page 2, your bit always returns the error that I posted above.
TechGnome, where do you have that code inserted? Does it have to be outside of the loop? I’m using a modified version of the Connections theme, and I had it in post.php. It returns an error that there’s an unexpected $ when I put it where I originally had my bit of code.
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?Anybody?
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?Nope… when I try that I get the following:
Warning: Invalid argument supplied for foreach() in path/to/my/install/wp-includes/template-functions-post.php on line 378
However, that is what I’m trying to do. I just don’t know the PHP syntax for it. Any more suggestions?
Forum: Fixing WordPress
In reply to: Posting via email in WP 1.5I think that the cron code is something like:
get /path/to/wpinstall/wp-mail.phpForum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1How much of a concern is the security problem? Is it public knowledge, or something the dev team has kept quiet? I don’t want to upgrade right now, but if there’s a large risk for being hacked, I would rather upgrade now that suffer the consequences. It’s just not a good time for me with exams and all.
Forum: Plugins
In reply to: BBclone on 1.5 ?Ok… here’s the deal — when I am viewing a POST, then the counter increments. However, when I view a PAGE, the counter doesn’t seem to ever parse the code from above. Which file calls pages? It’s not the index.php that is in the theme’s folder?
Forum: Plugins
In reply to: BBclone on 1.5 ?I think that part of the problem is that this line:
‘ define(“_BBC_PAGE_NAME”, get_bloginfo(“name”) . wp_title(“/”, false));’
works for posts, but not for static pages.Forum: Your WordPress
In reply to: WP used to support Tsunami ReliefThanks! Things are going well for us so far. WP is a great tool for many things, and was perfect for this application. I recently created another site with Mambo, and it’s much more complicated — unnecessarily, I think. Of course, Mambo has some good points, but the Admin interface takes a LONG time to learn.
Forum: Your WordPress
In reply to: Browser check and comments, please!Thanks!