Title: wpbaxter's Replies | WordPress.org

---

# wpbaxter

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can i fix this pagination issue..](https://wordpress.org/support/topic/how-can-i-fix-this-pagination-issue/)
 *  Thread Starter [wpbaxter](https://wordpress.org/support/users/wpbaxter/)
 * (@wpbaxter)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-fix-this-pagination-issue/#post-8508670)
 * Bump
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can i fix this pagination issue..](https://wordpress.org/support/topic/how-can-i-fix-this-pagination-issue/)
 *  Thread Starter [wpbaxter](https://wordpress.org/support/users/wpbaxter/)
 * (@wpbaxter)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-fix-this-pagination-issue/#post-8505642)
 * Here is the Function page code if required.
 *     ```
       <?php
       /*
       Template Name: _following
       */
       if (!is_user_logged_in()) { wp_redirect(wp_login_url($_SERVER['REQUEST_URI'])); exit; }
       ?>
       <?php get_header(); global $user_ID; ?>
   
       <div class="container-fluid mt40">
       	<?php
       	global $user_ID;
   
       	$boards = get_user_meta($user_ID, '_Following Board ID');
       	$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       	$args = array(
       		'tax_query' => array(
       			array(
       				'taxonomy' => 'board',
       				'field' => 'id',
       				'terms' => $boards[0],
       				'include_children' => false
       			)
       		),
       		'paged' => $paged
       	);
   
       	query_posts($args);
   
       	get_template_part('index', 'masonry');
       	get_footer();
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Templates Customizer and Designer for WordPress and WooCommerce] How to Customize or create new templates](https://wordpress.org/support/topic/how-to-customize-or-create-new-templates/)
 *  [wpbaxter](https://wordpress.org/support/users/wpbaxter/)
 * (@wpbaxter)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-customize-or-create-new-templates/#post-8471441)
 * How can i set background image?
    can you please add support for background image
   pattern?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Get WordPress API Token?](https://wordpress.org/support/topic/how-to-get-wordpress-api-token/)
 *  Thread Starter [wpbaxter](https://wordpress.org/support/users/wpbaxter/)
 * (@wpbaxter)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-get-wordpress-api-token/#post-8379839)
 * [@themesumo](https://wordpress.org/support/users/themesumo/), i found the token
   code in one more file bookmarklet.php, can you please take a look at it and let
   me know if there is something in this file that restricting the plugin to work
   only on 1 specific domain?
 * [http://snippi.com/s/l4xof8g](http://snippi.com/s/l4xof8g) (Bookmarklet.php)
   
   [http://snippi.com/s/8ewe4z6](http://snippi.com/s/8ewe4z6) (Bookmarklet.js)
    -  This reply was modified 9 years, 9 months ago by [wpbaxter](https://wordpress.org/support/users/wpbaxter/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Get WordPress API Token?](https://wordpress.org/support/topic/how-to-get-wordpress-api-token/)
 *  Thread Starter [wpbaxter](https://wordpress.org/support/users/wpbaxter/)
 * (@wpbaxter)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-get-wordpress-api-token/#post-8373279)
 * [@themesumo](https://wordpress.org/support/users/themesumo/) : Its alright, i
   am really glad you are willing to help tough 🙂 i really appreciate that 🙂
 * Btw can you please take a look at this code, this is the full code for the plugin
   
   [http://snippi.com/s/sufk1vc](http://snippi.com/s/sufk1vc)
 * Maybe this will give an idea what that top line is used for and what i need to
   do in order to make this plugin work on other domains? I am sorry for such noob
   questions but i am really not familiar with this programming stuffs.
 * Anyways, i would really appreciate if you take a look and if possible maybe help
   me a bit further?
 * P.S. I did change all the domain entries from labs4.imvges.com [old installation]
   to labs5.imvges.com [new installation] [just thought you might wanna know that
   i am aware that this needs to be changed too]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Get WordPress API Token?](https://wordpress.org/support/topic/how-to-get-wordpress-api-token/)
 *  Thread Starter [wpbaxter](https://wordpress.org/support/users/wpbaxter/)
 * (@wpbaxter)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-get-wordpress-api-token/#post-8373014)
 * [@themesumo](https://wordpress.org/support/users/themesumo/) : its a bookmarklet
   that fetches data i.e. images from other blogs, its similar to pinterest image
   bookmarklet.
    -  This reply was modified 9 years, 9 months ago by [wpbaxter](https://wordpress.org/support/users/wpbaxter/).

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