maitresinh
Forum Replies Created
-
thank you.
i just duplicate the search.php of my theme folder and change the name into taxonomy.
it seems to work so fa (no ?)
the only problem is that i don’t know how to change search result for xxxxxxxx and include the terms of query.
Sorry, again.
oups , sorry, i put <?php …
and it’s ok.but i still wonder where is the page for the QMT results ?
thanks.
Sorry but as i’m a complete sucker in coding, i get the code as “text”. where and how do i have to insert it (yes, i’m sorry..)
here is the code in the search.php
———
<?php if (have_posts()) : ?>
<div class=”search-results”>
<h2><?php _e(‘Resultats’, ‘arras’) ?></h2>
<div class=”search-results-content clearfix”>
<p><?php printf( __(‘Resultats pour ‘’ . ‘%s’ . ‘’</p>’, ‘arras’), wp_specialchars($s, 1) ) ?>
<?php get_search_form(); ?>the_widget(‘Taxonomy_Drill_Down_Widget’, array(
‘title’ => ”,
‘mode’ => ‘dropdowns’,
‘taxonomies’ => array( ‘post_tag’, ‘color’ ) // list of taxonomy names
));</div>
</div>
————–the other problem is that it seems that the page resultat for QMT is NOT the search.php page. how can i insert the code in THIS page ?
i had version 1.3
So i made an update and it seems to work fine.
It was as simple as this, thanks!
– i found out that the phpsessis is given when you are logged in.
– I logged off, then choose a tag with the widget on the footer and i get that link
https://www.narrativiste.eu/?post_tag=ccg
…but it drives me toward the normal homepage.
– when choose a tag from the tagboard, i get this kind of link ( and it works)
https://www.narrativiste.eu/tag/goodies/
so i think there is kind of problem with url re-writing.
https://www.narrativiste.eu/?PHPSESSID=2d722883c3ad54edb68622ca6b4cffcb&post_tag=cinema
but i get the homepage….
..stil haven’t found a solution. what a pitty because it was a wonderfull plugin