2023-03-21, 05:20 AM
2023-03-21, 10:56 AM
The content you need to add to the
In the default templates, it goes after:
You'll need to identify the appropriate place in your custom theme's postbit templates.
postbit
and postbit_classic
templates is:<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
In the default templates, it goes after:
<div class="post_content">
You'll need to identify the appropriate place in your custom theme's postbit templates.
2023-03-21, 04:59 PM
(2023-03-21, 10:56 AM)Laird Wrote: [ -> ]The content you need to add to thepostbit
andpostbit_classic
templates is:
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
In the default templates, it goes after:
<div class="post_content">
You'll need to identify the appropriate place in your custom theme's postbit templates.
Amazing!
