I have installed a theme which has custom post type ‘Events’ with categories taxonomy. After I installed this plugin, both the taxonomies appeared in the ‘Events’ post type.
Theme:
Post type – ‘Events’
Categories taxonomy – ‘event_cat’
Plugin
Post type – ‘Events’
Categories taxonomy – ‘event-categories’
In the admin panel, the events list table shows the column of ‘Event Categories’ which shows categories name from ‘event_cat’ (provided by theme).
How to resolve this? Is there a way the plugin can override the existing taxonomies?
]]>I have setup my site asmreport.net using the MH Magazine Premium theme. I am trying to make it so that when I click on Next or Previous Post button, the navigation stays in the same category. I can’t find what function is controlling this and where the code is.
]]>Dylan Kuhn (GeoMashup Maps) helped me get his plugin to post map locations for Simple Links by adding a template tag
<?php
echo GeoMashup::map( array(
'map_post_type' => 'simple_link',
) );
?>
to my child theme and using the shortcode
[geo_mashup_map map_post_type="simple_link"]
However I can’t control which categories are posted whether I include a parameter in the shortcode
[geo_mashup_map map_post_type="simple_link" simple_link_category="324"]
or I add to the php
'tax_query' => array(
array(
'taxonomy' => 'simple_link_category',
'terms' => 302
)
)
Either way it posts ALL the map locations associated with the Simple Link categories. Is the taxonomy name correct? Any insights you might have would be appreciated.
https://www.ads-software.com/plugins/simple-links/
]]>[woothemes_testimonials limit="10" size="100" category="customer"]
any help is much appreciated,
thanks Rob
https://www.ads-software.com/extend/plugins/testimonials-by-woothemes/
]]>To begin, what an AMAZING plug-in!
That said, I’d like to get my category taxonomy listed as a widget on the right hand side of all pages. Is there some PHP I can call for this even if the categories are empty? I have the Executable PHP Widget that makes this possible…
Thanks!
Bonannju
https://www.ads-software.com/extend/plugins/business-directory-plugin/
]]>By Category, I do mean the default Categories taxonomy built into WP, which I’ve assigned to my custom post type Videos (cpt_videos is it’s name).
If I don’t use Pretty Permalinks (ie, leave them set to the default), I can get these pages via URLs such as mywebsite.com/?post_type=cpt_videos&cat=9
However that stops working once you turn permalinks on. Any idea as to how to accomplish this with pretty permalinks?
]]>Now, my question is, how do I populate the plugin with all of the states’ data upon install?
]]>