Tagged: x
-
AuthorPosts
-
September 13, 2016 at 2:36 am #1172642
orryspoonParticipantHi 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.1Any ideas?
Thank you so much!September 13, 2016 at 4:50 am #1172764
ChristopherModeratorHey 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!
September 13, 2016 at 10:55 pm #1174279
orryspoonParticipantHmm.. 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!
September 14, 2016 at 4:26 am #1174517
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1172642 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
