• Resolved cschot

    (@cschot)


    I created the following shortcode:

    add_shortcode( ‘shortcode_test’, function(){
    echo ‘test’;
    });

    Then I created a column with type shortcode and selected the shortcode ‘shortcode_test’ from the list.
    After saving the column set the column became visible. But the value of the field was a dash, rather than the word test, which I was expecting.

Viewing 1 replies (of 1 total)
  • Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    Please notice that our Shortcode does not render the shortcode itself. It checks the content of your post and tries to find any matched shortcodes and renders it in the column. So in order to display something, you’ll need to use the shortcode in your content. We don’t have a column for what I think you’re trying to accomplish.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode column not functioning’ is closed to new replies.