jopsen
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Exactly
Yes youre right. Im trying css, sharing, extra widgets.
After i activate them, they are highlightet at the left side, i guess it means ativated. But i no function in the areas you descripe in your support sheet,Thanks so much
Thank you for your quick answer.
Im using the development Mode and there is no connection to WordPress requiredForum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin isnt workingthe index is there. Can u please construct my search.php`?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin isnt workingno sorry
i have no ideaForum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin isnt workingah ok i built the index
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin isnt workingI dont know, what do you mean. no sorry its local.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin isnt workingWhen i try to search something on my blog it say there are no results!
Ok thank you can u do it for me please? here is my original search.php. I would appreciate that so much.<?php /** * The template for displaying Search Results pages. * * @package wolf */ get_header(); ?> <section id="primary"> <div id="content" role="main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'wolf' ), '<span>' . get_search_query() . '</span>' ); ?></h1> </header><!-- .page-header --> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php do_action('wolf_before_search-results'); ?> <?php get_template_part( 'content', 'search' ); ?> <?php do_action('wolf_after_search-results'); ?> <?php endwhile; ?> <?php wolf_content_nav( 'nav-below' ); ?> <?php else : ?> <?php get_template_part( 'no-results', 'search' ); ?> <?php endif; ?> </div><!-- #content --> </section><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>thank you
regeards
Viewing 8 replies - 1 through 8 (of 8 total)