sremington
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not Showing Number of CommentsI found that it is missing a line of code in index.php:
Put this in:
<?php wp_link_pages(); ?>Right before:
<?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?>For some reason 2.0 forgot that line… Seems to work fine for me now.
Forum: Fixing WordPress
In reply to: Not Showing Number of Commentshmmm… who will solve this mystery? I went and deleted one comment and then I lost the entire word ‘Comments’ listed below post content…
I had to go back and retype in a comment AND then edit the comment to get it back to say 1 Comment…
Very strange!
Forum: Plugins
In reply to: Lazy Gallery QuestionThis is all that is in the stylesheet:
#gallery {
position: relative;
}
#gallery .image {
text-align: center;
}
#gallery .image img {
border: 1px solid #a9a9a9;
margin: 6px 6px 6px 6px;
padding: 2px;
}
#gallery .image img:hover, .image img:focus {
background-color: #a9a9a9;
}
#gallery .imgdata {
border: 1px solid #a9a9a9;
margin: 6px 0px 6px 0px;
padding: 4px;
}
#gallery #nav {
border: 1px solid #a9a9a9;
margin: 6px 0px 6px 0px;
padding: 4px 4px 0px 4px;
height: 18px;
}
#gallery #nav .alignleft {
float: left;
}
#gallery #nav .alignright {
float: right;
}
#gallery .folder {
margin: 6px 0px 6px 0px;
padding: 4px 0px 4px 0px;
}Forum: Plugins
In reply to: Lazy Gallery QuestionI would assume it would be in lazy-index.php in this line of code:
<div id=”content” class=”narrowcolumn”>
<div id=”gallery”> <br/>
<br/>
<?php showGallery();?>
</div>
</div>But I am not sure how to go about tweaking it.
Forum: Fixing WordPress
In reply to: Not Showing Number of CommentsForum: Fixing WordPress
In reply to: Not Showing Number of CommentsI noticed the only way for it to accept the new post count is to go in and edit it but I don’t want to do that with each comment…
Forum: Installing WordPress
In reply to: b2 0.6.2.1 – upgrading to WP 2.0OK here is one of my blogs…
https://www.mainehuntingtoday.com/b2Was thinking of installing WP 2.0 at /blog for instance and then transfering 5 months of posts from /b2 to /blog and then…. changing the directory back to /b2 when finished…
Forum: Installing WordPress
In reply to: fantastico and 5 minute installYes.. Fantastico is Fantastic
Forum: Installing WordPress
In reply to: WordPress to drupal ?I was just razzin’ ya… lol
Forum: Installing WordPress
In reply to: b2 0.6.2.1 – upgrading to WP 2.0bumperskittles!
Forum: Installing WordPress
In reply to: WordPress to drupal ?Word Press is much better… ??
Forum: Installing WordPress
In reply to: fantastico and 5 minute installNope click on Install… I just did it.. lol
Upgrading is easy too… just deactivate all your plugins and go back to your default theme, UPGRADE through Fantastico, then when you are done reactivate all plugins and switch your theme back. Took me 3 minutes to upgrade from 1.5.2 to 2.0
Forum: Plugins
In reply to: Recent CommentsThanks… ??
Quick question though.. I changed the ‘0’ at the end to a ‘1’ like it said but the link appears on the name and not on the posts title. The link takes them to their home page if they provide it. I was hoping to it would do as it said and provide a link not on the username but on the post title taking them straight to that post.
I have seen this done in a ton of other blogs..
Any ideas?
Forum: Plugins
In reply to: Recent CommentsThanks!
Forum: Plugins
In reply to: Recent CommentsOK let me help then. I got this from the readme file but I still am not sure where and how to configure it:
The parameters:
$no_comments – sets the number of recent comments to display
$comment_lenth – the number of words to display as a comment excerpt
$before – text to be displayed before the link to the recent comment
$after – text to be displayed after the link to the recent comment
$show_pass_post – whether or not to display comments from password protected posts
$comment_style – sets the style of comment to be used
1 = “CommenterName on PostTitle” with CommenterName being a link to the comment
0 = “CommenterName: WordsOfComment” with WordsOfComment being a link to the comment