reid315
Forum Replies Created
-
Forum: Your WordPress
In reply to: Grand Opening of johnenriquez.comAh, someone actually caught it. I could cover up and say that I was just trying to see how well people can see the PS in it, but no, I’ll be honest. I went for the glow, but most of the editing was done at the same time I was making taking pictures for the video. I just happened to be addicted at that time.
Now that I’ve heard it, I’ll keep it in mind. Thanks.
Forum: Fixing WordPress
In reply to: Removing tabs and new linessorry, i meant to ask… WP incessantly adds
t
before the_content() andn
afterward. I know it can be a simple fix, but how can i stop it from doing that?Forum: Fixing WordPress
In reply to: Comment cookies not recordingah, silly me;
just in case anyone runs across this problem, insert this code somewhere above your comment form:
<?php
$comment_author = (isset($_COOKIE['comment_author_' . COOKIEHASH])) ? trim($_COOKIE['comment_author_'. COOKIEHASH]) : '';
$comment_author_email = (isset($_COOKIE['comment_author_email_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_email_'. COOKIEHASH]) : '';
$comment_author_url = (isset($_COOKIE['comment_author_url_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_url_'. COOKIEHASH]) : '';
?>
That will retrieve the cookie stored in the computer and extract the infoForum: Fixing WordPress
In reply to: Comment cookies not recordingactually,
Forum: Your WordPress
In reply to: Photo Blog to check out!so… this is all just wordpress? no special plugins or software or anything?
Forum: Your WordPress
In reply to: New CADtrainer lookAbout the IE problem, If you use
!important
on a rule, IE will ignore it. Should you stick to IE? check if much of your traffic is IE.Forum: Your WordPress
In reply to: scribbleHONEY >> new layout!!!!!I love the colors and the theme, but I think it would look more organized if you made each post title stand out a tiny little bit more.
Forum: Plugins
In reply to: Time of Day Plug-ini wish to separate the two functions, so i can call the real time on a separate function. how will i go about doing so?
Forum: Fixing WordPress
In reply to: Search form just isn’t functioning…sorry, but it still doesn’t work. maybe this: i have this search form on my home.php, while my blog is /blog/index.php. as with the address above, i’ve set it to return directly to the blog itself. any other suggestions?
Forum: Themes and Templates
In reply to: templates on rootsorry, rboren, not what i’m looking for. I was looking for a way to move all the template files to the root and still have wp functional. either way, i found the way to do so.
all i had to do was rename wp.php to index.php and since i was just going to use the comments_template() function, I only had to change one address in the included file. a little bugging couldn’t hurt.
Forum: Themes and Templates
In reply to: templates on rootI’m trying to move everything to the root so that I have everything in one place; that way, they can all access the same css file through index.php.
I just want to push everything through index.php so i can change the template in just one file. think the 1.2 version of wp.Forum: Themes and Templates
In reply to: templates on rootI’m talking about the comment files and the posts and the archives, etc. can i just move them to the root or do i have to adjust a few urls?
Forum: Themes and Templates
In reply to: Linking the top banner to “home”use > for > and such.
Forum: Fixing WordPress
In reply to: Comments not showinghow can i do that? I’m checking but wp-comments.php doesn’t have the words “index.php” anywhere in it.
Forum: Fixing WordPress
In reply to: Comments not showingI have some kind of problem just like above. I’m not sure why, but when you click on the comments link, nothing is showing up. I’m using WP 1.2.2 and my address is here.