• cortlandune

    (@cortlandune)


    I was trying to use this example code in my functions.php but it’s not working.

    add_action(‘inside-comic-navigation’, ‘custom_insert_into_navigation_forum_link’);
    function custom_insert_into_navigation_forum_link() { ?>
    Forum
    <?php }

    I’m not sure what I’m doing wrong, it’s in-between the opening and closing php tags it should just work shouldn’t it? Am I missing an accompanying bit of code that makes it work? Or could it be a bug?

    https://wordpress.org/plugins/comic-easel/

Viewing 1 replies (of 1 total)
  • Plugin Author Frumph

    (@frumph)

    Need to format the text by using the [code] button above the editor ... but from I see, you need to make the code return a $string with the text you want, not do ?> txt here <?php

Viewing 1 replies (of 1 total)

The topic ‘Adding Items with inside-comic navigation not working’ is closed to new replies.