• Hello,

    I am using the Adamos theme. I added text to my slider images, but when I click on the text, it leads to the post. I don’t want it to lead to the post. How can I remove that function?

    Thank you

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

    (@danstriker)

    Hello,

    remove the a href tags from the following bit of code in the header.php file:

    <a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
                        </div>
                        <p><?php echo adamos_get_slider_excerpt(); ?>
                        <a href="<?php the_permalink() ?>">...</a></p>
Viewing 1 replies (of 1 total)
  • The topic ‘How to not make slider text point to posts?’ is closed to new replies.