Reply To: Portfolio issues with conversion to HTML5

Homepage Community Forums Ally Theme Support Portfolio issues with conversion to HTML5 Reply To: Portfolio issues with conversion to HTML5

#7202
stinkykong
Customer

    Eric, sorry if I’m asking for things you don’t support. Can you post the specific code lines you’re talking about?

    The code you mentioned in the thread related to portfolio (in Epik) is this

    <p><?php _e("Display which category:", 'genesis'); ?>
    	<?php wp_dropdown_categories(array('selected' => genesis_get_option('epik_portfolio_cat'), 'name' => GENESIS_SETTINGS_FIELD.'[epik_portfolio_cat]', 'orderby' => 'Name' , 'hierarchical' => 1, 'show_option_all' => __("All Categories", 'genesis'), 'hide_empty' => '0' )); ?></p>

    This was to have the category options display in the Genesis Theme Settings panel of the admin area. But that is working fine. That’s not what is broken.