dariosorgato
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
the link to my photo contest is now this one
thanks, I needed this too
I need help, same issue
http://www.noisyvision.com/wp-content/plugins/wp-photocontest/play.php?post_id=1785
the widget column floats to the bottomForum: Fixing WordPress
In reply to: Static text in two languages on top of posts list on home pageI couldn’t wait and i found my own solution.
It took me a day (or two??? ) but I think I got something interestingIf you want to add a text just below the header go to header.php and ad the code just before the end.
<?php if( ( is_home() && !is_paged() ) ) { ?> <div id="static" class="clearfloat"> <?php _e("<!--:it--> scrivi qui il testoin italiano <!--:--> <!--:en--> write here the english text <!--:-->"); ?> </div> <?php } ?>This will pick the text according to the language chosen by the visitor
Then you can format the new ‘div id static’ in style.css ie:
#static { background:#ECECEC; font-size:1em; margin:0 auto; padding:10px; width:940px; }bye bye
Hope this helps someone else
darioForum: Fixing WordPress
In reply to: Static text in two languages on top of posts list on home pageIn other words i need something like a gtext widget to put underneath the header
Viewing 5 replies - 1 through 5 (of 5 total)