It's not possible to post comments under pages. Even if I allow this at the backend. At the trial version this still works. Any ideas how to solve this? BR Dennis
Hello, To do comment in all the pages then you have to open the editor of the page there you will find "screen options" at the top right of the page, there select "discussion and comments" check box. It will show the comment section below the editor of the page. Again check both the check box. It will show the comment box on all the pages. And now comment can be made on all the pages.
everything it set. All comments boxen are on. But still I can't comment the pages??? Any idea a the posts I don't have this problem.
Hello, Send you dashboard id and password along with your login link at [email protected] And also ask your query there We will check the issue.
I think I found the problem. Could you please advice. I think I have to change to red part with the blue part? At the trial version at page.php <div class="page-content-container"> <div class="page-content"> <div class="grid_16 alpha"> <div class="content-bar"> <?php if (have_posts()) : the_post(); ?> <?php the_content('weiter...'); ?> <div class="clear"></div> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'black-bird' ) . '</span>', 'after' => '</div>' ) ); ?> <?php endif; ?> <!--Start Comment box--> <?php comments_template(); ?> <!--End Comment box--> </div> </div> <div class="grid_8 omega"> At the pro version at page.php <div class="page-content-container"> <div class="page-content"> <div class="grid_16 alpha"> <div class="content-bar"> <?php if (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?> </div> </div> <div class="grid_8 omega">
It require customization in 3, 4 pages, so it is not possible for us to provide you exect solution here at forum. Send your dashboard detail as asked above.