![]() |
|
Related Items - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Related Items (/thread-13234.html) |
Related Items - Ralf - 27-04-2019 Hi, In the zpbase template there is already support for it. If I now go to my site: there is a section named 'Ähnliche News' at the bottom of the page. But there are no related items displayed. If I look at the source code:
it looks to me, that one related article is found: gmedia-anonyme-ip What I don't get at the moment: Ralf Related Items - fretzl - 27-04-2019 In your /css/style.css line438 there is this rule:
No further comment needed I guess ;-) Related Items - Ralf - 27-04-2019 Thanks :-) Related Items - Ralf - 27-04-2019 Hi, at the bottom you see the label: I am not sure if the 'pages' label comes from the plugin or from the theme. any ideas where i can change the label? Related Items - acrylian - 27-04-2019 It's generated by this function: Ther first part "Ähnliche" (= Related) is hardcoded and the 2nd part depends on the PS: Nice to see you back once again ;-) Related Items - Ralf - 27-04-2019 Got it :-) |