jpigford
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I embed an image into my RSS feed?Thanks for the help…except not. Anybody got anything useful?
Forum: Fixing WordPress
In reply to: Having ‘www’ in my URL gives me errors with wordpressI eventually figured out the issue. I had installed a forum app and the cookies set by that forum did something funny to wordpress. after removing the forum app and reseting safari all was well.
Forum: Fixing WordPress
In reply to: Having ‘www’ in my URL gives me errors with wordpressIt now looks as if it’s only in Safari that it does this. All other browsers seem to work fine.
Forum: Requests and Feedback
In reply to: An <–advertisement–> tag?I have a separate ad script and have a small snippet of code that I would just need to drop in.
Forum: Requests and Feedback
In reply to: An <–advertisement–> tag?It’d be worth 3 pieces of cheese toast and a sheet of bubble wrap. I’ll check around the codex and see what I can scrounge up.
Forum: Fixing WordPress
In reply to: A way to display users on a page?Anybody have some ideas about this?
Forum: Fixing WordPress
In reply to: Not sure if this is trackback spam or what…Yeah, I’ve got Spam Karma…so I can just disregard what my stats are saying?
Forum: Fixing WordPress
In reply to: A way to display users on a page?Hmm…okay, just read this for the_author_description tag:
“Displays the content of the Profile: field in a user’s profile for the author of a post. “
So according to that it would only show my profile on that page since I created the page (which is what it’s doing at this point).
How could I make it show everyones?
Forum: Fixing WordPress
In reply to: A way to display users on a page?I’m semi-getting a hold of this but am having trouble just listing what I’d like. For instance, I have:
<?php list_authors(FALSE, FALSE, TRUE, TRUE); ?>
<?php the_author_description(); ?>on this page: https://www.theappleblog.com/contributors/
Obviously I’m not doing the author description tag correctly.
Also, the links aren’t working for the author either…how would I fix that?
Forum: Fixing WordPress
In reply to: I can’t get to pages in the Admin that use Dir/file.phpFinally got around to replacing it…seems that did the trick!
Forum: Fixing WordPress
In reply to: I can’t get to pages in the Admin that use Dir/file.phpWell…any ideas about this?
Forum: Fixing WordPress
In reply to: I can’t get to pages in the Admin that use Dir/file.phpI’m using Subscribe To 2.0-alpha-3
But what would that have to do with 3 plugins having this issue I’m talking about?
Forum: Fixing WordPress
In reply to: I can’t get to pages in the Admin that use Dir/file.phpMy admin.php looks like this:
And my add_menu_page() function in admin-functions.php looks like this:
With that I’m only getting the number 1.
Forum: Fixing WordPress
In reply to: I can’t get to pages in the Admin that use Dir/file.phpI think i’m confused about your use of “dump”…the only thing I’ve done is add the echo $page_hook; to the add_menu_page() function as well as the:
// Handle plugin admin pages.
if (isset($_GET[‘page’])) {The only thing I’ve seen is the “options_page_subscribe-to-comments” that gets echoed at the top of the page.
Forum: Fixing WordPress
In reply to: I can’t get to pages in the Admin that use Dir/file.phpalrighty….so do you have a solution to my problem or what? ?? (kidding)