ersnyder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: One CategoryThis also get’s me close, only displaying one category…
<?php $cat = get_the_category(); $cat = $cat[0]; ?><?php echo $cat->cat_name; ?>…which is what I’m after, but it seems to display a random category rather than allowing me to target two specific categories no matter how I seem to manipulate it.
Forum: Fixing WordPress
In reply to: One CategoryHmmm, maybe I didn’t word that correctly; My posts have at least three categories each. However, on my archives page I only want to display one or two specific categories assigned to each post…
I guess I would like to query the categories assigned to a post and if one of the category ID’s equal 7 or 45 then to display only those category names. I’m thinking this is getting me close:
<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?>…except I don’t know how to alter it to display one of the two categories I am looking for.
Forum: Themes and Templates
In reply to: Custom Field Value OnlyThat was it exactly, thank you!
Does that solution have any security issues as stated in this post?
Forum: Installing WordPress
In reply to: Fatal Error, please help> Upgrading w/ One Click installAnd just a quick FYI: Anytime a plugin is acting up and it won’t allow you to enter the Admin Console to deactivate it; simply login to your server via FTP, rename or delete the offending plugin and it will be automatically deactivated.
Forum: Installing WordPress
In reply to: upgraded to 2.5, now being redirected to another of my blogs!When you go to: http://www.sugaredharpy.com/wp-admin
Which blog Admin panel does it take you too? The correct one, or the unfinished one?
Forum: Installing WordPress
In reply to: Admin Panel Issue: Can’t get past LogInWell, I gave K2 RC5 another go after looking through the code changes they made. I decided I liked what I saw and focused about 15 minutes at getting K2 RC5 the way I liked it rather than getting K2 RC4 to function properly.
I really like how K2 RC5 handles the style sheets.
I’m up and running and will continue to tweak…
– All WordPress 2.5 Modules are up and working correctly.
– All K2 RC5 Modules are working, SANS the above mentioned K2 Side Bar Manager that has some alignment issues.Thanks to everyone for your help and input.
Forum: Installing WordPress
In reply to: Admin Panel Issue: Can’t get past LogInI agree, the issue is fixed in K2 RC5. Though the issues that came with the RC5 build were more than I was willing to put up with. So I am going to attempt to fix the RC4 build and the connection to the dashboard.
Since we know what the cause of the issue is, the K2 theme, I will mark this thread resolved being that the problem is more a theme and not WordPress 2.5.
Forum: Installing WordPress
In reply to: Admin Panel Issue: Can’t get past LogInJust got back into town. Nice to see that there seems to be head way on this issue. I’m a bit tired from the drive and would rather not go digging into my sites code in my groggy state. I’ll try out what cadillaczak has posted in the morning.
I am using the K2 theme myself… (sorry, guess that would have been helpful in the begining). Since the error codes didn’t seem to be calling on files in the theme folder, it would have been the last place I would have looked. Sad thing is, I am already using the latest RC4 K2 build.
Real quick, I have switched to the basic Kubrik theme to test this theory and all the errors went away, so IT IS THE K2 THEME. Damnit.
I’ll post my final findings tomorrow and hopefully we can close this thread as resolved.
Forum: Installing WordPress
In reply to: Admin Panel Issue: Can’t get past LogInI’d love to keep working on this, but since it is semi working, I have to head out! I’m actually heading out to dinner with the girl friend and her parents… 60 miles south of here. So I won’t be able to get back to this until later tonight. Hopefully someone will have found an actual fix by the time I return later to night. If not, I’ll see what I can do…
Good Luck!
Forum: Installing WordPress
In reply to: Admin Panel Issue: Can’t get past LogInI have deleted the directories in question and uploaded fresh copies several times with no success.
What I have been able to do though is log into the admin panel successfully with a work around. I type in http://mydomain.com/wp-admin/edit.php and after it has me enter my login information it takes me directly past the DASHBOARD.
This leads me to believe the dashboard file is having some issues. So I will continue to trouble shoot this so I can go about things the way they are supposed to work, not a work around.
If anyone else finds an answer please let me/the rest of us know.
Thanks!