i need help on my search page
on :September 4, 2020, 8:15 am #353
if i enter search term like toyota it display nothing.. pls help me have a look www.ong.ng/search . but if i change the filter to lower price first or higher price first it works?
Re: i need help on my search page
on :September 4, 2020, 1:05 pm #354
You should get results if your words is in title or description. You have some issue there. Try to deactivate plugins, change the theme and see if you get results. The osclass search is not perfect but you have to get some results if you have in title toyota.
If you made changes in script or on search function, undo that changes.
Re: i need help on my search page
on :July 7, 2021, 11:29 pm #475
pls can you explain to me.. if i create a page call page.php in my theme folder..if i want to load it on browser.. do i need to remove .php and use www.example.com/page or www.example.com/page.php
because i get error 404.. when i try to access the page..
Re: i need help on my search page
on :July 7, 2021, 11:50 pm #477
Quote from: Matthew Ade on July 7, 2021, 11:29 pmpls can you explain to me.. if i create a page call page.php in my theme folder..if i want to load it on browser.. do i need to remove .php and use www.example.com/page or www.example.com/page.php
because i get error 404.. when i try to access the page..
You cannot load a php page from your theme in browser.
You cannot change the default behavior from osclass permalinks, and load some content from a file.
The rules are simple.
yoursite/cars => category
if you have no category with that slug cars then the osclass will search for custom pages created by plugins and if no custom pages with that slug, you have 404.