This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

FS Link Posts

ਵੇਰਵਾ

It works with Posts, Pages and Custom Post Types, giving you a really simple way to make one post refer to another. Not to be confused with automated “Related Posts” plugins.

It’s probably most handy for Custom Post Types, where you may want to display a list of similar items based on factors that are indeterminable for an automatic algorithm.

Current Limitations

  • It’s only a one-way reference for now
  • It’s limited to linking posts of the same type

If you need help or have ideas for more features, please use the plugin forum.

Coming Soon

  • Admin panel for changing some basic options
  • Linking posts of different types
  • More flexible rendering of linked posts
  • Ordering of linked posts

ਸਥਾਪਤੀਕਰਨ

To install FS Link Posts:

  1. Upload the folder fs-link-posts to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php fs_linked_posts( get_post_ID() ); ?> inside The Loop in your templates

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“FS Link Posts” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“FS Link Posts” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

0.2

  • The number of other posts displayed is now unlimited (this could be quite long if you have lots)
  • Posts are ordered by title in alphabetical order

0.1

  • This is the first version