XF 2.1 How to get the custom field added to the end of the post title?

gogo

Well-known member
like I have a custom field "price", I want it to be added to the end of the title, just like this:

1586322268445.png

or is there a better way to do it?
 
Please use the follwoing code to append with the title.

Code:
{$thread.custom_fields.custom_field_id}

It's need template modification to add the code.
 
Back
Top Bottom