How to highlight “ALL” button on page load?
-
When loading the page, how can I get the ALL category to be highlighted by default?
Currently none are selected on page load.
I tried adding checked into the templates>filter>pro-filter-1 and 2.php files like this:
<input type=”<?php esc_attr_e( $input_type ); ?>” name=”<?php echo $input_name; ?>” id=”<?php echo $input_id; ?>” value=”-1″ checked />But it did not work.
The page I need help with: [log in to see the link]
- The topic ‘How to highlight “ALL” button on page load?’ is closed to new replies.