SpyLoaded Forum







News




Author Topic: Mobile Press User Using Yoast SEO Fix Your Tittle Post With This Code  (Read 2867 times)

Offline Miss Ifeoluwa

  • Forum Administrator
  • Hero Member
  • ****
  • Posts: 11209

hello blogger's I discovered that Mobile Press plugins is not working well with YOAST SEO, your first post I'll appeared as Tittle on your HOMEPAGE....
Now get the solution to this....

go to your host > cpanel > File Manager > public _html > wp-content > plugins > Mobile Press > themes > Default > Header > Default header.php

Look For This Code

Code: [Select]
<title>
<?php wp_title('&laquo;'true'right'); bloginfo('name'); ?></title>

so paste this code Before The First Code I Drop.
Code: [Select]
<title>
<?php
global $query_string;

if ( 
is_home() )
bloginfo'name' );

if ( 
get_search_query() )
echo 
'Results for: "' get_search_query() .'"';

if ( 
is_month() )
the_time('F Y');

if ( 
is_category() )
single_cat_title();

if ( 
is_single() )
the_title();

if ( 
is_page() )
the_title();

if ( 
is_tag() )
single_tag_title();

if ( 
is_404() )
echo 
'Page Not Found!';

?>

</title>


Note: Don't Use OPERA to copy. so to avoid error


please do backup... and drop your comment for any help...










TAG:





 

With Quick-Reply you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.

Note: this post will not display until it's been approved by a moderator.
Name: Email:
Verification:
"5 eggs" Multiply By "4 eggs" Is what ?:


Close
SimplePortal 2.3.6 © 2008-2014, SimplePortal