Homepage › Community Forums › Epik Theme Support › Change comments section in pages › Reply To: Change comments section in pages
You can try this code and adjust until you get the desired effect (add it in your functions file) –
remove_action( 'genesis_comments', 'genesis_do_comments' );
add_action( 'genesis_after_content', 'genesis_do_comments' );
You can find more info by taking a look at the Genesis Hooks which can be found in the StudioPress tutorials and code snippet pages – http://my.studiopress.com/tutorials/ and http://my.studiopress.com/snippets/
Also as noted here – https://appfinite.com/topic/forum-rules/ you’ll have to give us at least 24-48 hours at the most to receive a response since we do get a lot of posts here in the forum. It doesn’t always take that long, but we’ve had a huge spike recently and we’re trying our best to get every question answered as soon as we can.
Thanks
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
