How can I get categories stub
-
I want to use images in my home page. Their folder name are same with post category name and their name is same with post name. I can find image name with code <?php echo $post->post_name; ?> but I couldn’t take categories stub link like category-name. What should be the code
<img src=”/wp-content/image/category-name/<?php echo $post->post_name; ?>.jpg” />
The code should be return likehttps://mysite.com/wp-content/image/wordpress-theme/live.jpg
- The topic ‘How can I get categories stub’ is closed to new replies.