Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter brexes

    (@brexes)

    Thank you, but I still want only a code.. like this one but unfortunately I don’t know how to use it and what changes should be made and where to locate it:

    <script>
    $(function(){
    $('#content').load('/php/twitter.php');
    $('#nav a').click(function(){$('#nav li').removeClass('on');
    $(this).parent('li').addClass('on');
    var page = $(this).attr('href');
    $('#content').load('/php/' + page + '.php');
    return false
    ;})
    ;});
    </script>

    Hope you help me :/

    Forum: Plugins
    In reply to: Custom WP Login Widget

    Great plugin, but yet I can’t understand how can I display the “Hello <user>! Logout” in the header and not in a specific page, and when he press on “Logout” he automatically goes to “WP-admin” or to the login page.

Viewing 2 replies - 1 through 2 (of 2 total)