• Hello,

    I am currently using the excellent BLIX theme on the blog http://www.tenfloors.co.uk/wordpress. The search button at the top RH side is very handy, but only searches the blog entries, and not the full wordpress blog with all the pages etc. Does anyone please know of a way to get the engine on blix to search the entire blogs pages, and not just the front page?

    I’ve done a forum search but can’t find anything.

    Any help is greatly appreciated.

    Cheers,

    Jack

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jackgnic

    (@jackgnic)

    Just found this in the header.php file:

    <!– navigation …………………………… –>
    <div id=”navigation”>

    <form action=”<?php bloginfo(‘siteurl’) ?>/index.php” method=”get”>
    <fieldset>
    <input value=”<?php echo wp_specialchars($s, 1); ?>” name=”s” id=”s” />
    <input type=”submit” value=”Go!” id=”searchbutton” name=”searchbutton” />
    </fieldset>
    </form>

      <li <?php if(is_home()){echo ‘class=”current_page_item”‘;}?>>” title=”Home”>Home
      <?php wp_list_pages(‘title_li=&depth=1&sort_column=menu_order’);?>

    </div><!– /navigation –>

    Could altering this in some way assist in the results?

    Many thanks for any help.

    You’ll need a plugin. Try this one.
    http://wordpress.org/extend/plugins/search-everything/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blix – Search’ is closed to new replies.