Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
Changing price and title on main page
Support Forums - Classified Ads Script Osclass
Osclass theme support
Beta Osclass Theme
Changing price and title on main page
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
]
michal
2 posts
Changing price and title on main page
«
on:
January 26, 2022, 11:15:48 PM »
Hello, How can I change the title with the price, as shown in the photo on the main page, in the latest ads and promoted ads section. Thank you!
Logged
MB Themes
Support team
17474 posts
Only quality matters
Download Osclass
Re: Changing price and title on main page
«
Reply #1 on:
February 02, 2022, 09:19:32 AM »
@michal
Update loop-single.php and loop-single-premium.php
If you want to change it on home page only, you must condition it
Code:
[Select]
if(osc_is_home_page()) {
... something ...
} else {
... something else ...
}
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]