ZenphotoCMS Forum
Related News + Featured Image. It`s possible? - 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 News + Featured Image. It`s possible? (/thread-11943.html)



Related News + Featured Image. It`s possible? - zloyshaitan - 13-02-2015

Hello, dear developers!
I want to modify the plugin Related Items so that instead of the news titles of the related news would show pictures inserted in the news with the plugin Featured Image.

I was able to make it for Search and fot list of news, but unfortunately competently change plugin Related Items for the news I did not get. Can you help me?
Thank U.




Related News + Featured Image. It`s possible? - acrylian - 13-02-2015

It is possible by creating your own custom printRelatedItems() version. That means copy the function to your theme's function.php and rename it. Then add the calls to the feature image were needed and use this instead of the original. Zenphoto.org does similar with related items btw.

Btw, glad to hear someone uses that plugin ;-)




Related News + Featured Image. It`s possible? - zloyshaitan - 13-02-2015

thanks acrylian, you help me so much!
in the my theme(zpBase) functions.php i paste printRelatedItems function, rename it in printRelatedItemsNews

and change this line:
getTitle()); ?>">

to

`
getTitle()); ?>">

it works!




Related News + Featured Image. It`s possible? - acrylian - 13-02-2015

Always welcome ;-)