Deutscher
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Azul Silver] I get an error with SEARCH optionDear Benjamin, thank you for update!
What should I do, to show a POST PAGE without sidebar? I want to show post pages with “No Sidebar”.
Thanks again and best regards..
Forum: Themes and Templates
In reply to: [Azul Silver] I get an error with SEARCH optionUnder search.php, there is no <?php get_sidebar(); ?>
This is the search.php
<?php get_header(); ?> <?php if (have_posts()) : ?> <div class="content-search"> <h2><?php printf( __( 'Search Results for: %s', 'azul-silver' ), '<span>' . get_search_query() . '</span>' ); ?></h2> </div> <?php while(have_posts()) : the_post(); ?> <?php get_template_part('template-parts/content', 'search'); ?> <?php endwhile; ?> <?php else : ?> <?php get_template_part('template-parts/content', 'none'); ?> <?php endif; ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: [Azul Silver] I get an error with SEARCH optionThank you dear Benjamin!
I have one more question related with this topic :
I don’t want Search Results page -with sidebar-. I want Search Results page “No Sidebar” (full width). How can I do that? I looked at search.php file but I coundn’t find the solution. Could you please help me?
Regards.
Forum: Themes and Templates
In reply to: [Azul Silver] I get an error with SEARCH optionDear Benjamin,
I have just understood what you mean ??
I found and corrected mistyping in “content-search.php” and it’s ok now! ??(Thanks to octamediator, too ?? )
Is it possible to highlight the search results?
Regards
Forum: Themes and Templates
In reply to: [Azul Silver] I get an error with SEARCH optionDear Benjamin,
I have just updated the theme to 0.2.8 version, but problem is still continuing. I get the same error?
Regards
==========================
EDIT
==========================
I have just understood what you mean ??
I corrected mistyping in “content-search.php” and it’s ok now!Is it possible to highlight the search results?
Regards