munkee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t access WP-Admin anymore… getting a 500 error.We’re having trouble sort of like this. However, we don’t get the 500 error – just a blank white screen.
This happened on one site on our test server so another WP was installed in another server, different database. I come in this morning and it’s happened to that one as well.
What might the problem be? (possibly a bug?) We’re checking server logs right now.
WordPress 2.5.1
Thanks,
RonForum: Fixing WordPress
In reply to: Breadcrum nav for archive page (Located In Parent > Child)Sorry about this post… after some minutes of research, I found this:
http://codex.ww.wp.xz.cn/Template_Tags/the_category
PERFECT!
So, inside my archive.php, I changed the line:
<?php the_category(‘, ‘) ?>
to
<?php the_category(‘, ‘,’multiple’) ?>
Answered my own question. I’m still playing with it – hope this helps someone.
Forum: Fixing WordPress
In reply to: Exclude Archive HelpAh! I get what you’re saying now. Makes complete sense now.
Thank you for shining the light on me. 🙂
Forum: Fixing WordPress
In reply to: Exclude Archive HelpCalm down! 😉
I actually tried the Advanced Category Excluder for a different issue (removing from sidebar) and it didn’t work. I went and manually modified the PHP.
However, I tried it again for this issue and it worked fine.
Forum: Fixing WordPress
In reply to: Exclude Archive HelpThis is something I’d like to know how to do as well. If anyone could please touch on this subject, that would be fantastic.
Forum: Developing with WordPress
In reply to: Hide categories in WP category widgetTeknishun’s method worked great for me.
My situation was I needed to make a “find a dealer” type of search for this site. I read in another article, “put the zip code tags in the post”. So, I did this… all was good except now the post showed up in a misc. category. I did not want this, as I felt it was sloppy so I decided to seek out a way to hide that category. Now I can have my “locations” category hidden from the general public. The results still show up in search.
How enlightening! 🙂 Thank you!