Title: robicus's Replies | WordPress.org

---

# robicus

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

 *   [Profile](https://wordpress.org/support/users/robicus/)
 *   [Topics Started](https://wordpress.org/support/users/robicus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robicus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robicus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robicus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robicus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robicus/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: [[Auto Amazon Links - Amazon Associates Affiliate Plugin] Use AALB’s ‘text’ value in AAL’s Custom Templates](https://wordpress.org/support/topic/use-aalbs-text-value-in-aals-custom-templates/)
 *  Thread Starter [robicus](https://wordpress.org/support/users/robicus/)
 * (@robicus)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/use-aalbs-text-value-in-aals-custom-templates/#post-12451472)
 * That worked! This will be really helpful with our custom templates moving forward.
   Removing the %description% from Item Format also worked for your provided ‘Text’
   template.
 * Thank you for your quick help! Plugin donation coming your way shortly. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Amazon Links - Amazon Associates Affiliate Plugin] Use AALB’s ‘text’ value in AAL’s Custom Templates](https://wordpress.org/support/topic/use-aalbs-text-value-in-aals-custom-templates/)
 *  Thread Starter [robicus](https://wordpress.org/support/users/robicus/)
 * (@robicus)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/use-aalbs-text-value-in-aals-custom-templates/#post-12451326)
 * Hello,
 * That’s close to what we need! However, it returns a few things we don’t want (
   the item description from Amazon, namely).
 * In a custom template, I’m trying to grab the value for ‘text=’ from AALB’s old
   shortcode. So, “Race Ramps RR-40” in the following example:
 * `[amazon_textlink asin='B003ZA8WIE' text='Race Ramps RR-40' template='ProductLink'
   store='storetaghere-20' marketplace='US' link_id='94c08f05-187c-4745-b4cf-31f08815468c']`
 * Is there some type of PHP code I could use in place of ((Link_Text_Here)) in 
   the custom template code I have so far:
 *     ```
       <?php foreach( $aProducts as $_aProduct ) : ?>
   
       <a href="<?php echo esc_url( $_aProduct[ 'product_url' ] ); ?>" target="_blank" rel="nofollow">
       	((Link_Text_Here))
       </a>
   
       <?php endforeach; ?> 
       ```
   
    -  This reply was modified 6 years, 1 month ago by [robicus](https://wordpress.org/support/users/robicus/).
    -  This reply was modified 6 years, 1 month ago by [robicus](https://wordpress.org/support/users/robicus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mobile Detect] Not Working with W3TC](https://wordpress.org/support/topic/not-working-with-w3tc/)
 *  [robicus](https://wordpress.org/support/users/robicus/)
 * (@robicus)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/not-working-with-w3tc/#post-4439271)
 * I have the same problem, Mike. Once a page is loaded on a device, that device’s
   content is cached and served on every ensuing page view no matter what device
   you’re using. Currently looking for a workaround that doesn’t involve disabling
   caching entirely for mobile users. If anybody has any ideas that could help, 
   that would be awesome!

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