Custom Newsletter Theme Images Home › Forums › Newsletter Plugin Support › Custom Newsletter Theme Images This topic has 7 replies, 2 voices, and was last updated 9 years, 4 months ago by Stefano. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 23, 2014 at 12:28 pm #10351 dsueiroParticipant I’ve follwed the instructions to create my custom theme at: https://www.thenewsletterplugin.com/plugins/newsletter/newsletter-themes I want to include some images (located at wp-content/extensions/newsletter/emails/themes/mine) on my theme.php. I realized that there is a “plugins_url” php function. What is the php function to get the url of my custom theme folder? January 23, 2014 at 12:32 pm #10352 StefanoKeymaster That function is something different, you cannot use it. Just put the full URL of your images in the HTML. January 23, 2014 at 12:40 pm #10353 dsueiroParticipant Thanks. So, I can’t have a full custom theme? I still have to edit the HTML source by hand? January 23, 2014 at 12:42 pm #10354 StefanoKeymaster You can create your theme starting, if you need, from an already packaged theme, there is no problem. Just follow the instructions on my site. When created the theme, you don’t need to edit the generated newsletter or you can do only small changes. January 23, 2014 at 12:47 pm #10355 dsueiroParticipant I’ve already did it. But I need to include my wesite logo on the custom theme. How can I accomplish this? January 23, 2014 at 11:39 pm #10368 StefanoKeymaster just add an img tag pointing to your logo, you can upload the logo in the theme folder. January 24, 2014 at 3:07 pm #10381 dsueiroParticipant Thanks. I’m sorry but I’m not a php expert. Could you please help me? How can I modify the sentence bellow to accomplish this? <tr style=”background: #fff; background-image: url(<?php echo plugins_url(‘site-logo.png’, __FILE__); ?>); height:80px;width:600px;” cellspacing=”0″ border=”0″ align=”center” cellpadding=”0″ width=”600″ height=”80″> </tr> January 24, 2014 at 4:59 pm #10384 StefanoKeymaster Hi background images are NOT shown by most of the email client. Anyway, put the images in your theme folder, for example: wp-content/extensions/newsletter/emails/themes/mytheme/logo.jpg and then refer to it as http://www.yoursite.com/wp-content/extensions/newsletter/emails/themes/mytheme/logo.jpg Author Posts Check out our premium plans with priority support. Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In