Title: dr2000's Replies | WordPress.org

---

# dr2000

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Wp-Query pagination and offeset](https://wordpress.org/support/topic/wp-query-pagination-and-offeset/)
 *  [dr2000](https://wordpress.org/support/users/dr2000/)
 * (@dr2000)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wp-query-pagination-and-offeset/#post-1742487)
 * MaviDeve,
 * Where you able to get this resolved? I’m having exactly the same issue and also
   came to the conclusion that WP decides to load 404 page based on the value set
   in admin panel and basically ignores all the custom template settings.
 * I posted about it here: [http://wordpress.org/support/topic/pagination-issues-problematic-logic-explanation-and-suggested-solutions](http://wordpress.org/support/topic/pagination-issues-problematic-logic-explanation-and-suggested-solutions)?
 * I’ve done a lot of searching, but so far no luck.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme’s graphics not working](https://wordpress.org/support/topic/themes-graphics-not-working/)
 *  [dr2000](https://wordpress.org/support/users/dr2000/)
 * (@dr2000)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/themes-graphics-not-working/#post-642874)
 * Something is wrong with the permission after all.
 * For example for background image:
    [http://onlineblog.buymusicmovies.com/wp-content/themes/default/images/kubrickbgcolor.jpg](http://onlineblog.buymusicmovies.com/wp-content/themes/default/images/kubrickbgcolor.jpg)
 * It’s coming back with a forbidden error. Check the path from the root and see
   if the folder permissions are set correctly.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS and Getting Text To Wrap](https://wordpress.org/support/topic/css-and-getting-text-to-wrap/)
 *  [dr2000](https://wordpress.org/support/users/dr2000/)
 * (@dr2000)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/css-and-getting-text-to-wrap/#post-642871)
 * Not the best way to do it, but probably the simplest would be the following:
 * Where you currently have:
    `<img src='http://www.sirspeedynorthdallas.com/wp-
   content/uploads/2007/10/heather-reeves-thumb.thumbnail.gif' alt='Heather Reeves'/
   >`
 * you should have:
    `<img style="float: left;" src='http://www.sirspeedynorthdallas.
   com/wp-content/uploads/2007/10/heather-reeves-thumb.thumbnail.gif' alt='Heather
   Reeves' />`
 * That should do what you want.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Personal Blog](https://wordpress.org/support/topic/personal-blog-2-2/)
 *  Thread Starter [dr2000](https://wordpress.org/support/users/dr2000/)
 * (@dr2000)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/personal-blog-2-2/#post-640082)
 * Added another small thing — the image bar on the side now pulls the feeds from
   Picasa using AJAX and lets visitors browse the image galleries right in those
   little windows.
 * Brock, thanks for the compliments.
 * Somehow I was hoping for more comments, but what can you do? 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Google Map Embed Problem](https://wordpress.org/support/topic/google-map-embed-problem/)
 *  [dr2000](https://wordpress.org/support/users/dr2000/)
 * (@dr2000)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/google-map-embed-problem/#post-610414)
 * In your admin panel click on Users –> Your Profile, and there you should see 
   a “Use the visual editor when writing” check box. Uncheck it and save the profile.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [link to commenters author page](https://wordpress.org/support/topic/link-to-commenters-author-page/)
 *  [dr2000](https://wordpress.org/support/users/dr2000/)
 * (@dr2000)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/link-to-commenters-author-page/#post-610223)
 * If the comment was left by a register user you can get their ID by using the 
   following: $comment->user_id.
 * So you can build your link yourself:
    `<a href="?author=<?php echo $comment->
   user_id ?>"><?php comment_author() ?></a>`

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