Good evening everyone
I would like to be able to modify the line below and I don’t know in which directory it is located ?
here is the directory
Good evening everyone
I would like to be able to modify the line below and I don’t know in which directory it is located ?
here is the directory
Hi, to locate the file you’re looking for, start by checking your theme’s folder under /wp-content/themes/your-theme-name/
. Look for the file responsible for rendering the page you’re modifying (it could be single.php
, page.php
, or another template file). If you’re using a custom template, it may have its own file within the theme folder.
Let us know how that goes.
Thank you for your response
The theme is in wp-content/themes/Divi and I would like to find the .php file where the links are located in order to modify the images of the site.
Thanks for the details. Try looking in the /wp-content/themes/Divi
folder for template files like header.php
or footer.php
where links and images might be embedded.
Also, check Divi’s custom builder options—some content could be managed through Divi’s visual builder rather than directly in the .php files. For images specifically, they could be controlled via modules within the Divi builder.