• Hi,

    Thank you for plugin.

    I use it on the post pages like a menu with all post from one category.
    How I can make different template for current post.

    We have:

    <p class="post-title">
    <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_the_title() ? get_the_title() : get_the_ID() ); ?>">
    										<?php the_title(); ?>
    									</a>
    </p>

    I’m looking for.. else current post:

    <p class="post-title">
    <?php the_title(); ?>
    </p>

    if user on the post from menu.

    https://www.ads-software.com/extend/plugins/custom-post-template/

  • The topic ‘Current post’ is closed to new replies.