zash20
Forum Replies Created
-
Forum: Plugins
In reply to: [VS Knowledge Base] Taxonomy order according to included idThank you very much for the confirmation. I am ok with editing the code.
Best wishes and thanks for this great plugin.Forum: Plugins
In reply to: [VS Knowledge Base] Taxonomy order according to included idI could not wait, so I look into the code and changed the category query array code like this in the plugin, and it worked.
$vskb_cat_args = array( 'taxonomy' => $vskb_atts['taxonomy'], 'include' => $vskb_atts['include'], 'exclude' => $vskb_atts['exclude'], 'orderby' => 'include', 'hide_empty' => $vskb_atts['hide_empty'] );
Just added the line,
'orderby' => 'include',
So that I can sort the category or the taxonomy according to include.
Do you have any better solution for this?
Well I was using 1.3 version but after installing 1.2.0 version the facebook image problem is gone.
I am using dazzling theme and I am having the same problem. Image is not showing up on facebook share. Is there a better solution other than hard coding theme core file as it is painful during update.
I am having the same problem here. When i search by team member name in my site it comes up with no result. @maidul Please enable search for this plugin. Thank you.
Forum: Plugins
In reply to: [Team Manager - WordPress Showcase Team Members] search a team memberI am having the same problem here. When i search by team member name in my site it comes up with no result. @maidul Please enable search for this plugin. Thank you.