A
A
Andrey Filimonov2017-04-15 10:56:33
css
Andrey Filimonov, 2017-04-15 10:56:33

How to correctly specify relative links on a Word Press site?

Hello, I'm trying to install a letsencrypt certificate. How to correctly specify a relative link, for example, to an image? There is a picture "individualnaya-trenirovka-dlya-detej.jpg" in the "images" folder. I thought it would be right

<img src="/images/individualnaya-trenirovka-dlya-detej.jpg" alt=""/>

but does not show. The full path in the ISP manager is
~/www/gymbalance.ru/wp-content/themes/gymbalance/images/individualnaya-trenirovka-dlya-detej.jpg

Menu links in this format work well. What's wrong? <a href="/info/">О нас</a>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mr Crabbz, 2017-04-15
@fil_and

<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/individualnaya-trenirovka-dlya-detej.jpg" alt=""/>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question