Title: Recommend
Author: mattlitzinger
Published: <strong>Mayo 6, 2021</strong>
Last modified: Marso 20, 2023

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://ps.w.org/recommend/assets/icon.svg?rev=2527490)

# Recommend

 Ni [mattlitzinger](https://profiles.wordpress.org/mattlitzinger/)

[I-download](https://downloads.wordpress.org/plugin/recommend.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/recommend/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/recommend/#reviews)
 * [Development](https://tl.wordpress.org/plugins/recommend/#developers)

 [Suporta](https://wordpress.org/support/plugin/recommend/)

## Deskripsyon

#### Features

 * Give users a “like” action on posts
 * Display the like count on a post
 * Custom label text for like count
 * Disable label text for count site-wide
 * Choose between a “Thumbs Up” or a “Heart” icon
 * Limit like action to specific post types
 * Disable plugin CSS or add custom styling rules

By default, the like count will be displayed below the content for individual posts
across all post types. You can disable this in the plugin settings or define which
post types to include.

If you’d rather display the like count in your template files, use the below code:

    ```
    <?php 
        if( function_exists('wp_recommend_show_likes') ) 
            wp_recommend_show_likes(); 
    ?>
    ```

### Shortcodes

The following shortcode will display the like count on any post.

    ```
    [recommend-likes]  
    ```

The following shortcode will display a list of most liked posts. There are two optional
parameters to fine tune the displayed results: `post_type` and `posts_per_page`.
The default values for these parameters are shown in the example below.

    ```
    [recommend-liked-posts post_type="post" posts_per_page="5"]
    ```

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Recommend” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa
plugin na ito.

Mga Contributor

 *   [ mattlitzinger ](https://profiles.wordpress.org/mattlitzinger/)

[Isalin ang “Recommend” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/recommend)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/recommend/), i-check
ang [SVN repository](https://plugins.svn.wordpress.org/recommend/), o mag-subscribe
sa [development log](https://plugins.trac.wordpress.org/log/recommend/) sa pamamagitan
ng [RSS](https://plugins.trac.wordpress.org/log/recommend/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.6.3

_Release Date: August 9th, 2022_

 * Updated to support WordPress 6.0.1 release
 * Fixes:
    - Added `in_the_loop()` and `is_main_query()` conditionals for displaying like
      count after post content

#### 0.6.2

_Release Date: January 25rd, 2022_

 * Updated to support WordPress 5.9 release

#### 0.6.1

_Release Date: June 3rd, 2021_

 * Fixes:
    - Fixed issue w/ disabled admin field

#### 0.6

_Release Date: June 3rd, 2021_

 * Changes:
    - Renamed shortcodes (breaking change)
    - Updated Readme to include clearer set up instructions
    - General code cleanup (commments/spacing)
 * New features:
    - Admin field to show/hide like count after the content for all posts
    - Admin field to define included post types

#### 0.5

_Release Date: May 6th, 2021_

 * Initial beta release.

## Meta

 *  Bersyon **0.6.2**
 *  Huling na-update **3 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 4.7 o mas bago **
 *  Sinubukan hanggang **6.2.11**
 *  Bersyon ng PHP ** 7.0 o mas bago **
 *  Wika
 * [English (US)](https://wordpress.org/plugins/recommend/)
 * Mga Tag
 * [heart](https://tl.wordpress.org/plugins/tags/heart/)[like](https://tl.wordpress.org/plugins/tags/like/)
   [recommend](https://tl.wordpress.org/plugins/tags/recommend/)[thumbs-up](https://tl.wordpress.org/plugins/tags/thumbs-up/)
 *  [Advanced View](https://tl.wordpress.org/plugins/recommend/advanced/)

## Mga Rating

No reviews have been submitted yet.

[Ang iyong review](https://wordpress.org/support/plugin/recommend/reviews/#new-post)

[Tingnan lahat ng mga review](https://wordpress.org/support/plugin/recommend/reviews/)

## Mga Contributor

 *   [ mattlitzinger ](https://profiles.wordpress.org/mattlitzinger/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/recommend/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](https://paypal.me/mattlitzinger)