icemonkey9
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] Authors Not Showing Up in PostsOkay what I did is this… I’d find any instance of this:
the_author_posts_link();and replaced it with:
coauthors_posts_links();That seemed to resolve the issue actually. My only problem is that my Fancy Author box isn’t reading the author thing correctly now. I don’t expect you to know how to troubleshoot a different plugin, but any clue on what I should look for?
Forum: Plugins
In reply to: [Co-Authors Plus] Authors Not Showing Up in PostsThat’s really bad news for me then. No offense, but that documentation via that link isn’t helpful to me. For example I found this in my single.php file:
———————
<?php if ($wpzoom_singlepost_author == ‘Show’) { ?><li class=”author”><?php the_author_posts_link(); ?> <?php } ?>
———————How am I supposed to know how to turn it into your example:
—————————-
if ( function_exists( ‘coauthors_posts_links’ ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}
—————————–Is that supposed to be this:
<?php if ($wpzoom_singlepost_author == ‘Show’) { ?><li class=”author”><?php if ( function_exists( ‘coauthors_posts_links’ ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
} ?> <?php } ?>Forum: Plugins
In reply to: [Co-Authors Plus] Authors Not Showing Up in PostsYeah the 3.03 update did nothing to resolve this.
1. No, I have never used the template tags. Are they mandatory?
2. A screenshot demonstrating the problem is at this link (impossible to attach on this thread): http://imgur.com/WmkJ8
3. I am using this on two different themes. Same problem, both places.
Forum: Plugins
In reply to: [Captcha] [Plugin: Captcha] Can't Read Token FileBrain fail, disregard.
sephage – confirmed. I killed the plugin and all problems went away. I’d be interested to hear if there are any issues using the legacy 1.0. Thanks for confirming I wasn’t crazy. Any way to get feedback to the devs so a fix can be made?
Forum: Plugins
In reply to: [Redirection] Mass redirectionWas there ever a solution given? I have the same issue!