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.
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 ;-)
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!