divamaggie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: pop-up commentsIs anyone else using pop-up comments on their blogs? If so, could you please tell me which code to copy and paste where to implement them on my blog?
Forum: Fixing WordPress
In reply to: commentor’s names not showing up as a link to their blogI’m lost. I have no idea what you mean by running that demo page through the validator. Could you elaborate?
Forum: Fixing WordPress
In reply to: commentor’s names not showing up as a link to their blogI’m using the WordPress Default 1.6 theme.
Forum: Fixing WordPress
In reply to: pop-up commentsHi Shane,
I did read that thread, but am still uncertain which code to put where.
Forum: Fixing WordPress
In reply to: white space when commenting as adminWhen I try to leave a comment for example here https://rowanista.com/?comments_popup=41 as the admin, after clicking “Say It!” I get a white screen. I was hoping someone might be able to help. Other people can comment, but I, as the admin cannot.
Forum: Fixing WordPress
In reply to: default tags in 2.5Thank you so much for helping me with this Michael! It worked!
Forum: Fixing WordPress
In reply to: default tags in 2.5So I would change the line from
wp-tag_cloud();
to
wp_tag_cloud(‘smallest=1&largest=9&’)
Forum: Fixing WordPress
In reply to: default tags in 2.5The only line in wp-includes/widget.php that references wp_tag_cloud is second from the bottom
function wp_widget_tag_cloud($args) {
extract($args);
$options = get_option(‘widget_tag_cloud’);
$title = empty($options[‘title’]) ? __(‘Tags’) : $options[‘title’];echo $before_widget;
echo $before_title . $title . $after_title;
wp_tag_cloud();
echo $after_widget;
}Forum: Fixing WordPress
In reply to: default tags in 2.5So would it have something to do with this line in wp-includes/widgets.php?
<?php _e(‘Title:’) ?> <input type=”text” class=”widefat” id=”tag-cloud-title” name=”tag-cloud-title” value=”<?php echo $title ?>” /></label>
Forum: Fixing WordPress
In reply to: default tags in 2.5Does anyone know how to adjust the font sizes for the default tag cloud widget in 2.5?
Forum: Fixing WordPress
In reply to: default tags in 2.5I mean this has to be one of the easiest questions asked in the forum. Someone must know which file I have to edit no?
Forum: Fixing WordPress
In reply to: default tags in 2.5Is there any way to adjust the sizes in the default tag cloud widget that comes with 2.5?
Forum: Plugins
In reply to: plugin that shows what you are currently reading, listening to, movies, etc.Got it working boober ??
Thank you!
Forum: Plugins
In reply to: Custom Smilies pluginI’m so happy I accidentally led you to the problem ??
I love it when that happens ??
Forum: Themes and Templates
In reply to: looking for a 3-column, 2.5.1 compatible, gravatar-ready themeThanks moshu ??