• I’d been using a flat-file CMS and decided to move everything and start all over with WP… The other CMS would let me create a template for my newsletter and just enter the php includes codes into the HTML and all the content that I would post to the homepage of my site, would automatically populate my newsletter….

    now, the big challenge… (and hoping there is an answer for it).. how can I do that with WP? For ther newsletter I am using a different template… Can this be done?

    I should be able to access it through the browser and be able to pull the HTML to input it into my newsletter software…

Viewing 3 replies - 1 through 3 (of 3 total)
  • What sort of newsletter are we talking about? Is it something you want to publish on the Web site or is it something that’s supposed to go out in an e-mail?

    Thread Starter mrosario

    (@mrosario)

    yes, it goes out in an email…

    its a sepparate page that I have in my server… but, in the other CMS that I was using, I was able to display the news that I posted in the site via php includes…. it was sort of a mirror site… that then, when I was ready to send the newsletter to my subscribers, I would just literally pull the HTML code of that page and past it into my newsletter CMS… very simple and pretty reliable..

    now, I need to do the same: i need to make the blog posts show in that template… I’ve tried entering some php includes from my current configuration but it does not work…

    can this be done? can one display content from WP in two sepparate pages at the same time?

    Thread Starter mrosario

    (@mrosario)

    …. so it would be… index.php were index.php is my homepage where all of my WP posts show and newsletter.php where all of the same homepage posts sort of mirror style…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Create a newsletter template’ is closed to new replies.