CSS hook for current page
-
When using show_current_page, I would like a CSS hook so I can highlight the current page in the list. The following additions seem to work and I would like to see them integrated in the next version.
beginning of public static function show_child_pages( $atts ):
global $post; $current_id = $post->ID;
in the loop (around line 360):
if ( $id == $current_id ) { $page_class .= ' cccurrent'; }
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS hook for current page’ is closed to new replies.