Erstellt am Mo. 01.09.2008
Kat-ID: 1 Kat-Name: Allgemeines !
Die header.php - Datei
Die index musste warten, da ich mich erstmal an die header gemacht habe und nebenbei einige Tags angeschaut habe:
<?php bloginfo(’name’); ?>
mit den folgenden Parametern:
show (string) Informational detail about your blog. Valid values:
- “name” - Weblog title; set in General Options. (Default)
- “description” - Tagline for your blog; set in General Options.
- “url” - URL for your blog’s web site address.
- ‘rdf_url’ - URL for RDF/RSS 1.0 feed.
- ‘rss_url’ - URL for RSS 0.92 feed.
- ‘rss2_url’ - URL for RSS 2.0 feed.
- ‘atom_url’ - URL for Atom feed.
- ‘comments_rss2_url’ - URL for comments RSS 2.0 feed.
- ‘pingback_url’ - URL for Pingback (XML-RPC file).
- ‘admin_email’ - Administrator’s email address; set in General Options.
- ‘charset’ - Character encoding for your blog; set in Reading Options.
- ‘version’ - Version of WordPress your blog uses.
- ‘text_direction’ - Returns ‘rtl’ for right to left or ‘ltr’ for left to right (Default).
- ‘comments_atom_url’ - URL for comments Atom 1.0 feed.
- ‘html_type’ - “Content-type” for your blog.
- ‘language’ - The code for your blog’s current language.
- ‘wpurl’ - URL for WordPress installation.
- ‘template_url’ - URL for template in use.
- ‘template_directory’ - URL for template’s directory.
- ’stylesheet_url’ - URL for primary CSS file. Returns: http//example.com/wp-content/themes/ + your-active-theme-name(value from wp_options, “stylesheet” row) + “/style.css”(hardcoded in wp-includes/theme.php)
Kategorie: Allgemeines
weitere Einträge...