Title: technguide's Replies | WordPress.org

---

# technguide

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How Do I Only Select One Post From One Category?](https://wordpress.org/support/topic/how-do-i-only-select-one-post-from-one-category/)
 *  Thread Starter [technguide](https://wordpress.org/support/users/technguide/)
 * (@technguide)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-only-select-one-post-from-one-category/#post-3075446)
 * Awesome! I’ve edited it to be like this
 *     ```
       $args = array( 'posts_per_page' => 1,
                               'post_status'=>"publish",
                               'post_type'=>"post",
                               'orderby'=>"post_date",
                               'category_name'=>"liveblog-apple-keynote");
       ```
   
 * and it worked flawlessly. Thank you once again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Latest Post Excludes Scheduled Post](https://wordpress.org/support/topic/latest-post-excludes-scheduled-post/)
 *  Thread Starter [technguide](https://wordpress.org/support/users/technguide/)
 * (@technguide)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/latest-post-excludes-scheduled-post/#post-3075307)
 * Ah shit. How did i overlook that. Thank you very much!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blockquote Problem](https://wordpress.org/support/topic/blockquote-problem-2/)
 *  Thread Starter [technguide](https://wordpress.org/support/users/technguide/)
 * (@technguide)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/blockquote-problem-2/#post-3061994)
 * Thanks anyway.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blockquote Problem](https://wordpress.org/support/topic/blockquote-problem-2/)
 *  Thread Starter [technguide](https://wordpress.org/support/users/technguide/)
 * (@technguide)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/blockquote-problem-2/#post-3061922)
 * Hi [@sami](https://wordpress.org/support/users/sami/) Kelijonen, I’m already 
   using the Child Theme.
 * I’m using Safari Version 6.0.1 (8536.26.14). I’ve fixed that problem now, i will
   replicated this blockquote problem on this [website](http://test.technguide.net/?p=5255).[
   That’s strange, i can’t seem to replicate this issue anymore.]
 * What i did in my main blog is i replace the style.css on the child theme with
   the edited version [just to remove that height: 100%;] copied from the parent
   theme. Did i do anything wrong?
 * Thanks everyone for trying to help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blockquote Problem](https://wordpress.org/support/topic/blockquote-problem-2/)
 *  Thread Starter [technguide](https://wordpress.org/support/users/technguide/)
 * (@technguide)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/blockquote-problem-2/#post-3061842)
 * [@mrspabs](https://wordpress.org/support/users/mrspabs/) Yes! That fixed the 
   problem. Thank you very much!
 * [@kmessinger](https://wordpress.org/support/users/kmessinger/) that is the tool
   i was looking for. I ran the tests on some of my blog posts. I found a lot of
   errors. How do i correct them. Some of them like ‘</p>’ exists without ‘<p>’.
   I checked my HTML code for each posts and didn’t find any ‘<p>’ or ‘</p>’ used.
   So i reckoned it should be the theme’s files problems. Could you point me in 
   the right direction as to where i should start finding the error roots?

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