vicar1992
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Modify a menuNothing? 🙁
Forum: Fixing WordPress
In reply to: Modify a menuUP please 🙂
Forum: Fixing WordPress
In reply to: Much answerNothing? It is important 🙁 Pleaseeeee 🙂
Forum: Fixing WordPress
In reply to: Much answerOk, I would this menu..
For Registred User
<img src=”http://i49.tinypic.com/mjq1ab.png” border=”0″>For Visitator
<img src=”http://i46.tinypic.com/oqj7ty.png” border=”0″>Forum: Fixing WordPress
In reply to: Much answerThnakyou but it doesn0t work 🙁
<div class="secondmenu"> <ul> <li class="first" <?php if (is_page('schedina-serie-a')) { echo " id=\"firstcurrent\""; } ?>> <a href="<?php bloginfo('url'); ?>/schedina-serie-a/" title="Gioca la schedina">Gioca la schedina</a> </li> <li class="last" <?php if (is_page('URL')) { echo " id=\"lastcurrent\""; } ?>> <a href="<?php bloginfo('url'); ?>/wp-login.php/" title="Login">Log-in</a> </li> </ul> </div> <?php if ( is_user_logged_in() ) { <li class="last" <?php if (is_page('URL')) { echo " id=\"lastcurrent\""; } ?>> <a href="<?php bloginfo('url'); ?>/wp-login.php/" title="Login">Log-in</a> </li> } else { <li class="last" <?php if (is_page('URL')) { echo " id=\"lastcurrent\""; } ?>> <a href="<?php bloginfo('url'); ?>/wp-login.php/" title="LOGOUT">LOGOUT</a> </li> }; ?>In up there is a Menu, and down the code.. How do you do? 🙁
Forum: Fixing WordPress
In reply to: Much answerNothing? 🙁
Viewing 6 replies - 1 through 6 (of 6 total)