Creating a theme on WordPress : allow the admin panel to manage images -
sorry bad english, not first language
new wordpress, , want create own theme scratch.
know functions wp_nav_menu(array('theme_location' => 'main_menu'))
or the_content()
dont know function use in order allow wordpress "customize page" choose image display on page.
need write instead of <img src="<?php bloginfo('stylesheet_directory');?>/images/myimage.png" />
website admin change image customize tool, without having change or add image manually in wordpress directory ?
thank time
Comments
Post a Comment