Tagged Questions
0
votes
0answers
17 views
how to make sitemap automatically import new page?
is there a way to import new pages to sitemap.xml and sitemap page in wordpress
i created a page
and i added inside it
sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset
...
0
votes
0answers
34 views
add conditionals to a displayed external xml feed
I found the following code online and customized it to pull the xml feeds from our online calendar software and display event information on several different WP pages.
function otpl_add_class_feed() ...
1
vote
1answer
70 views
How can I get an XML export of my 1K+ posts WordPress instance?
I'd like to export my database to XML because the import script to my new blog already supports getting data from that. A database backup or wordpress clone is not that useful in this case. The ...
0
votes
1answer
122 views
How would I echo this XML data from a database using PHP simpleXML?
I am using a formbuilder plugin in Wordpress which submits the form input to the database as XML data. Now I would like to fetch that data and have it displayed in another page. I have started trying ...
0
votes
2answers
218 views
Fetching review value using wpdb class
I'm generating an XML file using PHP for a website where they review tech products. In the XML file, I have to display the rating of products. For rating purposes, I'm using GD Star Rating plugin.
...
0
votes
1answer
784 views
Failed to Open Stream: Permission Denied While Writing to an XML File in a WordPress Plugin
I'm trying to write to an XML file in a WordPress Plugin. I'm on my local machine, a Mac running MAMP. I have PHP 5.2.13 My code is:
$file_handle = fopen('markers.xml', 'w');
$stringdata = "Test ...