Also I don’t want to see “Startseite” above the category section main page. How can I delete this?
]]>I can easily change the category with the dropdown. The problem is I want to change the image associated with this section and do not know how to. Can you please direct me to where this image is located so I can replace it with my own image? Thanks!
For reference the image looks like the image found here:
https://ibb.co/eqgAqn
I love so much ur plugin, i dont whant to uninstall =(
Pd: the page is in spanish, and is arpadeco.cl.
Pd2: let me know if u whant i remove the “under construccion plugin”
I really appreciate your help and support
Christian Hodar
]]>the old site: https://www.global-securitysolutions.com/category/maritime-security/ as you can see it opens and then click on armed teams and it reveals the company( perfect)
new site: https://www.global-securitysolutions.com/globalsecurity/category/maritime-security/ as you can see, its not clickable
i dont know how to change this for it to work. help me
]]><!-- Begin Five Category Section -->
<div id="category-section">
<?php
$tag_130 = get_option('T_category_section_1');
$cat_2 = get_option('T_category_section_2');
$cat_3 = get_option('T_category_section_3');
$cat_4 = get_option('T_category_section_4');
$cat_5 = get_option('T_category_section_5');
?>
<?php $display_categories = array("$tag_130","$cat_2","$cat_3","$cat_4","$cat_5") ; $i = 0;
foreach ($display_categories as $category) { $i++; ?>
<?php query_posts("showposts=1&cat=$category"); ?>
<div class="column span-4 post-<?php the_ID(); ?><?php if ($i < 5) { ?> colborder<?php } ?><?php if ($i == 5 ) { ?> last<?php $i==0; } ?>">
<?php while (have_posts()): the_post();?>
<h3 class="sub"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title() ?></a></h3>
<?php postimage('thumbnail'); ?>
<p><?php echo substr(get_the_excerpt(),0,150); ?> <a href="<?php the_permalink(); ?>"> + </a></p>
<?php endwhile;?>
</div>
<?php } ?>
</div>
<div class="clear"></div>
I am trying to change one of the posts (the first one) into the last post of a tag (tag=derivas), and also to link its title to tag.php
Can anyone help me?
]]>