Return to Snippet

Revision: 19609
at October 27, 2009 06:29 by gabbo


Initial Code
<ul>
<li>Meine Blog-Informationen:
    <ul>
    <li><a href="<?php echo get_permalink(1); ?>">Ãœber MeinBlog</a></li>
    <li><a href="<?php echo get_permalink(10); ?>">Ãœber den Inhaber</a></li>
    </ul>
</li>
</ul>

Initial URL
http://doku.wordpress-deutschland.org/Template_Tags/get_permalink

Initial Description


Initial Title
WordPress Template Tags/get permalink

Initial Tags
template, wordpress

Initial Language
PHP