close
Skip to main content

Questions tagged [xml]

Filter by
Sorted by
Tagged with
1 vote
1 answer
137 views

I'm working on a plugin that deals with Twilio. Twilio makes a post request to the plugin and I have to respond with Twiml which is really just xml. If I try sending it through like this $wp_response =...
Eitan's user avatar
  • 15
1 vote
0 answers
103 views

I am new to WordPress API's and API's in general. I have an external app that is sending a GET request to my WordPress site with an XML string as the only parameter. I created a custom API that ...
Eugene's user avatar
  • 11
0 votes
1 answer
212 views

I have a WordPress site and I should read data from an external source to populate parts of the various pages. I can choose whether to have the external data in an xml or via rest api. The xml will ...
Stefano Vet's user avatar
1 vote
1 answer
540 views

I am testing disabling XML-RPC on WP 6.2.2 via the following snippet: add_filter('xmlrpc_enabled', '__return_false'); But that isn't working. I can still access xmlrpc.php fine. I tried to add it in ...
Xhuljano Llapushi's user avatar
0 votes
0 answers
160 views

I have a strange problem. In PHP 7.4 my script for generating XML for other comparison site worked well, but after upgrading PHP to 8.0 it doesn't work anymore. In sandbox I got these errors: Fatal ...
Borut's user avatar
  • 1
0 votes
0 answers
120 views

I have an xml file with posts, authors, images, and other content that I am importing successfully into a new site, but I would like to remove all categories from posts and make them uncategorized at ...
Johnathan's user avatar
0 votes
0 answers
99 views

At one non-wordpress site, I have to show dynamic posts (depends on chosen result), it`s thumbnail, header and short description. Before, I have to fetch these data from other wordpress site. Can I do ...
FrontLand's user avatar
0 votes
1 answer
836 views

All I want to do is get Wordpress's featured image XML code to use a jpeg link as the meta_value, instead of the image gallery data-id number. Basically change this code: <wp:postmeta> &...
fhonics's user avatar
1 vote
1 answer
130 views

I have a JSON script which at first Search for jobs with a specific attribute and then afterwards Get the job details. For now the script is like this and is saved as a Postman collection: { "...
user140333's user avatar
0 votes
1 answer
408 views

We're importing an eXtended RSS file generated by WordPress thru the native Importer: Tools: Import in the WordPress admin panel Importing parent posts is straightforward, by defining the respective ...
user215574's user avatar
0 votes
0 answers
388 views

I am trying to create a custom XML RSS feed. However, my code is not quite working as expected. Here is what I have done: In functions.php I have created the feed called "top": add_action('...
TurboTobias's user avatar
0 votes
0 answers
286 views

I'm trying to import posts and media with xml but is really slow, because there are 160000 posts and 160000 media. Further many posts are duplicated (same title, different categories and obviously ...
sangkavr's user avatar
0 votes
1 answer
55 views

I don’t know since when it started but today, I looked at it and it shows more than 90k pages are indexed on google in search console when my site has only 90 posts and some pages. https://priceunder....
Frank Smith's user avatar
0 votes
2 answers
740 views

My aim is to import all XML files from a folder inside the WordPress installation (/data/*.xml) To achieve this, I added action in functions.php: /** * Show 'insert posts' button on backend */ ...
Pbalazs89's user avatar
  • 115
0 votes
0 answers
110 views

I'm trying to repurpose a code that worked for CSV files to do the same for XML-> That is import all files in the folder and create Wordpress custom posts(cikkek). So, I managed to parse the XML ...
Pbalazs89's user avatar
  • 115

15 30 50 per page
1
2 3 4 5
12