How Do I Embed a Medium Blog Into WordPress?

Adding a blog to a WordPress site is relatively easy. The first step is to identify the blog’s domain name (e.g. blog.

mydomain.com). Once you have that, add the following lines to your WordPress site’s wp-config.php file:.

define( ‘BLOG_URL’, ‘http://blog.mydomain.com’);

define( ‘BLOG_ID’, ‘myblog’);

Then, add a line to your theme’s functions.php file to load the blog’s RSS feed:

function myblog_feed() {

add_feed( ‘myblog’, ‘http://blog.com/rss/’);

}

You’re now ready to add the blog’s content to your WordPress site. To do this, go to your WordPress site’s content management system (CMS) and click on “Posts” in the main menu.

On the Posts screen, click on the “Add New” button and then select “Blog Post.” In the Blog Post editor, enter the blog’s title and content, and then click on the “Publish” button.