Wordpress extra stuff

This item was filled under [ Wordpress ]

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 pages
<?php <!–more–> ?> Displays only a small content from the post and displays a link the the entire post
<?php wp_meta(); ?> Meta for administrators
<?php timer_stop(1); ?> Time to load the page
<?php echo get_nume_queries(); ?> Queries to load the page
Popularity: 46 views
Tagged with: [ , , , , , ]
Update me when site is updated