newtowpandlost
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Newbie-Need Updated Help Moving from Typepad to WordPressForum: Fixing WordPress
In reply to: Does anyone know how to move Typepad to WP 2.7?Forum: Fixing WordPress
In reply to: Does anyone know how to move Typepad to WP 2.7?I figured it out and fixed it. But haven’t figured out why no one responds or attempts to help on here.
Forum: Themes and Templates
In reply to: Theme Help-Link To Page INcluded-Please HelpHere is the link to my page in question
My pageForum: Themes and Templates
In reply to: Theme Help-Link To Page INcluded-Please HelpCan anyone see this post, please respond?
Forum: Themes and Templates
In reply to: Guide For Changing Header Image Not Working-HelpNevermind, I figured out they are using the default theme, think I can get it from here, sorry!
Forum: Themes and Templates
In reply to: Guide For Changing Header Image Not Working-HelpHere is what I see in mine, and I cannot figure out what to change to insert my own image file in place of the banner image on the classic template
<?php
/**
* @package WordPress
* @subpackage Classic_Theme
*/
?>
<!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 wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 1.0″ href=”<?php bloginfo(‘atom_url’); ?>” /><link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head><body>
<div id=”rap”>
<h1 id=”header”>/”><?php bloginfo(‘name’); ?></h1><div id=”content”>
<!– end header –>