Is there a column called time_modified? I know there’s one called post_modified. Is this a typo or maybe the Northern theme includes a plugin that modifies the post table?
source reveals this
<div id=’error’>
guessing that could be part of the problem, as ming has deduced…
I think that’s a typo, i have tested it, and in wp-content/northern-web-coders/header.php in line 30
change the content to
<?php wp_list_pages(‘sort_column=post_modified&title_li=’); ?>
then it works.
/Hasse
Thread Starter
waitek
(@waitek)
Thank you for the responses. Another solution came from the theme developer:
In the header.php file, the following line:
<?php wp_list_pages(‘sort_column=time_modified&title_li=’); ?>
needs to change to:
<?php wp_list_pages(‘title_li=’); ?>
i’m trying to work with this theme also. when i open up the header.php file to apply the fix, this is all that’s there:
• Here
• are
• the
• Pagelinks
anybody else have this problem, or maybe there’s something i’m doing wrong?
i think you need to look at this post. It will solve your problem
http://ww.wp.xz.cn/support/topic/49542
yeah, that’s what i wanted to do, but when i open the header.php file there is nothing there but these links:
• Here
• are
• the
• Pagelinks
there’s nothing to browse through or change, no nothin’. maybe i got a bum download, but i’ve downloaded it a few times and it’s always the same. weird.
Paste your header.php to http://pastebin.com and post back with the URI.
hey, this pastebin site isn’t working. any other way i can get it to you?
this is weird. when i upload the header into this pastebin thing, it looks like this:
http://pastebin.ca/29366
but when i just open up the header and copy and paste it in it looks like this:
http://pastebin.ca/29367
how do i get to the code that shows up in the first one?
Where do you “open and copy paste”?
To edit the file you should use a text editor which would show it exactly as in the first pastebin link.
i’m on a mac, so i’m using textedit.
Well, then there is something wrong with that editor. Are the other template files showing up “normally” – I mean as code?
yeah, that’s the only file i’ve ever had a problem with. i just opened it up with text wrangler, and that seems to work. thanks for all the help. let’s see if i can get up and working now.