Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Bug on Co-Author Plus ?Did you add any new plugins since yesterday?
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Installation for Acamas themeI’d have to look at the Acamas theme code to be able to help you out, but I don’t have a copy. Basically though, you’ll want to replace any of the author template tags with the related coauthor ones.
For example:
- the_author() becomes coauthors()
- the_author_posts_link becomes coauthors_posts_links()
- …and so on
You can see all the template tags available for Co-Authors Plus here: http://wordpress.org/extend/plugins/co-authors-plus/other_notes/
Hope that helps. If you need clarification, let me know.
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] individual author idIf you’re on 2.8+, you could try using the_author_meta instead of the_author().
Alternatively (though not recommended), you could try the following:
global $authordata; echo $authordata->ID;Forum: Fixing WordPress
In reply to: [Plugin: Co-Authors Plus] Displaying Multiple Authors?Did you add the coauthor() tag to your template files? For example, you need to replace the
the_author();withcoauthors();Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] v1.1.5 is not compatible with 2.8greggo,
You should be able to click on your username and change it to another author. If that doesn’t work, it’s likely a bug. Send me some more details and I’ll try and help you out.Forum: Plugins
In reply to: [Plugin: Co-Authors] Search don’t workThe latest release (v1.2) should fix the wp_ DB prefix issue.
Please, let me know if the problem is still showing up.
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] v1.1.5 is not compatible with 2.8Co-Authors Plus v1.2 is now compatible with WordPress 2.8. Enjoy.
Forum: Plugins
In reply to: [Plugin: Co-Authors] Search don’t workI tested the plugin with the German version of WordPress and did find a bug in the SQL query. This issue though is unrelated to the language. The plugin will not work if you are not using the “wp_” prefix for your database.
I should have a fix released in the next few days.
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] coauthors_wp_list_authors bug?Hi snowcrash,
Thanks for your note. Is this happening in any specific contexts (e.g. on particular posts or archive pages) or any time the tag is used? I know that there is an issue on author pages with some of the tags, and I should have a fix coming out soon.
Forum: Plugins
In reply to: [Plugin: Co-Authors] Search don’t workPaul, please try v1.1.5. I have updated the SQL query for the search to include additional fields. Try searching by the user’s email or first name instead.
If this does not work, then it’s likely an issue with the German language file. I have only tested the plugin in English.
Forum: Plugins
In reply to: [Plugin: Co-Authors] Search don’t workHi Paul,
Thanks for trying out the plugin. Is this issue happening only with a one particular user or all users? Also, what are you typing into the search?
Thanks.