Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stanislav Khromov

    (@khromov)

    Hey knolaust,

    You can add a file called content-cards.php into your theme and that will let you define how the cards are displayed. You can start by looking how existing themes are implemented (they are in the /skins folder inside the plugin)

    From a coding standpoint, all card data (including image) is saved under a post meta entry called content_cards_<md5 of URL>

    (Replace <md5 of URL> with an actual md5 hash)

    Hope that helps.

    Thread Starter kaustic

    (@knolaust)

    DERP. get_cc_image()

    Plugin Author Stanislav Khromov

    (@khromov)

    Glad you managed to find what you wanted. Feel free to open another topic should you have any problems. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image URL’ is closed to new replies.