The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
55 views

Import External XML

I don't know where to start with this one. I would like to create custom post type which will list properties on clients website. I would like those properties being feed from another ...
1
vote
1answer
819 views

How to get a Google maps SQL->XML->map marker tutorial to work in WordPress

I have been trying to figure out what is wrong with my code for a couple days now, and I cant seem to crack it. I am trying to follow this tutorial: ...
0
votes
1answer
127 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
1answer
45 views

How to create import option for xml

I want to put in theme admin page an option for demo content XML. This option should offer the possibility to switch between Demo Content and Default WordPress installation content. If I select ...
0
votes
1answer
117 views

Attach images to posts using custom fields (just paths to images already upld)

I'm setting up a real estate website, which i make listings using a custom post type 'listings' in which I have multiples metaboxes for beds, baths, and all other informations. I use a plugin to ...
0
votes
1answer
38 views

Embedded Feed Update

I am trying to embed a feed on my site. The plugin I am using is called Hungry Feed. I have the feed properly embedded and everything seems to be working except one thing. The feed updates... How ...
0
votes
1answer
85 views

How to update post meta with xml data

I am trying to get this to work, but it doesn't. What is wrong? $tutorgeocodesrc = "http://where.yahooapis.com/geocode?location=" . urlencode($tutoraddressfull) . "&appid=..."; $tutorgeocode = ...
-3
votes
1answer
264 views

How to import data from another website using an API link?

I have an API link ($content bellow), and I need to display the content fetched from this link in the dashboard. I don't have slightest idea how to do this. if( !class_exists( ...
1
vote
0answers
127 views

Lead/contact form export to XML

I have a lead form that I want to send leads to an external CRM in XML format when someone fills it out. Ive looked at most of the popular solutions documentation (Contact form 7, gravity, Wufoo) and ...
0
votes
0answers
17 views

How to add featured image or custom field to xml feed?

I already tried the plugins RSS Manager, Add featured image to RSS feed and Featured Image In Rss Feed. But all they do is add the image inside the <description> attribute of the xml feed. ...
0
votes
0answers
21 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
35 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() ...