Theme contains built-in CuckooLike rating system that allows adding CuckooLike functionality to your Posts and Works.

In addition CuckooLike can be added to your posts, works and pages using CuckooLike shortcode.

Cuckoo Plugins CuckooLike

Go to Dashboard → Appearance → Cuckoo Plugins → CuckooLike.

6

Cuckoo Plugins

Display Settings

Check boxes if you want to add CuckooLike functionality to your Posts and Works.

CuckooLike rating button will be displayed in a single post and in a single work page.

Shortcode and Template

Use this shortcode to add CuckooLike to any page, post or work:

[cuckoo_like]

To add CuckooLike manually in your theme template use the following PHP code:

<!--?php if( function_exists('cuckoo_like') ) cuckoo_like(); ?-->