Can I use the plugin for search?
I want to have page and where I search for something I will find that page?
Maybe you can solve this in one of your next versions :), thanks
AH01071: Got error 'PHP message: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'TagPages' does not have a method 'head_meta' in /var/www/vhosts/xxxx/httpdocs/wp-includes/plugin.php on line 524\n', referer: xxx
<meta name=”TagPages” content=”1.63″/>
How to Remove this completly from Meta Informations? Without editing your Plugin files pls?
]]>Dear Sir/Madam,
We have installed TagPages WordPress Plugin and added the tags but the tags does not appear on the website.
Please assist us the way to proceed.
Thank you.
]]>Hi,
how can put a meta box on top?
I ask because I do not see add_meta_box()
in your code.
Thanks.
Hi
Do you have detailed instructions how to enable tag in page.
or just put code “get_the_tags” to page code?
->
WordPress provides two template functions which can be used out-of-the-box: the_tags and get_the_tags.
Hi,
Your plugin work great. I would like to ask is it possible to use it but to hide tags from the pages? That tags would be there hidden or something? Is that possible?
Thank you!
]]>I installed the plug in and activated it
and when I create a new page I don’t see the option to display tages
thanks
]]>I use plugins TagPages and function the_tags(); but it’s show the tags from posts not show the tags from pages. How to show tags from pages??
]]>I use function the_tags(); but it’s show the tags from posts not show the tags from pages. How to show tags from pages??
]]>Hi,
I’m having an issue with my site right now where pages with tags don’t show up when clicking on the tag from the tag cloud, but posts with tags do.
I have a tag.php and as far as I can see (however little that may be worth), it should be working
tag.php is here: https://pastebin.com/v1ttLFsQ
Using TagPages 1.50
Any help is much appreciated
-Emil
]]>Hello everyone,
I’m facing a problem with the plugin.
I want to tag pages in order to get a separate page where I link to all pages tagged with a specific word (for example posters).
So if I surf to myurl.com/tag/posters i want to get a page where it lists all the pages tagged with posters.
something like:
– Iron Man Poster
– Bat Man Posters
– etc
(and they all are links to the individual pages)
But when i want to see the overview of all pages tagged with “posters” and type myurl.com/tag/posters for instance nothing but my startpage shows up.
I made a custom theme, if that matters.
What am I missing? Do I need an extra page that lists all tagged pages? Is there some site in the standart themes that I might be missing in my custom theme?
Thanks in advance!
]]>Hello,
I am facing a problem with tagpages.
My tag pages content shows duplicate.
can anyone help me?
https://artofpublicspeaking.net/tag/arizona/
this is a tag content link.
]]>Can someone please assist me in making to so the tags I am adding can also be seen on the web pages, not just in the backend dashboard?
thank you so much!
I saw a post about editing the page.php file but dont know what to do with it?
]]>Hi I have added your plugin and added a tag to a page and then conducted a search using the standard search widget in WordPress, but the page does not return a result in the search using the search tag term – can you help?
]]>I have setup a custom post type in my theme called ‘portfolio’.
When I install the plugin it works great on my regular pages and posts but I cannot get the ‘Tags’ admin interface within my custom post types.
Here’s how i’m registering the custom post types:
/* Portfolio */
function ts_post_type_portfolio() {
register_post_type( 'portfolio',
array(
'label' => __('Portfolio'),
'public' => true,
'show_ui' => true,
'show_in_nav_menus' => true,
'rewrite' => true,
'hierarchical' => true,
'menu_position' => 5,
'supports' => array(
'title',
'editor',
'thumbnail',
'excerpt',
'custom-fields',
'revisions')
)
);
register_taxonomy('portfoliocat', 'portfolio', array('hierarchical' => true, 'label' => __('Portfolio Categories'), 'singular_name' => 'Category'));
}
I saw in the code that you configure the plugin to find
post_type => ‘page’
and tried to expand upon this to include
post_type => ‘portfolio’
but alas to no avail.
Any help would be massively appreciated.
Thanks,
Luke
]]>Not sure why this is occuring but the page menu disappears when I view a list of tags e.g. https://www.openeye.net/tag/analog. It only happens when the plugin is enabled.
With Menu (plugin off)
https://pastebin.com/gPHUAVAW
Without Menu (plugin on)
https://pastebin.com/vfcuHNvj
Any thoughts on what could cause this?
]]>So, does it impede functionality if I don’t allow the plugin to print this into the header?
<meta name="TagPages" content="1.31"/>
Hello,
I get a fatal error on activating this plugin:
“Parse error: syntax error, unexpected T_STRING in /usr/local/pem/vhosts/262364/webspace/httpdocs/wordpress/wp-content/plugins/tagpages/tagpages.php on line 46”
Now I’m being forced to develop this on a sub par server, that is running PHP 5 as a CGI application, so there is a good chance that’s messing with things. Never use Dotster as a host by the way!
What’s on line 46 that would cause this kind of an error? I’m guessing it’s a PHP5 function.
Thanks for the help.
]]>Since updating to 3.1.2 new tags are not being reflected in the tag cloud.
Under Pages> Post Tags they show up on the last but not the cloud.
My tag cloud widget didn’t reflect them either. Deleted and re-added.
Fix?
]]>I get a fatal error when I try to activate… seems to be broken…
Parse error: syntax error, unexpected T_STRING in /home/content/k/a/h/kahil/html/wp-content/plugins/tagpages/tagpages.php on line 46
]]>I’m getting some odd behavior, and I’m not sure if it’s because I’m multisite-enabled or if it’s the natural result of the plugin.
With a fresh install, as a test, I added a few tags to a page.
Observations:
I created a post and tagged it with one of the new tags.
Observations:
Can provide screenshots if necessary.
Thoughts?
]]>Why does this plugin have to modify any SQL queries to operate?
Why not just run register_taxonomy_for_object_type('post_tag', 'page');
?
Howdy Bernhard & others,
I just wanted to get a quick usability clarification, if you have a moment.
It’s my intention to tag various pages with country names (like ‘Peru’ — these tags likely not shown to the visitor), and output a list of said tagged pages on a primary country page.
Thus, the Peru page would display relevant content from interspersed pages that might touch on multiple country subjects (such as crossing the border into Ecuador).
I just wanted to verify that this is indeed not an issue w/ this plugin, and was curious if there was a way to output the results based on the creation date of the content, as opposed to alphabetically?
Cheers,
//craig
]]>Hi,
how can I sort tags in TagPages?
Thanks a lot
Benna
I see no reason why tagpages is not included in WP distripution. It’s essential to allow more flexible use of the pages.
]]>Hi!
tag support for pages is one of the most important features that vanilla WP is still missing. So BIG thanks for this plugin that brings this functionality to WP 3.x
That said, I think I ran into an annoying bug:
whenever I use “quickedit” in the post overview to change tags, categories, etc., all tags are gone from the tag field, and deleted from the post (in case I did not edit the tag field and save e.g. altered categories) or replaced by the ones I entered.
Anyone else having this issue?
Any ideas how to resolve it?
Thanks!
Martin