Thread Starter
elani
(@elani)
OK, I understand. Thank you for taking the time 🙂
Thread Starter
elani
(@elani)
OK thanks. I found where it comes from. The <?php the_post_thumbnail(); ?> added this.
I just wanted not to use absolute URLs at all since I never do that and in case I change domains I won’t have to worry about this.
-
This reply was modified 4 years, 11 months ago by elani.
Thread Starter
elani
(@elani)
Hi @marceljm and thank you for answering so quickly.
The code in question is a simple <img src="" /> which I can see on my index.php page when I look at the source, before each post.
<img fifu-featured="1" width="2048" height="1152" src="https://.....jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="..." title="..." title="..." loading="lazy" />
I was asking for the relative URLs because even though my images are on my server, I don’t want to use the WordPress Media Library.
-
This reply was modified 4 years, 11 months ago by elani.