Jennifer_NM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help – how to remove timestamp?Does anyone know why, when I put the code back from notepad into the template, there are all these spaces in the code? Will the code still work with all the spaces in it?
God, I suck at this stuff.
Forum: Fixing WordPress
In reply to: Please help – how to remove timestamp?Oh no! I pasted the long block of code that I was working with onto my notepad, but must have deleted it from my page.php file. Now I’m not sure where it goes.
Would it go in between these two lines?
<?php frugal_hook_before_container(); ?> <div id="content">Sorry to be a pain!
You’re right though – there was a missing bracket in
div class="byline">. Must not have copied it right.I’ll try to figure out what you’re describing for pastebin and I’ll track down the forum for the Frugal theme as well….
Thanks again!
Forum: Fixing WordPress
In reply to: Please help – how to remove timestamp?I edited page.php before.
I searched through the other templates and also removed the same snippet of code from archives.php and blog.php just now. Same error message.
Um, this stuff is a little over my head, that’s for sure. I pasted my code into pastebin, but don’t understand what that’s for. Read through the Template Hierarchy and that helped me try archives and blog.
I’m using the frugal theme and my index.php is completely blank. Is that weird? Doesn’t seem like it should be blank! No home.php to be found.
Thanks for your help, Alcymyth. I really appreciate it.
My site is here: http://www.noonesthebitch.com/
Forum: Fixing WordPress
In reply to: Please help – how to remove timestamp?Thanks, Alchymyth. I removed the code you suggested. Here’s what happened:
-First post on home page still has the regular date (until I hit the title link), then…
-All other posts have “div class=”byline”> instead of the date.Any ideas?
Forum: Fixing WordPress
In reply to: Turning off timestamp on pagesI deleted the above, along with this snippet of code for good measure:
<?php } ?>and got an error message for each post.