Add class to posts_morelink
-
I have been using List Category Posts for a while and have used template files many times. I am attempting to add a class to the More Link:
$lcp_display_output .= $this->get_posts_morelink($post, 'morelink');
I reviewed your code and it looks like it should be able to accept a class, but it’s not coming through. (I did a var_dump on $this in the private function get_posts_morelink($single) and it’s not showing up there.
I’m not sure where you process the incoming parameters.
If you look at the expanding box under Autism Evaluations, you’ll see it picks up the class for content, but not for the more link.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add class to posts_morelink’ is closed to new replies.