spacebrew
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different Sidebar Content for each AuthorThanks Esmi – but that’s if it’s a page. I’m talking about the sidebar.php template just for my singles.
tstuff42 – You’re talking about something different than the OP. Yours is a relatively easy fix. If you paste your code here I will help you with it.
Forum: Fixing WordPress
In reply to: New Comment Notification Email modI was looking for the same thing. I put that code in my functions, and it crashes the site. Undefined function “add_filter”. Is there supposed to be another set of brackets or something around that? Thanks for any help.
Forum: Fixing WordPress
In reply to: Upgraded to 3.0 all Images gone from front pageDid you change the name of your directory? Looking at your page source, I noticed your classes look a little odd and the image won’t pull up on its own:
https://www.tigersx.com/WordPress/wp-content/uploads/aubaseball2-150x126.png
Forum: Plugins
In reply to: Category page w/sitemapsYou can change the code on the archive page itself so it only prints the title, and whatever other data you want.
Something like this:
https://spacebrew.com/?m=201005Hope that helps.
Forum: Themes and Templates
In reply to: the_author_linkWhat is your home page? I’d like to take a look. I think your problem is that you’re trying to anchor an already anchored link. Try using the_author_url instead of the_author_link. That way it’s not hot on its own.
Forum: Plugins
In reply to: Comparing 2 FunctionsCan anyone suggest a way to do the same thing you’re doing here, but for multiple authors?
Basically what I want is for anyone who is a contributor or above, their comments are a certain class, where just subscribers have a separate style. Any help is appreciated.
Forum: Plugins
In reply to: [Plugin: Co-Authors] Single Page Meta Data with coauthorsActually, if someone could just list an actual example of how to use the iterate tag it would be most helpful. ??