How do I change the fancy_link at the bottom of my blog excerpt to the button?
I tried changing the class in the template-blog.php from fancy_link to button_link but that didn't seem to work.
<a class="button_link read_more_link" href="<?php the_permalink(); ?>">
See screenshot:
Change the 'Read More' fancy_link in Blog Excerpt to button
(4 posts)
(2 voices)
-
Posted 1 year ago #
-
Hello mytzlplik,
Sorry for the late reply. You had the right idea, try adding <span> tags around the Read More text like this..
<a class="button_link" href="<?php the_permalink(); ?>"><span>Read More</span></a>Posted 1 year ago # -
Thanks Elliot,
That worked great.
Posted 1 year ago # -
Glad you got it fixed mytzlplik, please continue to support Webtreats! :)
Posted 1 year ago #
Reply
You must log in to post.













