Title: codedmind's Replies | WordPress.org

---

# codedmind

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Click to donate] [Plugin: Click to donate] Need instructions how to use the plugin](https://wordpress.org/support/topic/plugin-click-to-donate-need-instructions-how-to-use-the-plugin/)
 *  Plugin Contributor [codedmind](https://wordpress.org/support/users/codedmind/)
 * (@codedmind)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-click-to-donate-need-instructions-how-to-use-the-plugin/#post-2867627)
 * Hy there,
 * For now you only can use the editor button to add a campaign link into a page
   or a post.
    You can even add that link to a text widget. Maybe you can try work
   with your theme to placehold the widgets and the use a widget text to call the
   campaign link.
 * If you need anything please response back.
 * Thanks for use
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_query in category.php page break navigation](https://wordpress.org/support/topic/wp_query-in-categoryphp-page-break-navigation/)
 *  Thread Starter [codedmind](https://wordpress.org/support/users/codedmind/)
 * (@codedmind)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wp_query-in-categoryphp-page-break-navigation/#post-862831)
 * Ok now works
 *     ```
       $limit = get_option('posts_per_page');
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       $my_query =new WP_query(($query_string . 'showposts=' . $limit . '&paged=' . $paged .'&orderby=numero_socio&order=asc');
       ```
   
 * But with this i must change the loop to this
    `<?php while ($my_query->have_posts()):
   $my_query->the_post(); ?>`
 * Solved
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_query in category.php page break navigation](https://wordpress.org/support/topic/wp_query-in-categoryphp-page-break-navigation/)
 *  Thread Starter [codedmind](https://wordpress.org/support/users/codedmind/)
 * (@codedmind)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wp_query-in-categoryphp-page-break-navigation/#post-862814)
 * Can you please post an example?

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