• matax

    (@matax)


    Hi, I am trying to make the comments hidden inside a collapsible div, but before I get that script up and working I’m trying to place the comments where I want them so that I can just add the script functions to it to make it easier.

    Here is my source code where my comments are…

    <div class="content">
    
    						<?php the_content(); ?>
    
                            	<div class="comments">
    
                    				<?php comments_template(); ?>
    
                    			</div>
    
                        </div>

    I’m trying to put it right under the content, after I get it there I will add my script code to that div to make it hidden until the link is clicked on.

    Here is my problem, there is not comments on the local host view, I see the content, but the comments are not showing up, am I missing something because they worked when I had them being linked to another page?

  • The topic ‘Comments area help’ is closed to new replies.