*

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!

*

MB Themes

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 ...
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots