brooksr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Error in IE6 but not Firefox???I don’t get a 404 in FF.
In any event, how do I fix this?
Brooks
Forum: Fixing WordPress
In reply to: WYSIWIG Editor doesn’t work for linksThanks, Michael!
Forum: Plugins
In reply to: Widgets drag but won’t dropWow, that’s a lot of work!
Forum: Installing WordPress
In reply to: How to underline and colorize?That plugin was helpful. Thanks!
For links, the plugin only seems to underline in mouse hover mode. Any idea how to underline a link so it display in normal view?
Forum: Installing WordPress
In reply to: How to underline and colorize?Thanks, Solo.
I just discovered that although there is no underline button, Ctl-u underlines text just as in many word processors.
Brooks
Forum: Plugins
In reply to: Sidebar Widgets Plugin Conflicts helpOtto,
I want to hug you. ??
Your widget is wonderful. All sorts of things that have been driving me nuts for over a week are now working.
Thank you, thank you, thank you.
Brooks
Forum: Plugins
In reply to: Sidebar Widgets Plugin Conflicts helpOtto,
Thanks for the help. I downloaded your widget and will try it tomorrow.
I’ve been told that the RSS-1 widget doesn’t work. Do you know if that’s true?
As far as the other post, it was because I couldn’t find this post.
I think the WP search on this website leaves a lot to be desired. I have trouble finding posts I’ve started. I search on my username and brings up some, but not all, of my posts.
It would be helpful if the search had more options, like for username.
Brooks
Forum: Plugins
In reply to: SRG Clean Archives not workingYes, that’s right. See below where I pasted in:
<?php srg_clean_archives(); ?>
Do I have it in the wrong place?
Brooks
<div id=”sidebar”>
-
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ) : else : ?>
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
- <h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p> -
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php srg_clean_archives(); ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the <?php single_cat_title(”); ?> category.</p>
<!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
–>
Forum: Fixing WordPress
In reply to: Show number of post next to category nameI’m having the same problem.
In my Sidebar Widgets window, I’m using the default “Categories” and there are no numbers after the category names.
Any help is appreciated.
Brooks
Forum: Plugins
In reply to: How to display counts after Category name?In my Sidebar widgets screen, it just says “Categories”. I assume it the default Categories that comes with WP …
Brooks
Forum: Fixing WordPress
In reply to: Adding byline to Data Formatting?Thanks for the suggestion.
I didn’t know how to do that but then found:
https://www.ads-software.com/support/topic/98049?replies=8
But am still having trouble as explained on the last post of that topic …
Forum: Themes and Templates
In reply to: Adding Byline to postsI changed my Single Post template to:
<h2>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h2>
<p> by <?php the_author(); ?></p>and there no change and the word ‘by’ did not appear.
I notice the Main Index Template already has:
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>I’m not sure why the author isn’t appearing either in the Main or Single page.
Any help appreciated.
Brooks
Forum: Plugins
In reply to: Sidebar Widgets JS files missingYes, I figured this out. The widget help file should be changed to explain the different install for WP 2.0 vs 2.1.
Thanks,
Brooks
Forum: Requests and Feedback
In reply to: What is a category slug?This is still not clear.
The slug is in lowercase. Is that important?
Where, exactly, in WP would the slug be used vs. the category name?
Thanks,
Brooks