rhea40
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Feed – title shows up as (title unknown)I have the same problem too.
Forum: Everything else WordPress
In reply to: Changed Headers in bloggot it. Whew! Being a newbie sucks.
Thanks so much. My first post is now up and running.
Forum: Everything else WordPress
In reply to: Changed Headers in blogOkay, I think I get it. Let me just confirm. After a closing ?> I have line breaks or characters that were somehow inserted that need to be removed. If I’m reading the error message correctly it looks like the line break or extra character should be found in line 63 of the code. However, when I open header.php and then open up Code Editor there are only 28 lines indicated here. How do I get to line 63 to correct the error?
Forum: Everything else WordPress
In reply to: Changed Headers in blogHere’s what the code looks like when I open up the header.php template. I can’t seem to decipher where the new image should be inserted. What’s strange is the new image shows up if someone just clicks on the line to my blog. The problem arises when I try to login to make a post. Here is the link to my blog https://bellaterrapartners.com/squarefeet/
Here is how the code reads:
<!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” <?php language_attributes(); ?>><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></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 –>Forum: Everything else WordPress
In reply to: Changed Headers in blogThanks. The link above suggests:
Reason and Solution :
It is usually because there are spaces, new lines, or other garbage before an opening <?php tag or after a closing ?> tag, typically in wp-config.php.
However, I do not have a subheading of wp-config.php. in my control panel. The only three subheading that I can open are:
wp-admin
wp-content
wp-includesAny ideas why I don’t have wp-config.php. ?