Viewing 11 replies - 1 through 11 (of 11 total)
  • Unpack it in the plugin directory directly on your site and it’ll show up among the plugins. Then you need to activate it

    Or install plugin directly from WP admin in that case it’ll settle in the plugin directory on its own. Then you still need to activate it

    To activate a plugin click on plugins and review the plugins list that will show up

    Thread Starter WhiteStoneChurch

    (@whitestonechurch)

    Thank you for your response, but I’m lost at the first word. Where do I “unpack” it?
    When I downloaded it, I activated it. Now it’s in the list of Plugins under Active.
    Thanks.

    If it says Active then you installed it and it’s on

    Thread Starter WhiteStoneChurch

    (@whitestonechurch)

    Okay, so now how do I make it show up on my pages?
    Thanks.

    it is defaultly integrated with your default WP search form.
    Or append /?s=<keyword> to your blog URL

    Thread Starter WhiteStoneChurch

    (@whitestonechurch)

    Thank you, I’m still lost however. I am trying to add a search to the bottom of all of my pages that will search my whole site, including my pages and posts.
    I am using WP as a informational website, not really a blog.
    Thank you.

    you can create a form with a input field named “s” and action parameter will be the blog url. The “/?s=<keyword>” searches everything including pages, posts,etc…

    if you still need help, let me know

    Thread Starter WhiteStoneChurch

    (@whitestonechurch)

    Yes, I’m sorry I’m still lost. How do I create a form?
    I had a search widget that I was using, but it was only searching posts, not pages. So I removed it. Now I have a list of Tags. Here’s my page:
    https://whitestonechurchtx.com/
    Thanks.

    simple html code for the form is given below(not tested).

    <form action="https://whitestonechurchtx.com/">
    	<input name="s" type="text"/><input type="submit" />
    </form>
    piyushpankhania

    (@piyushpankhania)

    hi,
    i have install plugin in my local system. and when i search through above form it gives me direct result not given me link.[link means google type of search]

    thanks

    Hope you don’t mind, but since this topic is now older than 2 months, we are going to mark it as ‘resolved’.

    If you find yourself with any other questions or if there’s anything that’s not completely clear, do let us know, since we’ll gladly help!

    Take care & have a nice day!

    Best,
    Silvo

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Where is this?’ is closed to new replies.