Viewing 4 replies - 1 through 4 (of 4 total)
  • that is the meta code in your theme’s sidebar.php

    Thread Starter digitalartempire

    (@digitalartempire)

    cool ok so so where do i put it in my theme code ?
    your theme’s sidebar.php where exactly or doesnt it matter ?

    cheers samboll

    look for this bit – replace the appropriate code with yours
    back up the file 1st and you’ll be fine

    <li><h2>Meta</h2>
    
    <ul>
    					<?php wp_register(); ?>
    
    <li><?php wp_loginout(); ?></li>
    <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
    <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
    					<?php wp_meta(); ?>
    				</ul>
    </li>
    Thread Starter digitalartempire

    (@digitalartempire)

    tx buddy

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

The topic ‘peace easy question’ is closed to new replies.