tbadorrek
Forum Replies Created
-
It seems to have resolved itself a while ago.
I just tried prefixing my tax_term with ‘cap-‘, so that it says taxonomy=”author” tax_term=”cap-editor” but it didn’t help. It could not find any posts.
I’m using the Custom Post Types plugin. This is the code it generates:
register_post_type('research', array( 'label' => 'Research','description' => '','public' => true,'show_ui' => true,'show_in_menu' => true,'capability_type' => 'post','hierarchical' => true,'rewrite' => array('slug' => 'research'),'query_var' => true,'menu_position' => 5,'supports' => array('title','editor','excerpt','custom-fields','revisions','thumbnail','author','page-attributes',),'labels' => array ( 'name' => 'Research', 'singular_name' => 'Research', 'menu_name' => 'Research', 'add_new' => 'Add New', 'add_new_item' => 'Add New Research', 'edit' => 'Edit', 'edit_item' => 'Edit Research', 'new_item' => 'New Research', 'view' => 'View Research', 'view_item' => 'View Reseach', 'search_items' => 'Search Research', 'not_found' => 'No Research Found', 'not_found_in_trash' => 'No Research found in Trash', 'parent' => 'Parent Research', ),) );
I did edit several of the user nicenames a while back from how they were originally created, in order to be consistent. Here are a couple of examples:
user_login: ifwe-admin
user_nicname: adminuser_login:tbadorrek
user_nicename: trevor-badorrekAnd by that, I mean 2.6.4
For reference, my posts which I had previously tagged using the co-authors plugin still appear using this shortcode. However, when I create a new post or update an old post and assign new co-authors, they don’t appear using taxonomy=”author” and tax_term=”author name”…
If you’re not sure right now, any chance I could get a copy of an older 2.9.x version of this plugin, as that seemed to work?
It doesn’t seem to be working for any author.
Hi, I just updated to the most recent version and this solution no longer works. Is there a different format for taxonomy that’s being used now?
When I use [display-posts taxonomy=”author” tax_term=”editor” post_type=”research”] nothing is displayed even though “editor” is manually reassigned to the posts they own.
Good to know. Thanks very much for that insight.
Thanks, Bill. It looks like you added support for authors in version 2.1, which I believe is the most current stable version. Thanks!
Thank you. And it appears that only displays posts in which the author is listed as a co-author, not the first author. So I have to use my shortcode twice: once to display posts in which the person is the primary author, and again to display the posts in which the person is a co-author. Is this the way it’s supposed to function? Is there any way to include all of these together (I’m trying to sort them by most recent)?
The dev version fixed my problem of schedule posts not appearing, but I’m having another similar problem now where archive pages are not updating unless I clear the cache.
Editing the file did not work for me either.
I’m having this same problem on a blog that receives a lot of views. Is there somewhere that I can download v.1.0 to revert to?
Not comfortable using the aforementioned hack or a dev version–need stability.
Thanks!
Forum: Fixing WordPress
In reply to: Category Archives Pagination IssueOr, if you’re like me and prefer to add code to functions.php instead of installing a plugin, just add this code to your functions.php file:
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Category Archives Pagination IssueInteresting… no idea why I’m having this problem with WP 3.3.2, but this plugin (designed for WP 2.7) fixes it…
https://www.ads-software.com/extend/plugins/category-pagination-fix/
Nevermind. The plugin only would work when pages were publicly published, not privately published.