• hi , i work on theme

    and i see strange problem

    images and shortcodes not show on shortpost in category

    for example if i put video shortcode it will show the code not video player !!

    i can use featured image for put image on top of my posts but i don’t want it , i want normally my images on top of the posts shown !!

    what code i need ?? is there any hack ??

Viewing 1 replies (of 1 total)
  • Thread Starter arioman

    (@arioman)

    well this tip help me :

    If you want to show the full posts instead of just the excerpt, find the file responsible to render the category loop (probably: category.php), and in that file where it says the_excerpt();replace that with the_content();

    but still not success to show video shortcode in shortposts

    i try to put : add_filter(‘the_excerpt’, ‘do_shortcode’);

    in my function.php but no change

Viewing 1 replies (of 1 total)
  • The topic ‘image and shortcode not show in shortpost category’ is closed to new replies.