Mootown
Forum Replies Created
-
Same for me with version 3.0.4. I can arrange the links on the back end, but they don’t show up in the correct order on my blog.
Forum: Fixing WordPress
In reply to: Where to Insert Really Basic HTML Code?Thanks iridiax. I just added the two lines of code in here (it’s the two lines that start with “link href”. Does it look okay where it is? I’m not sure if it’s kosher to just put in html around a lot of php stuff that I don’t understand.
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title>Moses Siregar III’s Writing Blog: Daily Inspiration @ Science Fiction Fantasy Books .net</title>
<meta name=”blogcatalog” content=”9BC9730012″ />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –><link href=”https://www.myopenid.com/server” rel=”openid.server” />
<link href=”https://MosesSiregarIII.myopenid.com” rel=”openid.delegate” />
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
<script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/javascript/jquery.min.js”></script>
<script type=”text/javascript”>//<![CDATA[
<!–
/*
(more, more, more …)Forum: Fixing WordPress
In reply to: Where to Insert Really Basic HTML Code?(to wpbum) I don’t know how to add it before </body>. I am a total newbie to customizing php/Wordpress, though I understand html somewhat well. What file would I access in order to do that?
Forum: Fixing WordPress
In reply to: Where to Insert Really Basic HTML Code?Thanks. It’s invisible info, so it just needs to be in there somewhere so that OpenID associates my blog url with my OpenID.
I just tried putting it in footer.php, but then I noticed that when I view the source of my main blog, the code shows up after the </html> at the bottom. Would that be okay?