atlemo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Display Div if Tag is presentEx:
<?php has_tag( $retina ) echo “<div id=’retina’></div>”; ?>Forum: Themes and Templates
In reply to: Display Div if Tag is presentThanks for the link – I know about that function, but I’m not very advanced so I’d like to know more about what to do “if tag is there = yes”, if you get my point.
<?php has_tag( $retina ); ?>
– then… display it… on the div called #retina-tag, or something of that nature.
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] Put title over two lines? (BR)Oh, hold on; I though this post was put in the “NextGEN Gallery” part of the forum. I guess not?
Anyways, I think my best bet is looking in to the custom fields, that you mentioned.
Thanks again.
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] Put title over two lines? (BR)Thanks Carmellom,
could you explain a bit more how I would go about echoing the title back twice? Double up that div? How can I then control what to input in the second field?
Forum: Plugins
In reply to: [WP-PageNavi] Moving the DIV holding pagenavi (how to)never mind, I found the solution.
I moved this part from index.php to where I wanted it in loop.php
<?php if(function_exists( 'wp_pagenavi' )) { ?> <div class="page-navi"> <?php wp_pagenavi(); ?> </div> <?php } else { ?> <div class="nav"> <?php wp_pagenavi(); ?> </div> <?php } ?>Forum: Plugins
In reply to: NextGEN Smooth Gallery with WP2.6.2Can I ask what you did to make it work?