Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #469581

    How do i put a page a search box on a particular page to browse the site for information

    Thank you

    #469587

    Hey kimogroup!

    Please go to Appearance > Widgets and create a new widget area and add search widget inside it and then edit your page and add Widget Area element to your page and choose to display your widget area with search widget

    Regards,
    Yigit

    #469599

    Thanks Yigit,
    but that is not what i want i want it as part of a text in the main body.

    Thank you

    #469600

    Hey!

    Can you please post a screenshot or an example so we can make sure that we are on the same page? :)

    Best regards,
    Yigit

    #469612

    image

    #469621

    Hi!

    You would like to display default search form, is that correct? If so, please add following code to Functions.php file in Appearance > Editor

    add_shortcode('search-sc', 'get_search_form');

    and then add following shortcode to your content where you would like to display search form

    [search-sc]

    Best regards,
    Yigit

    #469653

    Yigit i added it but still its still not working

    #469657

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Best regards,
    Yigit

    #469660

    Credentials

    #469668

    Hi!

    Code was commented out. I removed comments around it and then created a private page called “Test page” and it does work fine. Please review your website now.

    Cheers!
    Yigit

    #469676

    Thank You

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Seach by Item Code on website’ is closed to new replies.