affacat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: simple (i think) archive questioni think i need to add more information. again, at this point, i’m totally confused.
right now my archive page works wonderfully:http://site.com/posts/reviews/
shows all the reviews nicely organized. replace reviews with any other category, and again, looks great. previous/next, sidebar, etc.likewise,
http://site.com/author/johndoe/
correctly, using the same exact template (archive.php) shows all posts by johndoe, with previous/next links, etc.BUT… for the LIFE of me, I can not figure out how to get the archive template to trigger and return ALL posts. (I’d still want them to be paged with previous next).
I’ve read, seriously, hundreds of pages of text and really don’t know what to do.
I’m even okay with making a secondary template, but even then, I still don’t know how to properly call it. I’ve played around with making a Page that displays all posts, but then the loop only returns the page. I’ve found code that gets around that, but then it all feels hackish.
what is the proper way to call all posts? What URL works? So confused.
Forum: Fixing WordPress
In reply to: How To Post On Future Dates With 2.5?Wow. I can’t believe I had to search the forums to realize there is an edit button next to date. I wonder if that means I’m just blind, or if it’s too hidden. Or possibly both?
Forum: Fixing WordPress
In reply to: Integration with bbPress f*cked my WordPress instalationI can’t help, but i can say that I installed bbPress with absolutely no problems. did this start as soon as you installed bbPress? Or do you have code does more than installation integration (ie, shared headers, etc).
Since you just installed bbPress, I would recommend uninstalling bbPress (files and tables) and reinstalling. This will force you to go through the installation process again; perhaps you entered something incorrectly.
Also – did you install bbPress as a subdirectory of your WP install? I recommend doing so.
I’m not sure if you can do it in admin (mostly because I never used the function, even in past versions), but in a pinch you could always just query wp_posts. it contains post_author and post_date so should serve your needs. in fact, a decent sql query would probably end up serving your needs better than your old way.
Forum: Installing WordPress
In reply to: Fresh Install – many posting options disabled for admin?.htaccess issue due to multiple WP issues that I don’t fully understand. Creating a new .htaccess in the subdirectory for this install fixed it.
Forum: Installing WordPress
In reply to: Fresh Install – many posting options disabled for admin?total file and folder count in /admin
72
Same as my other working installs.total file and folder count in /admin/css
6
Same as my other working installs.total file and folder count in /admin/images
18
Same as my other working installs.total file and folder count in /admin/import
14
Same as my other working installs.total file and folder count in /admin/includes
17
Same as my other working installs.total file and folder count in /admin/js
9
Same as my other working installs.All files seem complete.
Forum: Installing WordPress
In reply to: Fresh Install – many posting options disabled for admin?I didn’t upload files one by one, I extracted the tar.gz at the server level. All files appear to exist.
Forum: Installing WordPress
In reply to: Fresh Install – many posting options disabled for admin?Hahah, nope, nothing that obvious.
No plus sign to expand. Just a list of headers.