Viewing 1 replies (of 1 total)
  • You can display the service description you added in service creator buy adding following code to the file ‘wordpress\wp-content\plugins\corpo_toolkit\templates\taxonomy-corpo_services.php’

    <?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); echo $term->description; ?>

    It worked for me. Hope it helps you too!!

Viewing 1 replies (of 1 total)
  • The topic ‘How Can I Add Descriptions To Porfolio Categories?’ is closed to new replies.