• I am using this plugin since a long time, and even if it seems not updated anymore, it still works for me in 4.5.3

    I know there are other plugins that do similar things, however, none work as good as this one. For example, in other plugins I have to click on “Edit more details” on the attachements page to add tags. This plugin allows adding tags on the preview attachement in admin panel, it even sometimes pulls tags from EXIF data from photos. Plus, I don’t need to click save, tags are automatically saved.

    Still, I have a couple of issues, the premier one being URL Rewrite not working. If I edit wordpress-media-tags.php and set 'rewrite' => true,, searching for specific tags will not return any results. I don’t know how to solve this.

    Furthermore, a “paged” query isn’t possible. It will return the first x number of results and then stop (e.g. 'posts_per_page' => 20, in function media_tags_query($term, $size)). I’d like to add paging functionality (my theme uses jquery), but couldn’t get it to work for a while now..

    Also, custom tag feeds to not work, the rss feed is empty, e.g.
    ../media_tag/tree/feed/
    shows nothing other than:

    <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
    	xmlns:content="https://purl.org/rss/1.0/modules/content/"
    	xmlns:wfw="https://wellformedweb.org/CommentAPI/"
    	xmlns:dc="https://purl.org/dc/elements/1.1/"
    	xmlns:atom="https://www.w3.org/2005/Atom"
    	xmlns:sy="https://purl.org/rss/1.0/modules/syndication/"
    	xmlns:slash="https://purl.org/rss/1.0/modules/slash/"
    	>
    
    <channel>
    	<title>tree – trees on white</title>
    	<atom:link href="https://www.treesonwhite.com/media_tag/tree/feed/" rel="self" type="application/rss+xml" />
    	<link>https://www.treesonwhite.com</link>
    	<description>Alexander Dunkel Photography</description>
    	<lastBuildDate>Tue, 12 Jul 2016 10:10:06 +0000</lastBuildDate>
    	<language>en-US</language>
    	<sy:updatePeriod>hourly</sy:updatePeriod>
    	<sy:updateFrequency>1</sy:updateFrequency>
    	<generator>https://www.ads-software.com/?v=4.5.2</generator>
    </channel>
    </rss>

    If anyone has a solution to either one of my problems, it would be greatly appreciated!

    https://www.ads-software.com/plugins/wordpress-media-tags/

Viewing 1 replies (of 1 total)
  • Thread Starter siebold02

    (@siebold02)

    Well, sometimes solutions are quick if you think twice:

    After setting ‘rewrite’ => true I just needed to go to WordPress Admin Panel, open Settings/Permalinks, disable & enable Permalinks to recreate them. It works! Wow ??

    Now I just need to solve my paging and rss problem…

Viewing 1 replies (of 1 total)
  • The topic ‘Still works under WordPress 4.5.3’ is closed to new replies.