I need to interact my website with an API in the XML format to receive the feeds and store them in custom fields inside WordPress ..
I tried to write the code myself but I'm not the best with PHP so I received many errors especially with the wp insert post function
I will post my code here so you
Is there anyway to get the same details as /users/me api command but in WP backend?
I have backend function that would get the user meta details
custom api /user_meta
public myFunc( $userId ) {
$user_meta = get_user_meta( $userId
I am trying to create an interactive world map using Leafletjs and GeoJSON.
I actually have created the map but I don't knoh how to create a click event for only two countries on the map and display their names into the input fields below the map.
The map looks like this:
I want the user to be able to opt-in to a MailChimp newsletter within a custom footer, which one. of our clients has asked for. The client also uses MailChimp so we therefore cannot use anything like contactform-7 etc
The two images below will help explain. The user will type in their emai
So, I'm grabbing a list of posts from one blog to another using the Wordpress API, I got the list of posts but now on click I would like to show the content of each individual post on my new website.
What's the best approach for that?
Is there a way to create a template file which w
I am adding contacts to my hubspot via API. I can add name, email etc via API. But I am stuck on adding notes to the contacts while I add them. Should I pass the notes field in this API call?
This is how I am adding new contacts:
$data = array(
'properties' =>
I'm grabbing a list of posts from Blog A to Blog B using the wordpress API, so far everything is fine, but how do I access the single post inside Blog B? How do I make it so when I access /blog/post-name it shows me the content from the same post from Blog A?
Anyone has an ide
I'm aware that Woo questions are supposed to be off-topic here, but I've asked this question to WooCommerce support and they suggested that the only way to achieve what we're after is with custom coding, so I'm here to ask if anyone can point me in the right direction...
This relates to an
I am new to using API calls in WordPress. I'm using a third-party application called Zype to manage video content, and I'm using their API to create a custom search query for the video content hosted on their servers, rather than using their out-of-the-box search which is simply an iframe, of the