#more-000 post href
-
Hi, I had a problem with the Read more <!–more–>
I managed to solve this by adding this code to the functions.php filefunction modify_read_more_link() { return '<a class="more-link" href="' . get_permalink() . '"><Your Read More Link Text</a>'; } add_filter( 'the_content_more_link', 'modify_read_more_link' );
Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘#more-000 post href’ is closed to new replies.