WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Amount property is not working with custom post types!Hi @digil00p
We’ll release the update today.
Hi @maxvelio
Yeah, seems that there is another plugin which does the same thing so they’re conflicting.
Have you installed any plugins recently that might be also adding those features?
Also, do those options work fine when our plugin is disabled?
Forum: Plugins
In reply to: [Authors List] Linking Author to a post categoryHi @agrsorgente
You’re welcome and thank you for the kind words.
I’ll pass it on to the plugin owner, maybe that’s something that could be implemented in the paid version of the plugin which is being developed.
Forum: Plugins
In reply to: [Authors List] Link to author page in number of postsForum: Plugins
In reply to: [Authors List] Amount property is not working with custom post types!Duplicate entry. Will close this and we can keep the discussion at https://wordpress.org/support/topic/amount-property-is-not-working-with-custom-post-types-2/
Forum: Plugins
In reply to: [Authors List] Amount property is not working with custom post types!Oh, yeah. It’s Friday, I’m not at 100% mental capacity 🙂
all_post_countis the correct one.But the issue is that the ordering is applied after WP user query has returned results. So if the amount is set to 10, WP gives the plugin 10 users and then those users are ordered by the count.
We’ll need to improve on that
all_post_countsystem, it should ask for all users from the WP system, then order them and only show the amount that is specified.An update will be released next week, hopefully Tuesday. Is that ok?
Forum: Plugins
In reply to: [Authors List] Amount property is not working with custom post types!Hi @digil00p
Try setting
orderbytopost_countinstead ofall_post_countIt will take into account the post count of the post types you defined in the
post_typesparameter.Forum: Plugins
In reply to: [Optin Forms - Simple List Building Plugin for WordPress] Optin Forms issueHi @sshahid12
Happy to hear you found a solution and thanks for sharing.
Forum: Plugins
In reply to: [Authors List] Linking Author to a post categoryHi @agrsorgente
Our plugin does not create custom archive pages, it links to the WordPress generated author archives.
But you can modify the URL, by default it just goes to the WordPress author archive but you can make it go to a custom URL.
[authors_list link_to="meta" link_to_meta_key="user_meta_key"]user_meta_keywould be the meta key data you want to link to. So change that to whatever user meta key you want to get the value from.It’s taking the value of the user metadata.
Plugins like Advanced Custom Fields allow you to add custom fields to the user profile page. That’s the user metadata.
So you can have a field in there for the URL and make Authors List link to the URL from that field.
Would that work out?
The plugin only works for the default WordPress comments system.
bbPress does not use that system, they have a custom system. They also have their own subscription functionality.
Hi @a4jpcom
I’ll see what can be done about that.
Are you ok with adding a bit of code to your theme’s functions.php file? If yes then I can send over some code that will make it only load on specific pages.
Forum: Plugins
In reply to: [Optin Forms - Simple List Building Plugin for WordPress] Optin Forms issueHi,
Answered on the other support request
Hi @sshahid12
The automatic placement can be disabled on specific pages with the “Exclude on pages” option.
Go to WP admin > Optin Forms. Then in the navigation on the top select “Form”. Then go to “Form Placement” and you’ll see the “Exclude on pages” input. Add the ID of the page there.
Forum: Plugins
In reply to: [Cool Tag Cloud] great! it support custom taxonomy tagHi @dexzhou
Yes, custom taxonomies are supported.
You can find your taxonomy’s slug in WP admin when you go to the management page for that taxonomy.
The URL will look like:
http://example.com/wp-admin/edit-tags.php?taxonomy=my_custom_tax&post_type=my_cptIn the URL is
taxonomy=my_custom_tax, that’s the slug of your taxonomy, in the example it’smy_custom_taxForum: Plugins
In reply to: [Simple Basic Contact Form] Mailchimp IntegrationI’m not entirely sure how “MailChimp for WordPress” plugin works, I think the compatibility is only for specific plugins that they (author of “Mailchimp for WordPress”) specifically made it compatible with.
I’ll test that out and get back to you.