Change comments section in pages

Homepage Community Forums Epik Theme Support Change comments section in pages

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5830
    danielmt2k
    Customer

      Hi,

      I need to change the place where comments are shown in pages (not posts). In short, to move the comments section inside the content of the page.

      An screenshot of what I need:
      https://www.evernote.com/shard/s108/sh/fd0a19d7-7236-4d5e-a180-a5e757a4a772/3efd8e1915ab0f4d3587023a6d00f0cd

      How can I do that?

      Thanks in advance.

      #5835
      danielmt2k
      Customer

        Any update on this, please???

        #5841
        Eric
        Customer

          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

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.