Tagged: combo widget
Hi there,
is there an option to rename the term for the most popular posts in the combo widget? I want to use ‘oft kommentiert’ instead of ‘beliebt’.
Thanks in advance & kind regards,
Christian
Hey Christian,
Thank you for the inquiry.
You may need to modify the enfold/framework/php/widgets/widget-classes/class-avia-combo.php file directly and adjust the widget tab title in this code around line 47.
$this->form_tabs = array(
0 => __( 'No content', 'avia_framework' ),
'popular' => __( 'Popular posts', 'avia_framework' ),
'recent' => __( 'Recent posts', 'avia_framework' ),
'comments' => __( 'Newest comments', 'avia_framework' ),
'tagcloud' => __( 'Tag cloud', 'avia_framework' )
);
You can also use this plugin if editing a file is not an option.
// https://wordpress.org/plugins/say-what/
Best regards,
Ismael
Hi Ismael,
thanks a lot – that’s exactly what I was looking for, therefore the topic can be closed.
Kind regards,
Christian
Great plugin – thanks for the hint – essentially it will probably act on the basis of gettext
Hi,
Thanks for the update, I’m glad that Ismael could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard