Link to Forum Topic using VIA URL

Posted in: Newspaper
Post count: 8

I’d like to use the VIA URL to link to a bbpress forum that discusses the topic.

How can I output this variable?

Post count: 1043

Look under “Post Settings” in your WordPress post editor (below the editor). The option is there.

Post count: 8

Sorry, I meant how can I output this variable in PHP?

<?PHP echo “VIA URL:” . $td_via_url; ?>

What would be the correct syntax? I’m trying to output this field for article excerpts on the home page.

Post count: 20688

Hi,

So you want to display the via you set for the post in the post edit screen, in the excerpt of the block? That won’t work.
You could display it below the excerpt, it will require modifications in the code.

This is a similar topic if you want to display source and via fields in modules
https://forum.tagdiv.com/topic/source-doesnt-work-after-update/

Thanks

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