• add_action(‘admin_print_footer_scripts’,’eg_quicktags’);
    function eg_quicktags() {
    ?>
    <script type=”text/javascript” charset=”utf-8″>
    edButtons[edButtons.length] = new edButton( ‘button’, ‘postname’, ‘/%postname%/’, ”, ” );
    </script>
    <?php
    }

  • The topic ‘What to make this work ? /%postname%/’ is closed to new replies.