Category Thumbnail List

ਵੇਰਵਾ

Lists categories, author pages and archives with thumbnails. Use shortcode [categorythumbnaillist 1] where 1 is the category id.

Don’t forget to add Featured images to your posts.

ਸਕਰੀਨਸ਼ਾਟ

  • The plugin in action.

ਸਥਾਪਤੀਕਰਨ

This section describes how to install the plugin and get it working.

  1. Upload “categoy-thumbnail-list” to the “/wp-content/plugins/” directory
  2. Add the following rows to your themes functions.php
    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( form_option(‘thumbnail_size_w&&echo=false’), form_option(‘thumbnail_size_h&&echo=false’), true );
  3. Activate the plugin through the “Plugins” menu in WordPress
  4. Add the hook in a post. Example: [categorythumbnaillist 3]

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

None, yet.

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

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

“Category Thumbnail List” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Category Thumbnail List” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

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

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

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

2.03

  • Domain Path

2.02

Css fix for margin

2.01

Backend bug fixed: Undefined index: save_category-thumbnail-list_settings

2.0

Frontend rewritten with flexbox

1.13

Merging

1.12

Tested for new versions

1.11

Update as suggested by alchymyth https://wordpress.org/support/topic/plugin-category-thumbnail-list-comments-show-up-on-page

1.1

  • All posts are now visible in the list, not only the number of posts set in /wp-admin/options-reading.php

1.02

  • Fixed typo

1.01

  • Settings page created
  • Added aplhabetical sorting and the posibility to sort ascending or descending. Sorting by date is still available as in previous versions.
  • Uses WordPress settings for Thumbnail size if you change the code in functions.php as stated in the description
  • Tested for WordPress 3.0

0.91

  • Better tagging

0.9

  • Unlimited number of thumbnails
  • Doesn’t feel like beta anymore
  • Suggestions?

0.4

  • Bug fixes

0.3

  • Bug fixes

0.2

  • The list uses only the category specified in the hook
  • The list appears at the same place as the hook is added
  • Multiple lists in a post is possible

0.1

  • Creation