Embedding WordPress in another site
-
Hi,
I am trying to embed WordPress in my personal site, just the blog of WordPress. I tried following the next tutorial:
https://codex.www.ads-software.com/Integrating_WordPress_with_Your_WebsiteHowever, when I browse to the website that I placed the code in, I am getting “// Get the last 3 posts. 3 ); $myposts = get_posts( $args ); foreach( $myposts as $post ) : setup_postdata($post); ?> ” as an output instead of the blog posts.
This is in my header: https://puu.sh/aC9Rb/aff872e2aa.png
This is my code that I placed where I’d like the blog posts to appear: https://puu.sh/aC9UH/a97c75fe76.pngAm I missing something or am I doing something wrong?
Regards,
\o/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Embedding WordPress in another site’ is closed to new replies.