gregor
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin: MiniblogBauB is your site down? I’d really like to get a hold of this plugin!
Forum: Fixing WordPress
In reply to: Second Post Section – SidebarBumpage. Any ideas? Maybe a Plugin?
Forum: Your WordPress
In reply to: Rather dark theme: Comments and Critics welcome!Server is down …
Forum: Installing WordPress
In reply to: Where to Get 1.5?Ok … Downloads>Nightly Builds link>then what nightly date do I download?
Forum: Fixing WordPress
In reply to: How to integrate Adsense?I’m using 1.2.2. Here’s my suggestion (& it should work). Open wp-comments.php (or the comments template) and find these lines (43ish to 51ish)
‘
<?php } // end for each comment ?>
</ ol>
<?php } else { // this is displayed if there are no comments so far ?>
<?php _e(“No comments yet.”); ?>
<?php } ?>
<?php comments_rss_link(__(“RSS feed for comments on this post.”)); ?>
<!– This is where you’d want to put the add !–>
<h2 id=”postcomment”><?php _e(“Leave a comment”); ?></h2>
<?php if (‘open’ == $post->comment_status) { ?>
<?php _e(“Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:”); ?><?php echo allowed_tags(); ?>
etc etc …
‘
This way, the ad won’t be seen on the front page but will be once the user follows the link to either read more or comment.Hope that Helps!
P.S. I love that I am posting under another gregor …
Forum: Your WordPress
In reply to: sixminutes.caI just wanted to thank all that have commented here and at my site. I appreciate the feedback.
I will definitely be changing the colour scheme of the site (after seeing Ryan Sims’ work) but that’s about it.I’m quite happy with the layout so that will stay the same. I’ll post back here with the “updated” version later on next week, time permitting.
Thanks again!
Forum: Your WordPress
In reply to: sixminutes.caYou know, I was worried about that. I found justwatchthesky.com a few weeks after I started with the design and thought … “oh crap”.
I may just go ahead and change the whole colour scheme because I’d rather not be branded a “pirate” or whatever.
As far as the header goes, I did it months ago and winter is winter, so ….
Thanks for the feedback!
Forum: Your WordPress
In reply to: jeremyleffel.com the beginningLooks great! Beautiful photos, too. Congratulations!
Eh? In the admin section go to Links>Link Categories and >Add a New Category.
Is that what you’re after?
Forum: Fixing WordPress
In reply to: static text only on frontpageUsing 1.2.2. Should I upgrade to 1.3?
Forum: Fixing WordPress
In reply to: static text only on frontpagebump… I’m Wondering the same thing. I’d like te able to fill a div above (before) the loop on the index template but have that div [b]not[/b] show up on the comments, category archive pages etc.
Ideas on how to implement this?
Forum: Fixing WordPress
In reply to: Can’t Post CommentsWhat the hell? I still can’t post? Something to do w/ a cookie maybe? Haven’t changed any timestamps, only the WP Default Date format in General Options.
Forum: Your WordPress
In reply to: BLURBOLOGY.COMLooks great!
Forum: Themes and Templates
In reply to: Where’s my Background?Nevermind. ??
Forum: Themes and Templates
In reply to: Works in IE – not in firefox!?!?Solved! Apply the following to your CSS:
#main {
float: left;
width: 792px;
height: 100%;
background: #FFF;
}
… & then you’ll need to fix up the masthead div to get things looking good.