mrsboone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: I can’t get my layout to changeThanks. I don’t understand what happened, but it worked.
Forum: Themes and Templates
In reply to: I can’t get my layout to changeThe background should be brown. I don’t have an example of how it should look.
Forum: Themes and Templates
In reply to: I can’t get my layout to changeHere is the index.php file…
<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head profile=”https://gmpg.org/xfn/1″>
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<style type=”text/css” media=”screen”>
@import url( <?php echo get_settings(‘siteurl’); ?>/wp-layout.css );
</style>
<link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />
<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 0.3″ 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”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<div class=”post”>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h3>
<div class=”storycontent”>
<?php the_content(); ?>
</div>
<!–
<?php trackback_rdf(); ?>
–>
<?php include(ABSPATH . ‘wp-comments.php’); ?>
</div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
</div>
<div id=”menu”>-
<?php get_links_list(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>-
<?php wp_list_cats(); ?>
<li id=”archives”><?php _e(‘Archives:’); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
</div>
</div>
<p class=”credit”><!–<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. –> <cite><?php echo sprintf(__(“Powered by WordPress“), __(“Powered by WordPress, state-of-the-art semantic personal publishing platform”)); ?></cite>
<!– Begin Site Hosted Tag –><script language=’JavaScript’ type=’text/javascript’>
<!–
if (!document.phpAds_used) document.phpAds_used = ‘,’;
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write (“<” + “script language=’JavaScript’ type=’text/javascript’ src='”);
document.write (“https://ttemple.org/BannerAds/adjs.php?n=” + phpAds_random);
document.write (“&clientid=3”);
document.write (“&exclude=” + document.phpAds_used);
if (document.referer)
document.write (“&referer=” + escape(document.referer));
document.write (“‘><” + “/script>”);
//–>
</script><noscript> <img src=’https://ttemple.org/BannerAds/adview.php?clientid=3&n=ab90e1a4′ border=’0′ alt=”></noscript><!– End Site Hosted Tag –>
</body>
</html>Forum: Fixing WordPress
In reply to: Template LayoutThanks Podz. I will try that.
Forum: Fixing WordPress
In reply to: Template LayoutI use FP as my html editor because it is the easiest one to use.
Forum: Fixing WordPress
In reply to: Template LayoutThanks podz. I will try it. I didn’t want to use css, but I guess since you are going to make me do this, I will. ??
It may just take some work.
One more question…
I use Front Page to design my pages. Do you know what code to put on the page to stop FP from changing the code?