How to put the TAG List inside the output Post?

Hi there,

I’m wondering how to get the TAG List inside the box-shadow of the post, not below (see the screenshot).

I think the original folder of the TAG is “_content-post-footer.php”

Thank you for the support,

Regards,

It’s okay, I just found the solution alone :slight_smile:

We just have go into the VIEWS/INTEGRITY/CONTENT.PHP

Then we put this line above the “DIV” : <?php x_get_view( 'integrity', '_content', 'post-footer' ); ?>

Hi there,

Thank you for reaching out to us. Glad to hear you figured it out on your own but make sure you’ve made changes in the child theme (https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57) so your changes won’t get overwritten when you update the parent theme. Child themes allow you to modify, or add to the functionality of that parent theme instead of modifying the core theme files directly. The problem with modifying core theme files is that your changes are in danger of being overwritten if and when you update the theme to the latest version down the road.

Cheers!

Hi

Thank you for your answer

Yes I did it inthe child theme :wink:

Glad you were able to resolve it using a child theme :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.