Title: gokulphp's Replies | WordPress.org

---

# gokulphp

  [  ](https://wordpress.org/support/users/gokulphp/)

 *   [Profile](https://wordpress.org/support/users/gokulphp/)
 *   [Topics Started](https://wordpress.org/support/users/gokulphp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gokulphp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gokulphp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gokulphp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gokulphp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gokulphp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Site title and Page title are not separated – Why?](https://wordpress.org/support/topic/site-title-and-page-title-are-not-separated-why/)
 *  [gokulphp](https://wordpress.org/support/users/gokulphp/)
 * (@gokulphp)
 * [13 years ago](https://wordpress.org/support/topic/site-title-and-page-title-are-not-separated-why/#post-3689311)
 * I just given you example code to edit. I didnt mean in twentytwelve theme. You
   may used this function in your function file of your theme. I mean to check that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Site title and Page title are not separated – Why?](https://wordpress.org/support/topic/site-title-and-page-title-are-not-separated-why/)
 *  [gokulphp](https://wordpress.org/support/users/gokulphp/)
 * (@gokulphp)
 * [13 years ago](https://wordpress.org/support/topic/site-title-and-page-title-are-not-separated-why/#post-3689309)
 * check your function.php file with following code
 *     ```
       function twentytwelve_wp_title( $title, $sep ) {
   
       	global $paged, $page;
   
       	if ( is_feed() )
   
       		return $title;
   
       	// Add the site name.
   
       	$title .= get_bloginfo( 'name' );
   
       	// Add the site description for the home/front page.
   
       	$site_description = get_bloginfo( 'description', 'display' );
   
       	if ( $site_description && ( is_home() || is_front_page() ) )
   
       		$title = "$title $sep $site_description";
   
       	// Add a page number if necessary.
   
       	if ( $paged >= 2 || $page >= 2 )
   
       		$title = "$title $sep " . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) );
   
       	return $title;
   
       }
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 * remove this lines from your function file… Problem fixed
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Plugins error](https://wordpress.org/support/topic/plugins-error-1/)
 *  Thread Starter [gokulphp](https://wordpress.org/support/users/gokulphp/)
 * (@gokulphp)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugins-error-1/#post-3307179)
 * Jason Chechik thankyou
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HELP! Cannot Post, Set Featured Image](https://wordpress.org/support/topic/help-cannot-post-set-featured-image/)
 *  [gokulphp](https://wordpress.org/support/users/gokulphp/)
 * (@gokulphp)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/help-cannot-post-set-featured-image/#post-2500307)
 * Please let me know how fix this issuse… its very urgent

Viewing 4 replies - 1 through 4 (of 4 total)