Is there a way to create a list of all of the tags on my site? Each web page has a tag and I want to be able to list them out so that I don't inadvertently create duplicate wording etc...

I use the page_title module and for some reason I can't get at this data via Views.

Can it be done somehow?

Thanks,

Sam

Comments

Anthony Pero’s picture

You could try using Table Wizard. With Table Wizard, you can expose MySQL fields in Views. So, depending on how the page_title module works, you may be able to expose the title tags to views.

Anthony Pero
Project Lead
Virtuosic Media
http://www.virtuosic.me/

ralt’s picture

Hi,

The latest Page Title module version (v6.x-2.5) creates a page with the titles generated by Page Title at this page : http://www.yourdomain.com/admin/reports/page-title

Steady’s picture

Thanks for the replies.

I upgraded from page_title 2.3 to 2.5 and it did the trick.

The page tag is now exposed to views (activating a new included module) and it also give its own page with a list of titles as well.

So its good news and makes checking and tweaking titles much easier.

Cheers!