Changing the name of dynamic tabs
-
I wanted to change the hover label on the dynamic tabs widget in the primary sidebar so the label changes from “recent posts to “destinations”.
I created a alx-tabs.php file in my child theme.
This is the contents:
<?php
/* Create tabs-nav
/* ———————————— */
private function _create_tabs($tabs,$count) {
$titles = array(
‘recent’ => __(‘Destinations’,’hueman’),
‘popular’ => __(‘Popular Posts’,’hueman’),
‘comments’ => __(‘Recent Comments’,’hueman’),
‘tags’ => __(‘Tags’,’hueman’)
);
}
?>Have I made a mistake? I am at Salish Sea Pilot. Appreciate any help. Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changing the name of dynamic tabs’ is closed to new replies.