/ Published in: PHP
Add a css file to style the visual editor to resemble the theme style.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function projectname_setup() { } add_action( 'after_setup_theme', 'projectname_setup' );