Advertisement:

Author Topic: >? At the end of related listing  (Read 103 times)

moinuddin

  • Full Member
  • ***
  • Posts: 102
>? At the end of related listing
« on: June 23, 2019, 06:33:01 pm »
Hi,

I made some changes in default ocslass bender theme.

After that whenever someone registers the user it shows ?> sign after the title of the listing ...can anyone help me out?  About where to find this extra ?>...maybe i have put some code at wrong line

Here is snapshot ..

Thanks in advance


cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: >? At the end of related listing
« Reply #1 on: June 23, 2019, 07:06:54 pm »
should be in loop-single.php where you find <?php echo osc_item_title() ; ?>

moinuddin

  • Full Member
  • ***
  • Posts: 102
Re: >? At the end of related listing
« Reply #2 on: June 23, 2019, 07:20:19 pm »
I think you are right as i added some code there to highlight the searched keyword......below is the link which i followed

https://forums.osclass.org/general-help/how-to-highlight-those-search-result-wording/     


Ill reverse the code and will let you know ...

moinuddin

  • Full Member
  • ***
  • Posts: 102
Re: >? At the end of related listing
« Reply #3 on: June 23, 2019, 09:45:31 pm »
should be in loop-single.php where you find <?php echo osc_item_title() ; ?>


Hi cartilage68 ..you were correct it was problem in that code ..by mistake the >? Sign was repeated twice ...thanks a lot for the suggestion and solution ..otherwise i would not have been able to find it...once again thanks alot .