Title: beta &#8211; permalink and text
Last modified: August 21, 2016

---

# beta – permalink and text

 *  Resolved [peteduignan](https://wordpress.org/support/users/peteduignan/)
 * (@peteduignan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/beta-permalink-and-text/)
 * Allen,
 * Currently working thru an issue in my theme (I know you have nothing to do with
   that but my issue is coming from the actual data).
 * I asked theme support about the link data being passed thru as I am getting the
   link plus the anchor text. I only want the link so I can use my own text.
 * here is an example…
 * </div>
 * returns
 * <div class=”readMore”>[China growth data lifts Europe shares, oil and metals](http://whiddy.com/ch...oil-and-metals/)”
   rel=”nofollow”>Read More…</div>
 * I want to use php-the_title as the url (without the text) and be able to go directly
   to the external post location.
 * Theme support told me this info is being passed from the rss plugin.
 * Is there a way for just the url to be passed thru?
 * [https://wordpress.org/plugins/wp-rss-multi-importer/](https://wordpress.org/plugins/wp-rss-multi-importer/)

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

 *  Thread Starter [peteduignan](https://wordpress.org/support/users/peteduignan/)
 * (@peteduignan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/beta-permalink-and-text/#post-5103845)
 * Allen, (apologies, hope this looks better)
 * Currently working thru an issue in my theme (I know you have nothing to do with
   that but my issue is coming from the actual data).
 * I asked theme support about the link data being passed thru as I am getting the
   link plus the anchor text. I only want the link so I can use my own text.
 * here is an example…
    ‘ <div class=”readMore”>” title=”<?php the_title(); ?>” 
   rel=”nofollow”><?php _e(‘Read More…’,’mythemeshop’); ?></div> ‘ returns ‘ <div
   class=”readMore”>[China growth data lifts Europe shares, oil and metals](http://whiddy.com/ch...oil-and-metals/)”
   rel=”nofollow”>Read More…</div> ‘
 * I want to use php-the_title as the url (without the text) and be able to go directly
   to the external post location.
 * Theme support told me this info is being passed from the rss plugin.
 * Is there a way for just the url to be passed thru?
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/beta-permalink-and-text/#post-5103846)
 * here is what I see from what you posted….if it says
 *     ```
       <?php _e('Read More...','mythemeshop'); ?>
       ```
   
 * that statement is from your theme, not my plugin (I know this because they have
   localization in their oode).
 *  Thread Starter [peteduignan](https://wordpress.org/support/users/peteduignan/)
 * (@peteduignan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/beta-permalink-and-text/#post-5103847)
 * Yes even though it didn’t display like I wanted it, the code is entirely from
   the theme.
 * What I am asking is about the data that is being passed thru, not how they are
   later massaging it.
 * It has the external url and the anchor text in the link info.
 * I was wondering if I could just get the external url only. Was thinking that 
   this would be the way it is if it was the shortcode version of this data so you
   could create your own Read More” text.
 * Hope I am making sense…
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/beta-permalink-and-text/#post-5103853)
 * if you are using the autopost, you can go into any post and edit it to see what
   comes in from my plugin – anything else comes from the theme.
 *  Thread Starter [peteduignan](https://wordpress.org/support/users/peteduignan/)
 * (@peteduignan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/beta-permalink-and-text/#post-5103855)
 * Ok thanks Allen. Was trying to keep it as automated as possible.
 * I guess that is just 1 more good reason to use the shortcode and let your plugin
   handle all the formatting. LOL

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

The topic ‘beta – permalink and text’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-rss-multi-importer_a9b8a0.svg)
 * [WP RSS Multi Importer](https://wordpress.org/plugins/wp-rss-multi-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-multi-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-multi-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-multi-importer/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [peteduignan](https://wordpress.org/support/users/peteduignan/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/beta-permalink-and-text/#post-5103855)
 * Status: resolved