Wordpress extra stuff
Here are some very usefull informations for those who use Wordpress as CMS
Wordpress extra stuff
/%postname%/
Custom permalinks
<?php include(TEMPLATEPATH . ‘/x’) ?>
Inlude any file (replace “x” with filename)
<?php the_search_query(); ?>
Value for search form
<?php _e(‘Message’); ?>
prints out message
<?php wp_register(); ?>
Displays the registration link
<?php wp_loginout(); ?>
Displays the login/logout link (only for registered users)
<?php <!–next page–> ?>
Divides the content into [...]