pezastic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude categories in dropdown_catsIf you haven’t seen it yet, there is a plugin for a category dropdown with the capability to have both post count after the category name and a parent/child listing. You can get it here.
Forum: Fixing WordPress
In reply to: Exclude categories in dropdown_catsOh good! Someone else asking for that, number of posts -and- hierarchy. Maybe we should start a club or something?
Forum: Fixing WordPress
In reply to: export all entires and commentsFor the one click backup:
https://weblogtoolscollection.com/b2-img/wpbackup12.zip
I found it ultra-easy to install and mega-easy to use.Forum: Plugins
In reply to: WordPress Blogging ServiceYes, Fantastico offers this. That is what intitially got me to try WordPress. However, my host provider didn’t keep up with the WP version updates, so I had to go it alone and install it myself. The one-button install of Fantastico isn’t -that much- easier than the 5-minute install.
Forum: Fixing WordPress
In reply to: Use a WYSIWYG editor to embed WP into your designStep number 6 should read:
6. Back to your frame-based page, in design mode. Place your cursor just to the right of “content”. Switch to code mode.Forum: Plugins
In reply to: Alphabetical Sorting of CategoriesI agree, it makes sense to have the default list in alphabetical order.
Forum: Fixing WordPress
In reply to: How do I show single posts on archives?I’m guessing that I’m the only one that wants this feature?
Forum: Plugins
In reply to: Comments: Live PreviewGreat! I got it working. I changed number 2 to:
<textarea name="comment" id="comment" onkeyup="ReloadTextDiv();" cols="35" rows="4" tabindex="4"></textarea>Thanks for the help.
Forum: Plugins
In reply to: Idea for the links categoryThat’s what I meant. However, on closer inspection I see that your categories list on your menu isn’t what I thought it was. I thought it was your links categories, not your blog entries categories. I’m trying to find a way to only display link categories, preferrably in a dropdown, in the menu. The other things you outlined did give me some ideas with other developments. Thanks!
Forum: Plugins
In reply to: Idea for the links categorymufflonen:
What did you replace “the loop” with to generate your links list page?Forum: Fixing WordPress
In reply to: Change the credit styleHey, thanks for the heads-up! I just ripped out the whole stylesheet reference and went with:
<p align="center">
<font face="tahoma" size="2">Powered by
<span style="text-decoration: none">WordPress 1.2</span></font></td>
I got no time to learn CSS.Forum: Fixing WordPress
In reply to: Change the credit stylepodz:
I didn’t get your reply, until now. I changed the first line in my wp-layout.css to:
.credit cite a {text-decoration: none; }
and now the line is gone. Thanks a bunch!
Any idea how, or if it is possible, to get the “Load time” to show?Forum: Fixing WordPress
In reply to: Change the credit styleHere’s what I have in my wp-layout.css:
.credit {
color: #3C5FA1;
font-size: 11px;
margin: 10px 0 0 0;
padding: 3px;
text-align: center;
text-decoration: none;
}
Still, the line under the hyperlink remains. How do I get rid of it?Forum: Fixing WordPress
In reply to: Change the credit styleSomewhat related to this, isn’t the “Load time:”, like is seen at the bottom of this page, part of the credit line in the default index.php?
<p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by WordPress"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform")); ?></cite>
I’m not seeing it on my page.Forum: Fixing WordPress
In reply to: Links DropdownAnd how do I do that?