Tagged Questions
-1
votes
1answer
345 views
Customize Multi-Column Tag Map to fetch specific post-type
I'm using a plugin called "Multi-Column Tag Map" that lets you display all tags that were used and arrange them in a alphabetical order. This plugin works fine in a regular post-type but It's not ...
1
vote
2answers
75 views
Is there a Filter that I can use to filter the tags before they are inserted in to the database?
I want to filter the tags before they are inserted into the database. I'm aware of the pre_insert_term filter. But what I need to do is to see all the tags at once. I need to limit the number of tags ...
0
votes
1answer
303 views
get_the_tags with separator control?
I'm building a function in theme options to give the site owner more control over the post's "Tags" collection that I display at the bottom of each post page. Specifically, whether to add anchor text ...
4
votes
2answers
1k views
On the WordPress Admin section how do I link to submenu pages created for a plugin?
So i'm trying to create a WordPress plugin and I've created some menu pages using this provided function:
add_submenu_page('my_plugin_menu', 'Edit record page', 'Edit record page', 'manage_options', ...
0
votes
1answer
82 views
Is there a plugin that will allow a tag cloud to be created from any mysql field?
I have run into a frustrating situation in the development of my site/store. I am using the Shopp plugin and there is a disconnect between the tags in WP and the tags in the store plugin. In my case ...