Get User posted Content from wordpress to Other website using Ajax request -


i have 1 wordpress , other html website. in wordpress contain user posts. need content wordpress site html website using ajax request.

i pass user email id through ajax request ,from request need specified user posted content wordpress. possible.please suggest better option.

first of can user details

https://codex.wordpress.org/function_reference/get_current_user_id

[to need install plugin, run php in wordpress environment]

then can use ajax place appropriate data, other web services or web page.

http://api.jquery.com/jquery.post/


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -