Plugin yìí kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress. Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

RSS King Pro

Àpèjúwe

Ìtumọ̀ Yorùbá: —

Stay up-to-date with the latest by following @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+

Ìtumọ̀ Yorùbá: —

RSS King Pro gives you the freedom to display a RSS feed or feeds onto your pages and posts with ease. The numerous options
available provides choice in how your feed displays on your pages. You can choose how many items are returned onto the page, whether the feed paginates and whether you
display those pages via AJAX giving your users a simple way to view the feed your providing.

You have control on the information from the feed that is returned on the page and how it is displayed by using variables within a HTML layout for each item.
Variables have been setup to give you choice in what details are shown for the items.

You can use RSS King Pro in two ways, either shortcode or widget. Both have the same settings available.

Ìtumọ̀ Yorùbá: —

If you have any suggestions or would like to see a feature in the plugin, please let me know in the support forum.

Any issues you are having, IÌtumọ̀ Yorùbá: ’d also love to know, so again, please let me know using the support forum.

Ìtumọ̀ Yorùbá: —

Ìtumọ̀ Yorùbá: —

Check out the King Pro Plugins range

Options

Shortcode Options

  • feedaddress
    Default Ìtumọ̀ Yorùbá: – ‘no feed’ | This field takes the external web address(es) of the feed you want to pull. To list multiple addresses, separate with ‘|’.
  • display
    Default Ìtumọ̀ Yorùbá: – ‘5’ | Number of items to list on output
  • order
    Default Ìtumọ̀ Yorùbá: – ‘desc’ | List order of items. Options are ‘desc’, ‘asc’ and ‘none’
  • dateformat
    Default Ìtumọ̀ Yorùbá: – ‘j F Y, g:i a’ | Date string format. This can take text, some characters will need to be escaped (eg ‘\P\o\s\t\e\d o\n \t\h\e jS \of F \i\n Y’). View PHP date page for more information.
  • target
    Default Ìtumọ̀ Yorùbá: – ‘_self’ | Target of the links. Standard options are ‘_self’, ‘_blank’, ‘_parent’ and ‘_top’.
  • titlelength
    Default Ìtumọ̀ Yorùbá: – ‘all’ | Numeric length of the output title. If no limit, ‘all’ is the value.
  • descriptionlength
    Default Ìtumọ̀ Yorùbá: – ‘all’ | Numeric length of the output description. If no limit, ‘all’ is the value.
  • contentlength
    Default Ìtumọ̀ Yorùbá: – ‘all’ | Numeric length of the output content. If no limit, ‘all’ is the value.
  • readmorelink
    Default Ìtumọ̀ Yorùbá: – false | Turns on the “ream more” link when shortening the description or content fields. Options are true or false
  • readmoretext
    Default Ìtumọ̀ Yorùbá: – ‘Read more’ | The text you would like on the “Read more” link
  • renderhtml
    Default Ìtumọ̀ Yorùbá: – false | Enable rendering of HTML from the description/content data. Options are true or false
  • format
    Default Ìtumọ̀ Yorùbá: – ‘< ?= htmlspecialchars('##PUBDATE####LINK####DESCRIPTION##’); ?>’ | Format of the output items. Available variable below
  • class
    Default Ìtumọ̀ Yorùbá: – ” | Class attached to the list parent
  • timezone
    Default Ìtumọ̀ Yorùbá: – ‘UTC’ | Set timezone for the output. View PHP timezones for more information on options
  • paging
    Default = true | Enable paging of the RSS. The ‘display’ option then becomes how many items per page. Options are true or false
  • pagingtype
    Default = ‘paging’ | Choice of the type of paging output. Options are ‘paging’, ‘numbers’ or ‘both’
  • paginglocation
    Default = ‘bottom’ | Choice of the location of the pagination output. Options are ‘bottom’, ‘top’ or ‘both’
  • ajax
    Default Ìtumọ̀ Yorùbá: – false | Enable AJAX loading. Instead of previous and next links for paging, this will display a ‘view more posts’ link which will allow the following page to load in underneath the existing list, and will continue to do so until the list is complete.
  • nextpagetext
    Default Ìtumọ̀ Yorùbá: – ‘Next Page’ | Text on the ‘next page’ link (only displays when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax is off).
  • prevpagetext
    Default Ìtumọ̀ Yorùbá: – ‘Previous Page’ | Text on the ‘previous page’ link (only displays when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax is off).
  • nextpageclass
    Default Ìtumọ̀ Yorùbá: – ‘rss_pagination_next’ | Class on the ‘next page’ link (only displays when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax is off).
  • prevpageclass
    Default Ìtumọ̀ Yorùbá: – ‘rss_pagination_prev’ | Class on the ‘previous page’ link (only displays when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax is off).
  • activeclass
    Default Ìtumọ̀ Yorùbá: – ‘rss_pagination_active’ | Class on the ‘active page’ link (only displays when paging is on, pagingtype is ‘numbers’ or ‘both’ and ajax is off).

Format Variables

<

p>You can control the output by defining what information is output in the format by using variables. These variables are defined by an uppercase word surrounded by hashes (2 hashes on either side). The available variables are:
* ##FEEDTITLE##
Outputs the title of the FEED the items are coming from.
* ##PUBDATE##
Outputs the date the item was posted. The date format controls the output of this.
* ##TITLE##
Outputs the TITLE of the item. There is no link to the original post on this (use ##LINK## for a title with link)
* ##LINK##
Outputs the TITLE of the item with a link to the original page.
* ##DESCRIPTION##
Outputs the excerpt of the item. This can be shortened further using the ‘descriptionlength’ option.
* ##CONTENT##
Outputs the content of the item. This can be shortened using the ‘contentlength’ option.
* ##CATEGORIES##
Outputs a list of attached categories of the item
* ##CATEGORY##
Outputs the first category of the item
* ##AUTHORS##
Outputs a list of attached authors of the item
* ##AUTHOR##
Outputs the first author of the item
* ##CONTRIBUTORS##
Outputs a list of attached contributors of the item
* ##CONTRIBUTOR##
Outputs the first contributor of the item
* ##COPYRIGHT##
Outputs any attached copyright text
* ##ENCLOSURE##
Outputs an attached image, if any
* ##GUID##
Outputs the unique ID for the item in the feed
* ##UNIQUEKEY##
Outputs the unique key for the item in the feed

Ìgbéwọlẹ̀

  1. Download and unzip the zip file onto your computer
  2. Upload the ‘relatedkingpro’ folder into the /wp-content/plugins/ directory (alternatively, install the plugin from the plugin directory within the admin)
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Drag the widget into your sidebar and modify the settings or insert the shortcode into a post or theme template.

Ìtumọ̀ Yorùbá: —

Having Trouble? Get support either on the support forums here or at @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+

Ìtumọ̀ Yorùbá: —

FAQ

After activating this plugin, my site has broken! Why?

Nine times out of ten it will be due to your own scripts being added above the standard area where all the plugins are included. If you move your javascript files below the function, “wp_head()” in the “header.php” file of your theme, it should fix your problem.

Ìtumọ̀ Yorùbá: —

Have a question thats not listed? Get support either on the support forums here or at @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+

Ìtumọ̀ Yorùbá: —

Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

Àwọn Olùkópa & Olùgbéejáde

“RSS King Pro” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “RSS King Pro” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

1.0.9

  • Additional field for ENCLOSURE that contains an image if it exists in the feed

1.0.8

  • URL to ajax loader image fixed up
  • KPP logo update

1.0.7

  • Addition of paginglocation shortcode option to control the output location of the pagination.
  • Addition of renderhtml shortcode option to control description output better
  • Addition of readmorelink and readmoretext shortcode option to be utilised when shortening the description and content fields

1.0.6

  • Addition of pagingtype and activeclass shortcode options to output numbers pages.

1.0.5

  • Fix to URL output on pagination to handle existing GET variables

1.0.4

  • Addition of error checking and reporting
  • Fixed ability to add multiple feeds by changing the splitter from ‘,’ to ‘|’

1.0.3

  • Update to KPP section with release of new plugin
  • Created local copy of Font Awesome as requested by WordPress

1.0.2

  • Quick fix to widget and saving addresses

1.0.1

  • Major styling update to settings page
  • Update to KPP Page styling and layout

1.0

  • Initial