![]() |
|
hiding selected keywords - feature idea - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: hiding selected keywords - feature idea (/thread-12317.html) |
hiding selected keywords - feature idea - Eli15 - 2015-09-18 hi, I disable displaying selected keywords by a string-notation In the file template-functions.php // start -------------- $tagstring = implode(', ', $singletag); Therefor I had to comment out in the file btw.: but the feature is not finished yet: Eli hiding selected keywords - feature idea - acrylian - 2015-09-19 Sounds like a special requirement you should solve either via a plugin or theme based custom function. You NEVER should modify core functions. |