Title: devo420's Replies | WordPress.org

---

# devo420

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to center wp-table](https://wordpress.org/support/topic/how-to-center-wp-table/)
 *  [devo420](https://wordpress.org/support/users/devo420/)
 * (@devo420)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/how-to-center-wp-table/#post-805999)
 * with css you could have used
 * margin:auto
 * but you may experience problems with certain browsers I believe. Glad I could
   help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to center wp-table](https://wordpress.org/support/topic/how-to-center-wp-table/)
 *  [devo420](https://wordpress.org/support/users/devo420/)
 * (@devo420)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/how-to-center-wp-table/#post-805995)
 * can’t you just put the center tag around your table?
 *     ```
       <center>
       <!-- your table -->
       </center>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [adding numbers to paging](https://wordpress.org/support/topic/adding-numbers-to-paging/)
 *  Thread Starter [devo420](https://wordpress.org/support/users/devo420/)
 * (@devo420)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/adding-numbers-to-paging/#post-805992)
 *     ```
       <div class="navigation">
       			<div class="alignleft"><?php next_posts_link('&laquo; Previous') ?></div>
       			<div class="alignright"><?php previous_posts_link('Next &raquo;') ?></div>
       		</div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [specifying which category to post](https://wordpress.org/support/topic/specifying-which-category-to-post/)
 *  Thread Starter [devo420](https://wordpress.org/support/users/devo420/)
 * (@devo420)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/specifying-which-category-to-post/#post-800705)
 * Anyone? I am soo close, please help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [specifying which category to post](https://wordpress.org/support/topic/specifying-which-category-to-post/)
 *  Thread Starter [devo420](https://wordpress.org/support/users/devo420/)
 * (@devo420)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/specifying-which-category-to-post/#post-800513)
 * Ok, I have changed line 27 to look like this:
 *     ```
       <?php $recentposts = new WP_Query('cat=11,&showposts=3&offset=1');
       ```
   
 * by adding cat=11 I have got the page displaying certain posts but how do I go
   about setting it so when they click on the link in the sidebar it uses the proper
   cat=# ?
 * Kind Regards,
 * Devin

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