go41

the info you need to know


von Joern
Keine Kommentare

okay, this is the first half of arthemia header.phpCode:<!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" <?php language_attributes(); ?>><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() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title><meta name="generator" content="WordPress <?php…


von Joern
Keine Kommentare

I did never think about this..The first thing coming to my mind is: what will the search engines see? How do you want to get different versions indexed?sure you could redirect the access for certain IPs, - I would not do, for sure not with a single URL pointing to…


von Joern
Keine Kommentare

my question was, is it a page or a post?You might need a template for this content only.For a page you could use your page.php and create from that a template by adding<?php/*Template Name: Packages*/?>to the top and name it packages.phpIn page editor you could assign this template to your…