-
Created a topic, [Enhanced Category Pages] category slug changed every time I save, on the site WordPress.org Forums:
Category/taxonomy slug is changed to “example-2&… -
Created a topic, [Resolved] Image only URL without HTML, on the site WordPress.org Forums:
how to get only the URL of the featured image? Instead… -
Posted a reply to [Resolved] [Enhanced Category Pages] Image only URL without HTML, on the site WordPress.org Forums:
never mind. figure it out. <?php $banner_img = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' ); echo… -
Posted a reply to [Resolved] [Enhanced Category Pages] Image only URL without HTML, on the site WordPress.org Forums:
btw. I don’t know why but I’m not able to display the content of the…