Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
Hide Region meta title
Support Forums - Classified Ads Script Osclass
Osclass plugin support
Seo Plugins
Hide Region meta title
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
This topic contains a post which is marked as Best Answer.
Press here if you would like to see it.
Web
183 posts
Hide Region meta title
«
on:
April 29, 2020, 04:19:42 PM »
How can I ad new condition in meta title?
www.domain.com/badarpur-c276118
CITY not empty. Hide STATE META TITLE
if( !isset($category[0]) && $country == '' && $region == '' && $city == '' && $pattern == '' ) {
$tag = __('all listings', 'all_in_one');
} else{
$tag = ais_create_tag( $search_title_active, $delimiter );
}
Logged
MB Themes
Support team
17632 posts
Only quality matters
Download Osclass
Re: Hide Region meta title
«
Reply #1 on:
April 29, 2020, 06:52:45 PM »
Conditional formatting of constructors is not available in plugin
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Web
183 posts
Re: Hide Region meta title
«
Reply #2 on:
April 30, 2020, 06:13:37 AM »
Any other way to do this?
Logged
Marked as best answer by
frosticek
on May 01, 2020, 02:55:24 PM
MB Themes
Support team
17632 posts
Only quality matters
Download Osclass
Re: Hide Region meta title
«
Reply #3 on:
April 30, 2020, 06:12:15 PM »
@Web
Update functions in index.php those generate tags in conditional way (if city not blank, hide region etc)
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Web
183 posts
Re: Hide Region meta title
«
Reply #4 on:
April 30, 2020, 08:52:16 PM »
How can I hide region title in variable $search_title_active ??
} elseif($city !== ''){
$tag = ais_create_tag($search_title_active, $delimiter );
}
Logged
Web
183 posts
Re: Hide Region meta title
«
Reply #5 on:
May 01, 2020, 12:11:59 PM »
Solved
Logged
Web
183 posts
Re: Hide Region meta title
«
Reply #6 on:
May 02, 2020, 09:54:58 AM »
How can I get category meta tittle and description?
Logged
Web
183 posts
Re: Hide Region meta title
«
Reply #7 on:
May 05, 2020, 10:20:18 AM »
??
Logged
MB Themes
Support team
17632 posts
Only quality matters
Download Osclass
Re: Hide Region meta title
«
Reply #8 on:
May 05, 2020, 07:48:37 PM »
Quote from: Web on May 01, 2020, 12:11:59 PM
Solved
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]