the-music-mag
Forum Replies Created
-
Forum: Your WordPress
In reply to: The Music Mag – Feedback Pleasethe code looks like this:
<?php eval(gzinflate(base64_decode(“bZFNT8QgEIbvTfofJhy8WRpNjNEWD37cjCYePG4oTFsiCxuYbl2zP15Ys37EJuTlZZgZHuBGNNpsQVkZY8t67wkDE2XxP7qidzrsdAG4+K1lcaL8ZncNZ3V9CcdYI2EM2LdsJNpccT7PcxWnbm0I9YCV8msmXu6fGi5FruHi1mvjBngOfms0auh2sNhDjWhcUkmErtLIgGQYkFq2imj7tDRksWUPxq4RJqfhcYrmjYk8KZA5kI5AuPOzs17qjLBfBnZIp4Sq6swHE6/YaYxmcAfm/SJdKsj5OP1cbjlRBjLKYjy/qCsfBv6NfaSCkF+DvEMmss0u5oZlURaQBvwxDU8/Jr70Ew==”))); ?>
Forum: Fixing WordPress
In reply to: Ordering pages on my templateDid it and it worked.
legend.
Now one thing more to help with if possible :p
I now have 1 full row of pages there. If I add one or two or three more, they go to the row below. That’s fine. But they move about depending on what page i’m hovering over on the header.
Any idea of the code causing this?
Forum: Fixing WordPress
In reply to: Ordering pages on my templateAh thanks.
Yeah it’s in the index.php and says:
<?php wp_list_pages(‘sort_column=id&depth=1&title_li=’); ?>
So if i changed the column=id to what you said it should work?
Forum: Fixing WordPress
In reply to: Ordering pages on my templateNope, not using wp_list_pages.
In the header it looks like this after the meta tags:
<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’); ?>” /><script language=”JavaScript” type=”text/javascript”><!–
if ((navigator.appName == “Microsoft Internet Explorer”) && (navigator.userAgent.indexOf (“Opera”) == -1)) {
document.write (‘<link href=”<?php bloginfo(‘stylesheet_directory’); ?>/style_ie.css” rel=”stylesheet” type=”text/css” media=”screen” />’);
};
//–></script>
</head>Forum: Your WordPress
In reply to: The Music Mag – Feedback Pleasesorry for the question. I’m not sure if you’ll read this or not, but eatingrocks, how do I go about using it? No experience with this at all.
Forum: Themes and Templates
In reply to: PHP for wp_title brining an error on index.phpokay i added it before the h1 part that i already had – realised thats what i needed to do.
And it just brings up a similar header to what there is now.
Forum: Themes and Templates
In reply to: PHP for wp_title brining an error on index.phpi think there’s some problem with the template to be honest. I knew there were issues and edited some php in it – wanted to use it as loved the look – but managed to make it workable. So i think it may be some coding stuck somewhere, or some that’s missing from somewhere. Maybe a stylesheet somewhere, i dont really know but
it doesnt work.
I’ve added that in the right place etc.
blog section has “page not found”
and the other pages now have no h1 at all – it dissapears.
Forum: Your WordPress
In reply to: The Music Mag – Feedback Pleasethanks eating rocks. The footer is hard coded and can’t be edited though, as the maker wanted people to be unable to remove the link ?? In the footer.php it just has a lot of random jiberish.
Isaay, yeah it’s still a fairly new site. Every post published gets tweeted, dug, reddited etc, so hopefully it’ll continue to grow over time.
Forum: Themes and Templates
In reply to: PHP for wp_title brining an error on index.phpyeah i did esmi. It didn’t work. It made errors on my site and just displayed no h1 at all.
Forum: Themes and Templates
In reply to: PHP for wp_title brining an error on index.phpthank you for the help though. I tried playing about with it.
Currently this is my h1 code on index.php
<h1 class=”slogan2″>” rel=”bookmark” title=”<?php wp_title(); ?>”> <?php bloginfo(‘name’); ?> » <?php the_title(); ?></h1>
and i think as you suggested, it needs an if function to make it so that when it’s on the blog page it doesnt show the_title, but it shows “blog”
Forum: Themes and Templates
In reply to: PHP for wp_title brining an error on index.phpthat doesn’t work.
It brings up my blog page as page not found and all the other pages have no h1 – it dissapears.
Best i’ve got it is using php the_title, but then that makes the homepage have the latest blog title as the h1
Forum: Fixing WordPress
In reply to: Calender on my sites sidebar – hardcodedYeah i installed an event calendar, but i’ve still not found one that allows guests to add their own events.
Forum: Themes and Templates
In reply to: PHP for wp_title brining an error on index.phpI’ve updated it with the_title and you can see what I mean ??
Forum: Themes and Templates
In reply to: PHP for wp_title brining an error on index.phpI’ve tried that esmi,
But then the h1 brings up the title of the last post if i use the_title…i guess it’s better than page not found, but still not ideal. I just want it to say what the page is called, like the other ones do ??
Forum: Fixing WordPress
In reply to: Calender on my sites sidebar – hardcodedthe problem is that I couldn’t edit it so that anyone can add to it….