slilley
Forum Replies Created
-
Eventually! I believe I added the following to functions.php:
function prefix_remove_arpw_style() {
wp_dequeue_style( ‘arpw-style’ );
}
add_action( ‘wp_enqueue_scripts’, ‘prefix_remove_arpw_style’, 10 );Look at the widgets on this other blog and how ARPW is the only one with screwed-up formatting:
I’m using WordPress 4.4
Forum: Themes and Templates
In reply to: [Twenty Ten] Twenty ten: making images inline with each otherFinally figured it out — had to do with how the captioned images were aligned. If you choose “None”, they won’t go inline together. Have to align left!
Forum: Themes and Templates
In reply to: [Twenty Ten] Twenty ten: making images inline with each otherThanks — Using Firebug, it looks as though any image that gets a caption is treated as its own <div, whereas if it doesn’t have a caption it just shows up in the code as a link to the image. Any way to get around this? Any good plugins I should use for including multiple images in posts? I’d like to be able to create a line of thumbnails with captions.
Forum: Fixing WordPress
In reply to: twenty ten: spacing posts in archive viewIt worked! Thank you so much, Tara!
Forum: Themes and Templates
In reply to: [Twenty Ten] set comment font sizesUnfortunately, it didn’t work — but I’m a newbie, so it could be clashing with something else in my child theme.
Forum: Themes and Templates
In reply to: Twenty Ten: number of posts per pageI am! Thank you!!
Forum: Themes and Templates
In reply to: Twenty Ten: How to add time stamp to all posts?Thank you — you’ve been so helpful!
Forum: Themes and Templates
In reply to: Twenty Ten: How to add time stamp to all posts?Thanks — that adds the word “at”, but I still have the date and time on the same link. Anyway to separate them, or to remove the date link altogether?
Forum: Themes and Templates
In reply to: Twenty Ten: How to add time stamp to all posts?I only ask about separating the date and time because right now they are on the same link.
http://www.recklesslistening.comForum: Themes and Templates
In reply to: Twenty Ten: How to add time stamp to all posts?That works! My only other question is, is it possible to add the word “at” between the date and the time?
Thank you so much for your help!