roninmedia
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Edit Initial DB ValuesThanks.
Forum: Fixing WordPress
In reply to: RSS shows blank pageRSS2 works, atom, and commentsrss2 works fine now. Anyone got rss to work yet?
Forum: Fixing WordPress
In reply to: RSS shows blank pageI upgraded to 1.5.1.1 and my rss and atom feeds are still blank.
Forum: Installing WordPress
In reply to: Step 3 errorAnyone can tell me how to fix this error?
Forum: Fixing WordPress
In reply to: Drop Down CategoriesIt is pretty much a fresh install of wordpress 1.0.2
Here is the template file.
http://roninmedia.buildtolearn.com/template.txtForum: Fixing WordPress
In reply to: templates trouble<?php
/* Don’t remove these lines. */
$blog = 1;
require_once(‘wp-blog-header.php’);
?>
<!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>
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php get_archives(‘monthly’, ”, ‘link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
————————————————————————————————————–
this is the coding I got so far as I try to build my template from scratch but i keep getting parse errors. Parse error: parse error in c:\phpdev\www\wordpress\index.php on line 26. As far as I can see, I see no problems with the code. Can anyone help me?