Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter juliusrockt

    (@juliusrockt)

    yeah I could link the mainmenu to the archives of the categories .. but i thought there has to be a way to do it with pages. thats why i just wanted to take a plugin for it.

    Thread Starter juliusrockt

    (@juliusrockt)

    so i dont want to list them! i just want to type “<category_id#3>” or stuff like that in one of my pages and it shows all contents of this category incl. the text, not only the headlines! like a second blog!

    Thread Starter juliusrockt

    (@juliusrockt)

    yeah I know and i modified it! it’s only the single.php!

    Thread Starter juliusrockt

    (@juliusrockt)

    yeah I see!

    now I know, my problem is here in the header:

    ###########
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    ###########

    But where is the problem?

    The whole Headercode:

    ############
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archiv <?php } ?> <?php wp_title(); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>
    </head>
    <body>
    ###############

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