jdquel
Forum Replies Created
-
Forum: Plugins
In reply to: New Plugin: EarthTones Admin ThemeCarla,
Glad you like it!
Forum: Your WordPress
In reply to: New Blog Theme: Your Opinion PleaseYeah… I decided to stay with the old theme after all. Didn’t really want to break my continuity.
Forum: Plugins
In reply to: New Plugin: EarthTones Admin Theme…It also comes in a WP2.1 compatible version as well ?? Same link as original 2.0 version.
Forum: Fixing WordPress
In reply to: How do I get an API Key for You TubeOKAY… I got it figured out. All I had to do was turn off the WYSIWYG editor before I pasted the you tube code into the post. ??
Forum: Fixing WordPress
In reply to: How do I get an API Key for You Tubehttps://wisgrove.com/index.php/archives/399
As you can see, the you tube code completely distorts my blog layout, but the video itself does not appear.
Forum: Fixing WordPress
In reply to: How do I get an API Key for You TubeI tried pasting the “embed” code right into my wordpress post, but when I click the publish button no video appears. The embed code is in the post, but you can’t see it. Do I need a plugin of some kind to make you tube work in wordpress? Or do I need to fix something else?
Forum: Fixing WordPress
In reply to: Where do I put my robots.txt file for WP?This helps alot. Thank you much!
Forum: Fixing WordPress
In reply to: How can I stop WordPress from pinging itself?Thanks for helping!
So instead of linking
https://wisgrove.com/index.php/archives/27
I would link?
/index.php/archives/27
Forum: Themes and Templates
In reply to: Change Width of Comment BoxDone and done. All I had to do was add
.commentlist {
padding: 0;
text-align: justify;
}to the comment box properties in my theme’s stylesheet.
Forum: Alpha/Beta/RC
In reply to: Blogroll doesn’t show in WP2.1RC1Okay…I got it figured out now. My problem was with the table ID that the blogroll php code was looking for. Since post categories and blogroll categories are listed in the same DB table in WP2.1, I had to change the ID number. So in my case, <?php get_links(1); ?> had to be changed to <?php get_links(30); ?> and so on.
Forum: Your WordPress
In reply to: Check Out My Site – Feedback Please!!!!Sharp.
Forum: Fixing WordPress
In reply to: Publishing Error in WP 2.0.6I have my FTP client set to do that because it makes uploading images much easier to do and I haven’t had a problem with it until now. But yeah, I’ll definately have to turn that off next time I have to update wordpress or manage other more precise files like that.
Forum: Fixing WordPress
In reply to: Publishing Error in WP 2.0.6Exactly… Turns out this was also a case sensitivity issue. To fix the problem, I just changed wp-includes/class-ixr.php to “wp-includes/class-IXR.php” My FTP client is set to change all file names to lowercase on upload, so that was probably the source of the problem for me.
Thanks for pointing me in the right direction on that!
Forum: Themes and Templates
In reply to: Resizing Search BoxGot it… Thank you much!