• I want to display only the slider images with some captions and do not want to link the posts. I tried adding just the image in the post and adding a featured image. But that post gets published as some number post name(got email subscription notification).

    I read in some thread to remove the category of featured. but not understanding where exactly I have to modify this code. Pls help

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    in the header.php file you can remove the a tags from the following:

    <a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
                              </div>
                              <p><?php echo esc_html(adamos_get_slider_excerpt()); ?> <a href="<?php the_permalink() ?>">...</a></p>
Viewing 1 replies (of 1 total)
  • The topic ‘Want to display only slider images with caption, bo posts’ is closed to new replies.