*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
How to add custom value in search pagination link
« on: June 17, 2020, 11:56:01 AM »
I want to add rel="next"   or slimier like this on search pagination links -


<div class="paginate"><ul><li><span class="searchPaginationSelected list-first">1</span></li> <li><a href="https://xyz.com/2" class="searchPaginationNonSelected">2</a></li> <li><a href="https://xyz.com/2" class="searchPaginationNext list-last"><i class="fa fa-angle-right"></i></a></li></ul></div>


this is coming from function osc_search_pagination()  oc-includes/osclass/helpers/hSearch.php

now how i can add <a href="https://xyz.com/2" class="searchPaginationNonSelected">   here <a href="https://xyz.com/2" class="searchPaginationNonSelected" rel="next">  like

want some extra attritubute to add in <a href=""  > inside.    cant find this code.

Kindly help or guide where this code located or how i can achieve above addition.


*

MB Themes

Re: How to add custom value in search pagination link
« Reply #1 on: June 17, 2020, 01:23:33 PM »
@Ajit
Only known way to me is to create custom pagination function and modify it based on your needs.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots