More Tag question
-
How do I change the description of the
<!--more-->
tag and then style it? I tried using the wordpress codex as shown below, but the site stopped responding altogether and I had to go into my cpanel file manager and manually edited the code out so the site would display again. Did I put it in the wrong place in the functions file or is there something different about the fastfood theme that requires me to operate differently than normal?<?php } add_filter( 'the_content_more_link', 'modify_read_more_link' ); function modify_read_more_link() { return '<a class="ReadMore" href="' . get_permalink() . '">Get even more links. Click HERE</a>'; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘More Tag question’ is closed to new replies.