m@xx
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Custom Content Type Manager] Display Taxonomy in content single post<div style="display: block;" id="mnu_type"> <ul> <?php $args = array( 'show_option_all' => '', 'orderby' => 'ID', 'order' => 'ASC', 'style' => 'list', 'show_count' => 1, 'hide_empty' => 0, 'use_desc_for_title' => 1, 'child_of' => 0, 'hierarchical' => true, 'title_li' => '', 'show_option_none' => __('No Directory Orgs'), 'number' => NULL, 'echo' => 1, 'depth' => 0, 'current_category' => 0, 'pad_counts' => 1, 'taxonomy' => 'your_taxonomy_name', 'walker' => 'Walker_Category' ); wp_list_categories($args); ?> </ul> </div>Forum: Themes and Templates
In reply to: icon on all element of menu ? theme vantageNot the perfect solution but you can write this in your Menu Navigation Title :
<span class="icon-home"></span>HomeForum: Plugins
In reply to: [Simple Links] Bug with All In One SEO PackHi Mat,
Thanks for explanations. I understand you can’t change link description field in something else. In the future, i’ll avoid to click this button :-))
Forum: Plugins
In reply to: [Simple Links] Example with add_filter('simple_links_shortcode_output …Thanks a lot ! 🙂
Viewing 4 replies - 1 through 4 (of 4 total)