buskerdog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: atal error: Maximum execution time of 30 seconds exceeded yada yadaanyone?
Forum: Fixing WordPress
In reply to: How does the auto-save function work?This person finds new and innovative ways to create problems, so you’re probably right.
As for upgrading, I’m afraid because I’ve made so many little customizations and the database is so huge that if upgrading caused a problem I’d be up a creek. Maybe someday…
Forum: Fixing WordPress
In reply to: Site is coming up blank all of a suddenDamn, good call. Here I am going through all the plugins and you nailed it. Something’s not right with my theme. Working on it now. Weird.
Forum: Installing WordPress
In reply to: I butchered my site in the upgrade and want to revert! Help!n/m i got it.
Forum: Themes and Templates
In reply to: Using wp_list_pages and wp_list_categories in one navbarCan anyone see what’s going on here?
Forum: Themes and Templates
In reply to: Photography Theme… CLEANIt really is lovely.
Forum: Themes and Templates
In reply to: How to add rounded corner on images?Looks like they’re using a plug in called Rounded Images Corners, since the little corner images are here:
http://www.bagbliss.com/wp-content/plugins/rounded-image-corners/img_tl.gifForum: Plugins
In reply to: Where does WP add <p> to the_excerpt()?I’m moving this over to hacks. Still, if anyone knows the answer I’d love to hear it.
[moderated – moved to Plugins and Hacks forum.]
Forum: Plugins
In reply to: Where does WP add <p> to the_excerpt()?Anyone?
Forum: Fixing WordPress
In reply to: Why am I seeing <!– and –> in my category names?Haven’t solved this particular problem but a plugin someone told me about here solved it another way:
http://wordpress.org/support/topic/125026?replies=5Forum: Plugins
In reply to: “orderby=nicename” How can we make this happen?Oh my god are you serious????
I mean, orderby=nicename should still be an option but that plugin definitely solves my problem!
Forum: Fixing WordPress
In reply to: Why am I seeing <!– and –> in my category names?It’s actually a category. I have a big if then statement pulling different category templates depending on if it’s the main gallery category, individual artist categories, or events categories. The individual artworks and events are posts.
Forum: Fixing WordPress
In reply to: Why am I seeing <!– and –> in my category names?Sorry, that was commented out because it was from an earlier version that I don’t use anymore. I removed the junk. Problem is still there. It’s only the cat titles that should have <!– –> and only for the invisible lastnames that force alpha order. But WP is turning those characters into
<!& #8211; & #8211;>and therefore forcing them — and the names they are hiding — to be displayed.EDIT: Also could you edit out the references to the site and the artist? I don’t want this thread to show up in google searches. Thanks. 🙂
Forum: Fixing WordPress
In reply to: Why am I seeing <!– and –> in my category names?By the way, this is how I call the list:
<?php if (is_category()) { $posts = query_posts($query_string . "&orderby=post_name&order=asc&use_desc_for_title=1"); } ?> <ul class="gallerybox"><?php wp_list_categories('child_of=2&use_desc_for_title=1&orderby=name&title_li='); ?></ul>And this is from the individual artwork page (which works correctly)
<?php the_category(”) ?>Forum: Plugins
In reply to: “orderby=nicename” How can we make this happen?Come on, someone can hack this. It would be really helpful, I think.