Title: Add HTML
Last modified: August 20, 2016

---

# Add HTML

 *  Resolved [vinceboul03](https://wordpress.org/support/users/vinceboul03/)
 * (@vinceboul03)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-html-1/)
 * Hi guys,
    I am tired of wasting my time so please help me. I just want to add
   a paypal button to one of my blog page. So it is just a html code that I add 
   to my page but… this is not working. Why? I tried some plugins, but no solutions.
 * Thanks in advance!

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

 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-html-1/#post-3450887)
 * > So it is just a html code that I add to my page but… this is not working.
 *  What is not working? Are you getting errors? How are you adding it to your page?
   Please post a link showing the page you are having a problem on.
 *  Thread Starter [vinceboul03](https://wordpress.org/support/users/vinceboul03/)
 * (@vinceboul03)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-html-1/#post-3450934)
 * Ok, no, it just showing the html text. Here is the link.
 * Thanks.
 *  [Luis Abarca](https://wordpress.org/support/users/luisabarca/)
 * (@luisabarca)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-html-1/#post-3450935)
 * Did you pasted the code in HTML View ?
 * Try to create a short code instead in functions.php of your current theme.
 *     ```
       function paypal_button_func( $atts ){
        return 'all your html code here';
       }
       add_shortcode( 'paypal_button', 'paypal_button_func' );
       ```
   
 * The in your page or entry, add [paypal_button] in place
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-html-1/#post-3450938)
 * It would be better to use a child theme. Otherwise when your theme gets upgraded
   you will loose the code from Luis.
 *  Thread Starter [vinceboul03](https://wordpress.org/support/users/vinceboul03/)
 * (@vinceboul03)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-html-1/#post-3450977)
 * Wow! thanks Luis. I dont really know what I did but the button appeared like 
   magic haha.

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

The topic ‘Add HTML’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [vinceboul03](https://wordpress.org/support/users/vinceboul03/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/add-html-1/#post-3450977)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
