Hi, I would like to add the 'promote' button to
/user/items page, so user can promote his items from his list. I tried
adding:
<div class="osp-promote">
<span class="osp-text"><?php _e('Promote', 'osclass_pay'); ?></span>
<span class="osp-icon"><i class="fa fa-angle-down"></i></span>
</div>
in user-items.php, but did not work. What do I need to code to get this? Would like the widget
for each item in the list.
Thanks in advance!
@Sudo