YMC-22 / smart-filter

YMC Smart Filter, allows to solve a variety of tasks for displaying posts on site pages. For advanced developers, there is an opportunity to independently develop layouts for filters and post cards, which makes the plugin universal.
14 stars 6 forks source link

Adding link to the Title of Posts #31

Closed IllusionMini closed 2 months ago

IllusionMini commented 2 months ago

Can we add link to the title of post? I couldn't find any other option except button...

YMC-22 commented 2 months ago

you can override the default post card template with a custom one. To do this, use the plugin filter named - add_filter('ymc_post_custom_layout_545_1', 'my_custom_post_layout', 10, 5); See documentation https://github.com/YMC-22/smart-filter