solidsmoke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to most recent post in one category?Note: Needed another wp_reset_query(); after the last page link, otherwise all comments append to the last post.
Forum: Fixing WordPress
In reply to: Link to most recent post in one category?Works beautifully! Thank you so much vtxyzzy!
You can see the finished product here.
Forum: Fixing WordPress
In reply to: Link to most recent post in one category?Thank you so much! It’s so nice to have a solution after days of fruitless googling. ?? Right now all the links work appropriately, though they are arranged kind of awkardly.
“<< Previous Next >> First Page Last page”
I’d like the previous/next buttons in between first/last, but if I move them there they stop working ?? I guess the ordering of the query messes with how previous_post_link() and next_post_link() function?
Forum: Fixing WordPress
In reply to: Link to most recent post in one category?I’m not entirely sure what you mean. I’m a bit new to PHP and wordpress in general, so I’m not entirely comfortable with writing my own code yet. ??
This is what I have so far for my little navigation bar
<p class="details"> <?php previous_post_link('%link', '<< Previous', TRUE); ?> | <?php next_post_link('%link', 'Next >>', TRUE); ?> </p>
Would you be able to show me what you’re talking about?
Forum: Fixing WordPress
In reply to: Image Upload Help!*****PROBLEM RESOLVED*****
I uninstalled apache/php/mysql on the server, and got WAMP, which is just a bundled install of all 3. Installed wordpress with no problems, and bam. Images upload properly. Hopefully if anyone else experiences what I was they’ll find this thread.
Thanks for being so helpful everyone!
Forum: Fixing WordPress
In reply to: Image Upload Help!thats what i did ??
Forum: Fixing WordPress
In reply to: Image Upload Help!I checked out the apache error log, the only error that comes up is this:
[Sat Jun 12 11:48:48 2010] [error] [client 192.168.0.100] File does not exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
But that looks unrelated…
Forum: Fixing WordPress
In reply to: Image Upload Help!honestly, I wouldn’t know where to look for them. Does wordpress keep some kind of log file i can look at?
Forum: Fixing WordPress
In reply to: Image Upload Help!the files are going where they need to, no additional images are being created though
Forum: Fixing WordPress
In reply to: Image Upload Help!its weird though that the files DO upload but wordpress can’t see them. Could it be a permission issue?
Forum: Fixing WordPress
In reply to: Image Upload Help!i have checked the uploads path ??
ive even tried the suggestion of typing in the default path instead of leaving it blank
Forum: Fixing WordPress
In reply to: Image Upload Help!yes, it was bundled with my PHP install
Forum: Fixing WordPress
In reply to: Image Upload Help!new install wasn’t successful. also tried in every browser and still nothing ??
Forum: Fixing WordPress
In reply to: Image Upload Help!ive tried everything on that list with no success. I’m going to try an entirely new wordpress install and see what happens.
Forum: Fixing WordPress
In reply to: Image Upload Help!like, i choose the file to upload, click upload, then it just asks to choose a file to upload again.