Title: Display button in PHP
Last modified: August 20, 2016

---

# Display button in PHP

 *  Resolved [Pat Victor](https://wordpress.org/support/users/instovo/)
 * (@instovo)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/display-button-in-php/)
 * Why is this not working when the user is not logged in? When the user is not 
   logged in it shows the [button link …] code.
 *     ```
       if ( !is_user_logged_in() ) {
       echo '
       [button link="" color="#f5840c" size="4" style="8" dark="0" radius="auto" target="self"]JOIN[/button]';}
       ```
   
 * [http://wordpress.org/extend/plugins/synved-shortcodes/](http://wordpress.org/extend/plugins/synved-shortcodes/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Synved](https://wordpress.org/support/users/synved/)
 * (@synved)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/display-button-in-php/#post-3552399)
 * You have to interpret the shortcode through WordPress. Change the echo statement
   to:
    echo do_shortcode(‘ [button link=”” color=”#f5840c” size=”4″ style=”8″ dark
   =”0″ radius=”auto” target=”self”]JOIN[/button]’);

Viewing 1 replies (of 1 total)

The topic ‘Display button in PHP’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/synved-shortcodes_b9a3a6.svg)
 * [WordPress Shortcodes](https://wordpress.org/plugins/synved-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/synved-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/synved-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/synved-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/synved-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/synved-shortcodes/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Synved](https://wordpress.org/support/users/synved/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/display-button-in-php/#post-3552399)
 * Status: resolved