Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Component in a "Search" doesn't work
#12
Oh-oh.

another issue

Now I'm tryng to insert dynamic contents in my right bar.

This is the div referred to the sidebar.
As you can see, I included both versions in the template


Code:
    <div id="sidebar">
        <span class="menulang">english | <a href="http://new.sandalj.it">ITALIANO</a><br /></span>
        <div class="section">
            <?php get_i18n_search_results(array('tags'=>'col-dx','words'=>' ','max'=>3,'numWords'=>-1,'HEADER'=>null)); ?>
            <?php get_component('col-dx'); ?>
        </div>
    </div>


this is the content of the col-dx component

Code:
<div id="news-dx">
<p>
</p>
<?php get_i18n_search_results(array('tags'=>'col-dx','words'=>' ','max'=>3,'numWords'=>-1,'HEADER'=>null)); ?>
<br><br>
</div>

You can see the results here:

http://new.sandalj.com/


Huh
Reply


Messages In This Thread
RE: Component in a "Search" doesn't work - by bidierre - 2013-02-20, 06:19:00



Users browsing this thread: 1 Guest(s)