bareog
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
You are very interested, thank you.
I will use the 3x version until I get a solution.
I’m following.?? I could not explain.
the problem is not in the description part.Please see this screenshot:
https://prnt.sc/w8m2a8First of all, thank you for your attention.
CODE:add_filter('aioseo_title', 'sfwd_custom_title'); function sfwd_custom_title($title) { if ( is_category( "CATEGORY 1" ) ) { $title = get_option( 'catonewrite' ); } elseif ( is_category( "CATEGORY 2" ) ) { $title = get_option( 'cattwowrite' ); } elseif ( is_category( "CATEGORY 3" ) ) { $title = get_option( 'catthreewrite' ); } elseif ( is_tag( "TAG 1" ) ) { $title = get_option( 'tagonewrite' ); } elseif ( is_tag( "Tag 2" ) ) { $title = get_option( 'tagtwowrite' ); } elseif ( is_tag( "Tag 3" ) ) { $title = get_option( 'tagthreewrite' ); } return $title; }
I can change the category title. That’s not the problem.
However, the title is incorrectly located in the navigation system.
must be:
EXAMPLE – MYSITE NAME
Desc area
Mysite.com> tags> EXAMPLEGoogle:
EXAMPLE – MYSITE NAME
Desc area
Mysite.com> tags> EXAMPLE – MYSITE NAMEThe title should appear as “EXAMPLE – MYSITE NAME” in Google Results, but only as “EXAMPLE” in Google navigation.
- This reply was modified 4 years, 2 months ago by Steven Stern (sterndata).
- This reply was modified 4 years, 2 months ago by Steven Stern (sterndata).
Viewing 3 replies - 1 through 3 (of 3 total)