view attatched image
-
I have a taxonomy actor with the image attached, so to view the queried object name php code is:
<?php echo get_queried_object()->name; ?>so how would I view the attached image:
<?php echo get_queried_object()->image; ?>doesn’t work.
The topic ‘view attatched image’ is closed to new replies.