juliusrockt
Forum Replies Created
-
Forum: Plugins
In reply to: Show category-content in pagesyeah 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.
Forum: Plugins
In reply to: Show category-content in pagesso 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!
Forum: Plugins
In reply to: wp-members doesn’t work right for me.yeah I know and i modified it! it’s only the single.php!
Forum: Plugins
In reply to: wp-members doesn’t work right for me.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”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head profile=”http://gmpg.org/xfn/11″>
<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>
###############