• Resolved Hanzoua

    (@hanzoua)


    Hello, help me please.
    I love your plugin and he works fine, but i want use my own code for displaying CRP, like this:

    <figure>
        <a href="<?php the_permalink(); ?>">
    <?php
    if ( has_post_thumbnail()) { the_post_thumbnail( 'thumbnail'); }
    ?>
            <h3><?php the_title();?></h3>
        </a>
    </figure>

    Is there some way to do this?

    https://wordpress.org/plugins/contextual-related-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can i use my own html?’ is closed to new replies.