Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Step 1. Download a fresh copy of wordpress
    Step 2. View file /wordpress/wp-includes/class-simplepie.php
    Step 3. Scroll to line 739
    Observe that it looks like:
    $this->sanitize =& new SimplePie_Sanitize;

    Note the deprecated syntax. WordPress is shipping code that uses deprecated code. This is not a plugin issue. Unless we expect plugins to update wordpress core files. It does not show up in your dev enviroment for any number of reasons.

    Ok I figured out what was causing it, sort of.

    I had set the character encoding to unicode on the main php. It would appear that this was causing problems on some hosts. I have since changed the encoding to ASNC.

    I can’t say I am too happy about having to use an obsolete encoding, but I suppose there isn’t much of another option.

    Somehow extra spaces got added to the begining of afterread.php, if you remove those it will work.

    You need to edit the “single.php” file as well since it is what is used for single posts.

    Forum: Your WordPress
    In reply to: Almost got it right

    Simple, the theme has a “single.php” which is basically the same as the front page template, but it is used for generating the permanent link pages.

    You just need to make the same changes to the the single.php as you did to the index.php

    Thread Starter Daniel

    (@warll)

    Ok fair.

    The width was originally something like 900px, but combining that with liberal spacing meant that, according to Google, less than eight percent of users could see it all without scrolling.

    The width has slowly expanded but there is no way its going to get close to eight inches, perhaps when I can write meaningful paragraphs in Japanese. Really the biggest factor was that I wanted at least the majority of the vector icon(s) to be visible, I sacrificed a bit on that but they are still prominent.

    “creativity” lol, do you like my new bright orange/yellow background?

    Thread Starter Daniel

    (@warll)

    The static image is more static than you think, its fixed againts the middle of the browser window with an offset to the right, you would know this had you scrolled down, unless you are using IE.

    “The content area is tight and there’s no nav.”
    I prefer thinner article areas as for no navi, if I want to list categories I’ll use the widget, if I want to use pages I’ll do so likewise so exactly how is there no navigation, I assure you every single post is accessible.

    “So in other words, what’s the point? “
    Because I could? I liked the original blog’s text styling, background and that its, so I changed it into what I wanted and I wanted to show it off since I feel quite proud of my little hack.

    PS: You’re using “eh” wrong.

Viewing 8 replies - 1 through 8 (of 8 total)