hellokelli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sending referrersThanks, I went into the options table in mysql and the “home url” and “site url” are both pointed to the folder i want. yet i’m still getting 1/2 going to the old folder. the front end stuff- on the actual site, like post links, etc. all go to the old folder. the back-end stuff, like everything under wp-admin go to the new folder. is there any other place I should look to change the urls?
Forum: Fixing WordPress
In reply to: Need help with sorting posts by categoriesthanks tbaxter i have been looking EVERYWHERE for this! and to iamarock- i tried to look at your code to see what the parse error was but i couldn’t find it. When i was trying to get the code to work i got a few parse errors and they were all because i accidently deleted a single quote in the syntax. also- the
‘ * ‘ ID) ?>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?> ‘<cite>(<?php archive_date(‘m-d-Y’) ?>)</cite> ‘
line looks like only half of the line made it on the post… maybe everyone else already knows this, but it sure took me a while to figure out that the rest of the line should look something like this:
‘ <h3 id=”post-<?php the_ID(); ?>”><a*href=”<?php ‘
‘ the_permalink() ?>” rel=”bookmark” title=”Permanent Link to ‘
‘ <?php the_title(); ?>”><?php the_title(); ?> ‘<cite>(<?php ‘
‘ archive_date(‘m-d-Y’) ?>)</cite> </h3> ‘*note i had to put a * in the link code “ahref” otherwise it would show up as a link