Problems with Search Every Custom Field

  • Unknown's avatar

    I have installed the Search Everything Plugin and it function very well but a i have problems with my menu.
    Its my first wordpress cms site. The screen interface is build with many custom fields (custom fields template-Plugin).
    So the problem is when i used the button in the configuration of the Search Everything Search Every custom field my menu is on the search page not displayed.

    The code of my menu in header.php:
    <ul class=”menue” id=”menue”>
    <?php $top_query = new WP_Query(‘cat=8&showposts=100’); ?>
    <?php while($top_query->have_posts()) : $top_query->the_post(); ?>
    <li class=”<?php the_category_unlinked(‘ ‘); ?>”>“>
    <?php the_title();?>

    <?php endwhile; ?>

    The code in the search page source code:
    <ul class=”menue” id=”menue”>

    On all other pages it works fine. And also the Search Engine works great.
    But how can i display my menu on the search page?

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • Unknown's avatar

    The blog your refer to cannot be wordpress.com blog as we cannot access the files your refer to. Please post to the correct forum for your software as we cannot help you here at wordpress.com. We provide support only for those who have blogs being free hosted by wordpress.com. Those with blogs hosted elsewhere must post to http://wordpress.org/support/

  • The topic ‘Problems with Search Every Custom Field’ is closed to new replies.