Beispiel #1
0
    ?>
" ><?php 
    echo $termsdata['k_name'];
    ?>
</a></li>
							<?php 
}
?>
							</ul>
							<h3 class="heading-special lower--hight">Last Search Terms TV</h3>
							<ul class="tags tags--dark">
								
								<?php 
foreach ($lastsearch['tv'] as $popix => $termsdata) {
    ?>
								<li class="item-wrap"><a class="tags__item" href="<?php 
    echo make_url_meta($termsdata, 'tv');
    ?>
" title="<?php 
    echo $termsdata;
    ?>
" ><?php 
    echo $termsdata;
    ?>
</a></li>
							<?php 
}
?>
							</ul>
                        </div>
                    </aside>
Beispiel #2
0
?>
                               
                            </div>
                        </div>
                    </div>
                    <div class="large-3 medium-6 columns">
                        <div class="widgetBox">
                            <div class="widgetTitle">
                                <h5>TV Series Tags</h5>
                            </div>
                            <div class="tagcloud">
							<?php 
foreach ($termstv as $popix => $termsdata) {
    ?>
                                <a href="<?php 
    echo make_url_meta($termsdata['k_name'], 'tv');
    ?>
" title="<?php 
    echo $termsdata['k_name'];
    ?>
" ><?php 
    echo $termsdata['k_name'];
    ?>
</a>
							<?php 
}
?>
                                
                            </div>
                        </div>
                    </div>