Advertisement
Guest User

wxr (skin)

a guest
Mar 26th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
  3. <!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
  4. <!-- You may use this file to transfer that content from one site to another. -->
  5. <!-- This file is not intended to serve as a complete backup of your site. -->
  6.  
  7. <!-- To import this information into a WordPress site follow these steps: -->
  8. <!-- 1. Log in to that site as an administrator. -->
  9. <!-- 2. Go to Tools: Import in the WordPress admin panel. -->
  10. <!-- 3. Install the "WordPress" importer from the list. -->
  11. <!-- 4. Activate & Run Importer. -->
  12. <!-- 5. Upload this file using the form provided on that page. -->
  13. <!-- 6. You will first be asked to map the authors in this export file to users -->
  14. <!-- on the site. For each author, you may choose to map to an -->
  15. <!-- existing user on the site or to create a new user. -->
  16. <!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
  17. <!-- contained in this file into your site. -->
  18.  
  19. <!-- generator="<%version%>" created="<%date(%Y-%m-%d %H:%M:%S)%>" -->
  20. <rss version="2.0"
  21. xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
  22. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  23. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  24. xmlns:dc="http://purl.org/dc/elements/1.1/"
  25. xmlns:wp="http://wordpress.org/export/1.2/"
  26. >
  27.  
  28. <channel>
  29. <title><%blogsetting(name)%></title>
  30. <link><%blogsetting(url)%></link>
  31. <description><%blogsetting(desc)%></description>
  32. <pubDate><%date(rfc822)%></pubDate>
  33. <language>pt-BR</language>
  34. <wp:wxr_version>1.2</wp:wxr_version>
  35. <wp:base_site_url><%blogsetting(url)%></wp:base_site_url>
  36. <wp:base_blog_url><%blogsetting(url)%></wp:base_blog_url>
  37.  
  38. <%MemberList%>
  39.  
  40. <%categorylist(wxr)%>
  41.  
  42.  
  43. <generator>http://wordpress.org/?v=3.5.1</generator>
  44.  
  45. <%blog(wxr,5000)%>
  46. </channel>
  47. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement