Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7870593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:39:53+00:00 2026-06-03T01:39:53+00:00

I have a project where i have to link values given the wordpress backend

  • 0

I have a project where i have to link values given the wordpress backend to xmls, since i am new to Worpress i don’t know where to start.

So the xml looks like this

    <?xml version="1.0"?>
<articles>
    <article>
        <title><![CDATA[Teddiedrum - The Audience]]>
        </title>
        <image><![CDATA[http://niteversions.com/uploads/Teddiedrum-The-Audience-490x490.jpg]]>
        </image>
        <content>
            <![CDATA[Oei.]]>
        </content>
        <date>
            <![CDATA[16/04/2012]]>
        </date>
    </article>
    <article>
        <title><![CDATA[Soap&Skin - Boat Turns Toward The Port ]]>
        </title>
        <image><![CDATA[http://neuundgut.zib21.com/wp-content/uploads/2011/12/soap-skin-boat-turns-towards-the-boat-video.jpg]]>
        </image>
        <content>
            <![CDATA[Elke aanleiding moéten we gebruiken om deze magistrale Soap&Skin-song te posten. We geraken immers nog steeds niet uit de wurggreep van ‘Boat Turns Toward The Port’. De 22-jarige Anja Plaschg slaat ons, op amper 2:30, compleet murw met dit hartverscheurend, schuifelend treurlied. Alle haren overeind, woensdagavond in AB, Brussel.]]>        
        </content>
        <date>
            <![CDATA[17/04/2012]]>
        </date>
    </article>
    <article>
        <title><![CDATA[Mr. Scruff Vs Kirsty Almeida - Pickled Spider]]>
        </title>
        <image><![CDATA[http://ecx.images-amazon.com/images/I/41HRpRNhG-L.jpg]]>
        </image>
        <content>
            <![CDATA[De dolgedraaide Ninja Tuner Mr Scruff palmt vrijdag - van 20u30 tot 2u (!) - het podium van de Brusselse VK* in. Mail snel naar filip.rifraf@skynet.be met als subject Mr. Scruff voor één van de 3 gratis duotickets. De winnaars maken we hier donderdag bekend. “Maar als je niet tegen vette bassen kan, ben blijf je beter thuis”, waarschuwt hij. Doe de bass-test met deze ‘Pickled Spider’.]]> 
        </content>
        <date>
            <![CDATA[18/04/2012]]>
        </date>
    </article>
    <article>
        <title><![CDATA[DJ Muggs feat Dizzee Rascal & Bambu - Snap Ya Neck Back]]>
        </title>
        <image><![CDATA[http://www.danceeuphoria.com/wp-content/uploads/2012/03/djmuggssnapyaneckback.jpg]]>
        </image>
        <content>
            <![CDATA[Een goed jaar geleden op de RifRaf-cover, nu bruutweg een banaan molesterend. Tsssss.]]> 
        </content>
        <date>
            <![CDATA[18/04/2012]]>
        </date>
    </article>
    <article>
        <title><![CDATA[Steak Number Eight - Dickhead]]>
        </title>
        <image><![CDATA[http://userserve-ak.last.fm/serve/500/6144813/Steak+Number+Eight++010.jpg]]>
        </image>
        <content>
            <![CDATA[Een goed jaar geleden op de RifRaf-cover, nu bruutweg een banaan molesterend. Tsssss.]]>
        </content>
        <date>
            <![CDATA[19/04/2012]]>
        </date>
    </article>
    <article>
        <title><![CDATA[The Heart Is A Drum - Drums Are For Parades feat. Tim Vanhamel]]>
        </title>
        <image><![CDATA[http://www.liegecity.be/wp-content/uploads/2012/03/DrumsAreForParade.jpg]]>
        </image>
        <content>
            <![CDATA[De 'IMPERIVM’-picture disc van Drums Are For Parades is één van de vele, unieke releases nav Record Store Day, nu zaterdag. Drums Are For Parades sluiten trouwens die hoogdag van de onafhankelijke platenwinkels ’s avonds live af in Handelsbeurs, Gent. Uit ‘IMPERIVM’, deze ‘The Heart Is A Drum’ feat. Tim Vanhamel.]]>
        </content>
        <date>
            <![CDATA[20/04/2012]]>
        </date>
    </article>
</articles>

What i want is to make fields in the backend like title, image, content, date and everytime this field is saved it adds a new node to the xml.

Any information on how to start doing this / the steps i have to undertake would be welcome.

Kind regards

Toon

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T01:39:54+00:00Added an answer on June 3, 2026 at 1:39 am

    There’s already 2 tools available in wordpress import and export xml in backend just install that and you’ll get what you want there’s no need to do any custom thing on every post but if you still want it then read about 'publish_post' hook

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have the following (desired) folder structure: *CommonProject *Project#1 ----> CommonProject(link) *Project#2 ---->
I have an old c++ project compiled with VC6. I need to statically link
I get this error when trying to link a win32 exe project. I have
I know that people have had some trouble with undefined CssClass values when using
If we have more areas in one project, where should routing values should be
I have two different project A & B. Inside the project A I link
In my Rails project I have the following code: auto_link( h( wrap_long_string(post.text,50) )).gsub(/\n/,<br />)
I have project Emle in Launchpad . I set it to import from emle.svn.sourceforge.net
I have project in Dropbox and two running laptops: one with Ubuntu and one
I have project written in Zend Framework and it works fine most of environments.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.