Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

janfeng on "What to make this work ? /%postname%/"

$
0
0

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
}


Viewing all articles
Browse latest Browse all 8245

Trending Articles