/* Enable post formats*/ add_theme_support( 'post-formats', array( //you can specify multiple formats in array. 'aside', //aside 'gallery', //gallery 'image', //image ) );
/*Styles for post editor in admin panel Apply*/ add_editor_style(); //loads editor-style.css by default. You can also specify your own file path as an argument.
MEMOMEMO
Useful code to write in functions.php (Part 2)
2023-11-14 23:54