Title: dooling's Replies | WordPress.org

---

# dooling

  [  ](https://wordpress.org/support/users/dooling/)

 *   [Profile](https://wordpress.org/support/users/dooling/)
 *   [Topics Started](https://wordpress.org/support/users/dooling/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dooling/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dooling/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dooling/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dooling/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dooling/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spacious] icons not appearing when using site alias](https://wordpress.org/support/topic/icons-not-appearing-when-using-site-alias/)
 *  Thread Starter [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/icons-not-appearing-when-using-site-alias/#post-5353588)
 * That did it.
 * Perfect.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Apply aside formatting to single paragraph in post](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/)
 *  Thread Starter [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/#post-3302898)
 * I think I have this working now, so I’ll leave the probable solution for comment.
 * I added the following to my the Twenty Twelve Child style.css
 * p.bluenote {
    padding: 24px 24px 0; padding: 1.714285714rem; background: #d2e0f9;
   border-left: 22px solid #a8bfe8; font-size: 13px; font-size: 0.928571429rem; 
   line-height: 1.846153846; color: #4a5466; }
 * And then of course while writing the post, you call it with <p class=”bluenote”
   >
 * You can see the results at the bottom of this post:
 * [http://www.richarddooling.com/index.php/2012/12/20/plain-text-for-authors-writers/](http://www.richarddooling.com/index.php/2012/12/20/plain-text-for-authors-writers/)
 * Thanks for your help.
 * Rick
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Apply aside formatting to single paragraph in post](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/)
 *  Thread Starter [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/#post-3302771)
 * I have tried adding this
 *  <div class=”aside”>
    <div class=”entry-content”> <p>This is a test aside post.
   </p> </div><!– .entry-content –> </div><!– .aside –>
 * And this
 * <p class=”aside entry-content>This is a test paragraph.</p>
 * But neither work.
 * Thanks,
 * Rick
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Apply aside formatting to single paragraph in post](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/)
 *  Thread Starter [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/#post-3302759)
 * No, just a class I can apply by hand when I need it.
 * Just the way WPyogi suggested <p class=”aside”>
 * When I go looking for the css to make this happen, it looks like several classes
   are being applied at once. I am not a css expert, needless to say.
 * Thanks so much for your help.
 * Rick
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Apply aside formatting to single paragraph in post](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/)
 *  Thread Starter [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/#post-3302756)
 * Yes, I want to apply the blue block formatting of the aside post to a single 
   paragraph in a standard post.
 * I’m sure that I’m probably using the wrong terminology. I’ll post a test post
   of the formatting at the head of the site. It’s easy to apply to the whole post,
   but I don’t know how find the css to apply to a single paragraph.
 * Thanks so much.
 * Rick
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Apply aside formatting to single paragraph in post](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/)
 *  Thread Starter [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/apply-aside-formatting-to-single-paragraph-in-post/#post-3302750)
 * Oh, sorry.
 * At the moment it’s just a plain twenty twelve site
 * [http://dooling.com](http://dooling.com)
 * I’ll look for the aside css.
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get id of most recent post](https://wordpress.org/support/topic/get-id-of-most-recent-post/)
 *  Thread Starter [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [17 years ago](https://wordpress.org/support/topic/get-id-of-most-recent-post/#post-1097134)
 * Here’s a way that works. Don’t know if it’s the best. Feel free to suggest others.
 * $most_recent_post = wp_get_recent_posts( ‘1’);
    $post_id = $most_recent_post[‘
   0’][‘ID’]
 * Thanks,
 * RD
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 2.7 VERY slow backend](https://wordpress.org/support/topic/wordpress-27-very-slow-backend/)
 *  [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/wordpress-27-very-slow-backend/#post-976337)
 * Yep, mine was not server-related either. It’s something to do with WordPress 
   phoning home to various sites.
 * Try the nightly build. It fixes everything:
 * [http://wordpress.org/download/nightly/](http://wordpress.org/download/nightly/)
 * RD
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 2.7 VERY slow backend](https://wordpress.org/support/topic/wordpress-27-very-slow-backend/)
 *  [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/wordpress-27-very-slow-backend/#post-976335)
 * You can fix this by installing the nightly build (at least that’s true as of 
   today’s date 4/4/2009.
 * Here are some links that seem to explain the problem.
 * [http://core.trac.wordpress.org/ticket/8590](http://core.trac.wordpress.org/ticket/8590)
 * Short of upgrading, this will allow you to at least access your admin panel, 
   if you can get in there long enough to install the plugin.
 * [http://blog.clearskys.net/2009/03/08/how-to-remove-remote-calls-in-wordpress-mu/](http://blog.clearskys.net/2009/03/08/how-to-remove-remote-calls-in-wordpress-mu/)
 * Many aimless threads on this topic, but not many answers.
 * As I say, the thing that really fixes it, at least for me, using 2.7.1 on a server
   that is IIS is to install the nightly build. I’m sure 2.7.2 will be out soon 
   and fix it.
 * RD
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Broken RSS feed after upgrade](https://wordpress.org/support/topic/broken-rss-feed-after-upgrade/)
 *  [dooling](https://wordpress.org/support/users/dooling/)
 * (@dooling)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/broken-rss-feed-after-upgrade/#post-335749)
 * Can’t get the solution to work for me. I added the line of code and changed my
   permalink structure, then changed it back. But the rss is still pointing to comments
   only.

Viewing 10 replies - 1 through 10 (of 10 total)