Forum Replies Created
-
Maaan, didn´t work for me! when I disable the automatic way the share buttons stop to appear in the home page and the buttons appear on the top or on the bottom of posts, never where i liked it to be 🙁 buuuut i found this: http://winningwp.com/how-to-reposition-jetpacks-related-posts-module-and-other-customizations/
A way to bring related posts to the bottom of the page.
using this code in functions.php:
function jetpackme_remove_rp() {
$jprp = Jetpack_RelatedPosts::init();
$callback = array( $jprp, 'filter_add_target_to_dom' );
remove_filter( 'the_content', $callback, 40 );
}
add_filter( 'wp', 'jetpackme_remove_rp', 20 );and this where you told me to do ( loop-single.php):
<?php echo do_shortcode( '[jetpack-related-posts]' ); ?>That works for me!
Thanks a lot for your support! i realy apreciate that!
Merry christmas and a happy new year!
Thanks a lot!
Noooo 🙂 In the posts pages AddToAny (share buttons) is below the “related pages” (jp-relatedposts) and I’d like it to stay as the home page. The share buttons below the facebook like button and above the jp-relatedposts.
I managed to do through the ” inspect element” in chrome but I don´t know how to do in the script.
Like this:
Wow! Thanks! that works.
Now just last the other one! I can´t find how it works.
I use the addtoany plugin.
THX a lot!
In reply to: Format Issues – Side bar Widgets goes to page footer
December 10, 2014 at 12:13 pm #44081I don´t know what happend but now when i edit the last post the issue its over! wtf
Viewing 6 posts - 1 through 6 (of 6 total)
