• The wp_list_categories tag and the the_tags tag don’t appear to work with the Shortcode Exec PHP plugin.

    I get the following message when I click the ‘Test’ button:

    [list_categories]=””

    Unexpected output, do not use ECHO but RETURN

    When I use the following code (the list_categories shortcode uses the wp_list_categories tag) the list with categories actually shows up above the ‘Categories’ header.

    <h4>Categories</h4>
    
    [list_categories]

    I used the following code for the [list_tags] shortcode:

    the_tags('<ul><li>','</li><li>','</li></ul>');

    The tags don’t show up at all.

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Shortcode Exec PHP] List Categories’ is closed to new replies.