• Resolved merohan

    (@merohan)


    I’m using WordPress Subdomain plugin to use my wordpress catogries as a subdomains in my wordpress.

    I want to build single function.php file or I want to change in following in my code

    Real Code:

    <img src=”‘.get_template_directory_uri().’/scripts/phpThumb/phpThumb.php?src=’.$img_url.’&w=’.$width.’&h=’.$height.’&zc=T&q=95″ alt=”‘.$post->post_title.'” />

    I want to replace get_template_directory_uri with http://www.mywebsite.com/wp-content/themes/yaha/

    how can I do that because after chaning in my code page giving me error.

    please help thanks

  • The topic ‘How can I edit following code line?’ is closed to new replies.