Title: how to manage this shortcode function?
Last modified: September 1, 2016

---

# how to manage this shortcode function?

 *  Resolved [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * (@ravipatel)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/how-to-manage-this-shortcode-function/)
 * How we can manage content with this type short code?
 * `[URL="http://www.xyz.me/threads/asdasatch-asdasdOnline-Download"][SIZE=4][COLOR
   =green]Title hear [/COLOR][/SIZE][/URL]`

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

 *  Thread Starter [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * (@ravipatel)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/how-to-manage-this-shortcode-function/#post-7564179)
 * This shortcode form “vbulletin” so we need to transfer in wordpress.
 *  Thread Starter [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * (@ravipatel)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/how-to-manage-this-shortcode-function/#post-7564210)
 *     ```
       shortcodeFname($atts, $content = null) {
           $content = "<b>".$content."</b>";
           return do_shortcode( $content );
       }
       add_shortcode('your_shortcodename', 'your_shortcodeFname');
       ```
   

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

The topic ‘how to manage this shortcode function?’ is closed to new replies.

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 1 participant
 * Last reply from: [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/how-to-manage-this-shortcode-function/#post-7564210)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
