syphon
Forum Replies Created
-
Well I am guessing that you edit the $bar2_image and $bar_image parts
However I get the same error as misterx, Ksp and elise. How do you fix this error on line 35?Forum: Fixing WordPress
In reply to: WP Style Switcher problems :/Haha changed it to what you provided Beel and it works perfectly 😀 Thank you guys all so much you’re the best!
Forum: Fixing WordPress
In reply to: WP Style Switcher problems :/Mine looks like this:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en”>
<head>
<?
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?>
<title>James’s Weblog</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 wp_stylesheet(); ?> );
</style>Forum: Fixing WordPress
In reply to: WP Style Switcher problems :/I am using the .php as it comes from Alex’s website so that really can’t be the problem unless that file is screwed.
Forum: Fixing WordPress
In reply to: WP Style Switcher problems :/Nope there is none 🙁
If I change the style selector to showing samples, the sample .gif shows up so it can’t be a problem with reading from the directory surely?