Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1469574

    Hi,

    I’m trying to edit the search option result page.

    First, the result numbering is over the result search option link and must be fixed.
    But, I would like to edit the page, adding a banner or something to make it look more like the site’s theme.

    Thank you

    #1469583

    Hey Reut Rachel,

    Thank you for the inquiry.

    You will have to manually modify the includes > loop-search.php file in order to add a banner and move the pagination. To move the pagination, look for this line of code at the very bottom of the file:

    echo avia_pagination( '', 'nav' );
    

    Move it below this code, around line 4:

    global $avia_config;
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.