Mobile app version of vmapp.org
Login or Join
Berryessa370

: There's two ways you can do it. "Reverse engineer" the database and use MySQL in PHP code to get the news articles, though it's pretty trivial, and use a few filter functions defined in

@Berryessa370

There's two ways you can do it. "Reverse engineer" the database and use MySQL in PHP code to get the news articles, though it's pretty trivial, and use a few filter functions defined in the WP headers to transform the post content.

Or use the functions entirely from the WP headers, described in codex.wordpress.org/Integrating_WordPress_with_Your_Website.
I did this with my band's website and use Disqus comments to add comments to my static site, but didn't think of using the functions method and went for... manual approach. Either way, it's basically just getting the post data yourself and spewing it out using PHP.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Berryessa370

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme