Title: Schortcode
Last modified: August 20, 2016

---

# Schortcode

 *  Resolved [michael000](https://wordpress.org/support/users/michael000/)
 * (@michael000)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/schortcode/)
 * I have edited the upgrade.php to set up a set list of pages when a new user signs
   up, but having a problem with one of the pages its has a shortcode on it and 
   nothing else but when is createing page is removing the shortcode and replacing[]
   with ” anyone know how to set it so that the shortcode works?

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

 *  [Axel13](https://wordpress.org/support/users/axel13/)
 * (@axel13)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/schortcode/#post-2661617)
 * In your code, perhaps you could try to replace the [] with html
 * [ = [
    ] = ]
 * GL!
 *  [Axel13](https://wordpress.org/support/users/axel13/)
 * (@axel13)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/schortcode/#post-2661618)
 * ooops 🙂 This proves uit works 🙂
 *     ```
       [ = [
       ] = ]
       ```
   
 *  [Axel13](https://wordpress.org/support/users/axel13/)
 * (@axel13)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/schortcode/#post-2661619)
 * darn. It works too good.
 * Check for the code here: [http://www.w3schools.com/tags/ref_ascii.asp](http://www.w3schools.com/tags/ref_ascii.asp)
 *  Thread Starter [michael000](https://wordpress.org/support/users/michael000/)
 * (@michael000)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/schortcode/#post-2661622)
 * managed to sort the ” problems but will not inserct shortcode into new page when
   creating site?
 *  [Axel13](https://wordpress.org/support/users/axel13/)
 * (@axel13)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/schortcode/#post-2661625)
 * Yes, I think all you need to do to get the shortcode is to replace the quare 
   brackets with the html-code that replaces them.
 * So, if you shortcode is f.ex. [somecode], you can write “& #91;somecode& #93;”
   without space after the &
 * I hope this helps, I’m not entirely certain I understand your question well enough.
 * If this would not work, perhaps you could try with a plugin that makes sure WP
   does not replace any code.

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

The topic ‘Schortcode’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 5 replies
 * 2 participants
 * Last reply from: [Axel13](https://wordpress.org/support/users/axel13/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/schortcode/#post-2661625)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
