이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Customizable XML Feeds

설명

CustomXML uses a custom taxonomy to create rss feeds that can be utilized by Exact Target or
other services.

This plugin creates a custom xml feed, formatted to be usable by Exact Target or other any
other service that relies on information from RSS/XML feeds.

Activating the plugin adds a custom taxonomy called “Email Tags” to posts. This custom
taxonomy is utilized by the plugin to generate custom endpoints for rss feeds. “Email Tags”
are custom tags that appear like any other archive in WordPress. However, custom layout
settings can be applied on the plugin settings page to customize the length of the feed,
the size of the images in the feed, and the length of the content in the feed.

Note about images:

  • Because of the nature of image sizes, I will not add functionality to go back and resize
    all images for the correct categories. If you need to change it and go back to change image
    sizes, try the Regenerate Thumbnails plugin

Right now, this is limited to just “posts”. However, to add it to additional post types,
create a new filter on ‘CustomXML\tag_post_types’ to and add the custom post types to the
array.

The plugin also creates a custom excerpt that can be used to override the default grabbed
by the feed. Rather than using a portion of the content to generate the description, it
will use the custom excerpt, if it exists. Otherwise, it’ll pull an excerpt from the except,
and finally from the post.

The format of the feed is:

``

Title of the Post
Permalink to the Post
Associated Image URL
Story Description

Feeds can be located at

  1. Base: example.com/?feed=xtxml
  2. Custom Email Tag: example.com/email-tag/email-tag-slug/?feed=xtxml
  3. Other taxonomy: example.com/category/category_name/?feed=xtxml

Upcoming

  • Create setting to choose which post types the taxonomy should be registered with. Accessible
    currently only by using a filter (‘CustomXML\tag_post_types’).

설치

  1. Upload customizable-xml-feeds to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create email tags to be used in stories.
  4. Go to the settings page and configure layout for the tags.
  5. Tag stories to appear in those feeds.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Customizable XML Feeds”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Customizable XML Feeds”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

Version 1.0.0

  • Initial Release