dbirider
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wp_get_attachment_image argumentsBump – I’m having the same problem. I’d like to be able to display the full size image.
Forum: Themes and Templates
In reply to: “Page navigation”I think you’re talking about breadcrumbs. There are some plugins that easily achieve this. http://codex.wordpress.org/Plugins/Navigation
Forum: Plugins
In reply to: Need help adjusting profile.phpbump 🙂
… I want to be able to type an image tag into one of the profile fields. It always cuts it off after the quotes though.
How can I prevent it from doing this?
Forum: Plugins
In reply to: Need help adjusting profile.phpLet me rephraze this a bit. I’m just wondering what makes the user profile field allow all keyboard characters and the fields like yahoo, aim, email cut off certain keyboard characters.
I use wordpress 2.0 if that helps.
Forum: Themes and Templates
In reply to: What theme is this?Thanks! It would have saved me an hour or two if I just asked here first. I downloaded the theme but it looks like it only works in old versions of wordpress :-/
Forum: Plugins
In reply to: Opt-in front page pluginIs it possible to opt-out a category? I have my wordpress blog set up with multiple categories and i’d rather have just one that I can choose to opt out.
Forum: Fixing WordPress
In reply to: How to display author outside of loopThanks for searching. That’s what i’m trying to do but I tried that and the author name didnt show up.
I made an author.php template in the theme folder, added this to it
<?php
if(get_query_var(‘author_name’)) :
$curauth = get_userdatabylogin(get_query_var(‘author_name’));
else :
$curauth = get_userdata(get_query_var(‘author’));
endif;
?>Forum: Fixing WordPress
In reply to: Taking the ‘/author/’ out of wp_list_authorsSurely this isn’t that hard to do right?
Forum: Fixing WordPress
In reply to: ‘Register or login’ on main pageI just tried the hack here http://www.ioerror.us/2005/04/14/wordpress-sidebar-login-form-hack/ but the sidebars disappear and I get an error at the bottom of the page.
Any ideas?
Forum: Fixing WordPress
In reply to: Internet explorer won’t highlight textI emailed him(her?) but didnt get a response 🙁 . Is this a problem anybody else here had? How did you solve it?
Forum: Fixing WordPress
In reply to: wordpress index.php doesnt work rightWOOO! I think i found a fix that works. I redirected http://www.mysite.net to http://www.mysite.net/wordpress/index.php . That seems to have fixed it. Will this effect my search engine placements?