Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jaysmg
tagDiv Member

i know its generated by wordpress but where can that be changed? If I were to use a CDN, the CDNs URL would replace the wordpress URL so theres gotta be somewhere where http://www.domain.com can be changed. right now its using the domain where the wordpress install is, but the current domain and the wordpress install domain are different so i want to change the domain in the image URL to the current domain

jaysmg
tagDiv Member

getting closer! if you look at this code here:
$image_html = '';

I believe what I’m looking for is: $featured_image_full_size_src[‘src’].

im trying to redefine the domain in the image source URL. Heres an example: http://www.domain.com/uploads/image-file.png

In the above im trying to redefine the part in bold

jaysmg
tagDiv Member

no what i mean is where is the PHP/Wordpress code that generates the images? For example I see this in loop-single-3.php:
echo $td_mod_single->get_image('td_681x0');
so where can i see what this command does? im trying to find the php that tells the theme the URL path of the image

jaysmg
tagDiv Member

Hello! I have this setup in a php file in the mu-plugins folder that i created

jaysmg
tagDiv Member

the menu still ends up bein hidden at the top for some reaosn

jaysmg
tagDiv Member

this hides it on the website but in the backend the category is still hidden there also so its the same as the code i had before, what else can i try to get the post visible in the backend?

jaysmg
tagDiv Member
Viewing 7 posts - 1 through 7 (of 7 total)