Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1172642
    orryspoon
    Participant

    Hi there,

    I’m trying to move the tags from the footer to right-after the content. Right now there is a plugin called “Yuzo Related Posts”. See screenshot http://grab.by/SHBo

    I am using Integrity, and already have a child theme installed.
    Been playing around with the files like _content-post-footer, content.php but can’t seem to squeeze it right above the Yuzo.

    URL: http://invisiblephotographer.asia/2016/09/09/broylim-andnowtheyknow/
    Wordpress Version: 4.6.1

    Any ideas?
    Thank you so much!

    #1172764
    Christopher
    Moderator

    Hey there,

    Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1174279
    orryspoon
    Participant

    Hmm.. Alright, I understand.
    However, do you think you can drop me a hint, perhaps?
    (I’m the only developer involved here haha)

    I already managed to extract <?php echo get_the_tag_list(); ?> from _content-post-footer.php and just need to find the right place to slot it in.

    I tried to place it in content.php, and it just either appeared before or after the write up area 🙁

    Will greatly appreciate if you could just point to me which file I should be editing, and I’ll run automatically from here on my own!

    Thank you!

    #1174517
    Christopher
    Moderator

    Hi there,

    It’s not that easy because you want to insert it between two widgets in the middle of content area.

    Please add following code in Customize -> Custom -> JavaScript :

    jQuery("footer.entry-footer.cf").appendTo(".nextgen_pro_thumbnail_grid");

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1172642 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>