• Jessica

    (@thejessicapage)


    Hi. I am working on adding shortcodes to my WP Theme. I have figured out how to create the code to get the short codes to work. Now I am hoping someone could direct me to a tutorial on how to create a drop down list to add the short codes to? So they only have to select the short codes from the list with the text selected?

    I already have a drop down menu, and I bring in styles via:

    array(
            	'title' => 'Font Size 11px',
            	'inline' => 'span',
            	'styles' => array(
            		'font-size' => '11px'
    
            	)

    Does anyone know how to add the shortcode to this so that it will display?

  • The topic ‘Building Shortcode Menu In WP Dashboard’ is closed to new replies.