Forums
Home / Plugin: Category Featured Images / get a specific gategory image
(@sharaf3983)
8 years, 11 months ago
how i can get a specific category image??? using php
(@blocknotes)
With cfi_featured_image or cfi_featured_image_url, using cat_id parameter:
cfi_featured_image( array( 'size' => 'large', 'title' => 'This is a test...', 'class' => 'my-image', 'alt' => 'My image', 'cat_id' => 123 ) );