if we add new pages there is no option to comment in them and to post in them. how categories can be linked to them? and commenting is possible?
Hi Saifullahraza, Add page is purpose for static content, for example, Page About us, of course, will include themes around the site (your site). maybe the others want to add my answer ?
Open up your page.php inside your wordpress theme, and add the following tag before the <?php endwhile; else: ?> tag. This will enable the comments. <?php comments_template(); ?> Code (markup): And for categories use this as a reference point