I would like to use wp as a news log for my professional website.
I am an oldbie on the 'net so I'm not sure how this is typically done these days, but I was planning to strip all the wp formatting tags from the post pages, add a few tags with my own site's stylesheet referenced, and use a php include on the other site to slurp that file.
As far as I can tell this involves manually editing the index.php for one of the themes (probably just default.)
Does this make sense or is there an easier way of doing this? I don't need for these posts to be available on an individual site, I just want to include them on a page on my professional site.
Any thoughts or advice would be appreciated!