Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Yes, but you’ll have to write some code (or find a plugin or whatever) on that site to fetch and decode. The RSS feed would be at https://example.com/feed, where example.com is a WP site.

    Thread Starter abody5111

    (@abody5111)

    Where I can find it ?? can someone do it for me

    [ Please do not bump. ]

    hemalmaniyar

    (@hemalupadhyay)

    Hello,

    There are 2 ways either you can do by Feed or by wp-json

    Feed url will be {yoursite_url}/feed

    Or

    wp-json url : {yoursite_url)/wp-json/wp/v2/posts

    By this you will recieve format of either xml/json

    then you can code that on your other wesbsite.

    Hope this helps!

    Thanks

    Thread Starter abody5111

    (@abody5111)

    I just want to make a block on my HTML in another site.
    the block shows last 3 posts from my blog.
    how I can do it with feed?

    • This reply was modified 3 years ago by abody5111.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    That’s not a WordPress question. Look for a support group for html coding.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to display recent 3 posts to non-Wodpress site?’ is closed to new replies.