If you dont know how to remove or disable comment. or you want to disable comment in all page, use...
nabin
Here is a code that will add text editor in Excerpt, simple add this function in function.php add_action( 'add_meta_boxes', array...
Add following code in function.php function improved_trim_excerpt($text) { global $post; if ( '' == $text ) { $text = get_the_content('');...
Hello friends, Today i install phpbb (one of the best forum) software, till phpbb2.0 i did not got any error,...