Include Custom Related Links After Content

Posted in: Newspaper
Post count: 108

Hi Guys, I’m looking for the simplest way to add our own custom related links using ACF directly after the content. I have a custom module that creates the links but is it possible to use a hook to include this in all single post templates?

Thanks
Matt

Post count: 108

I would also like to add a custom text area afer the content, right before get_the_tags(), which hook (if any) do I need to add to?

Thanks

Post count: 20688

Hi,

The post templates styles correspond to the single and loop single files in the theme folder – https://www.screencast.com/t/BovJesYg each loop single is called in the single file. You could implement your custom code in the loop or the single file structure – https://www.screencast.com/t/zt2wdzCUcY This is valid for the custom text area also, you could simply insert the code in the post structure and it will be displayed if it the code is correct.

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.