• Hi, we use Glossary in Germany and the short code atom adds an
    “select of the menu above” automatically.

    I saw in the short code agoz class you added this note fix in the plugins text.

    Would you consider to remove it an let the editor decide what he wants to write above or blow the atoz list?

    Or can you post the code to bypass the short code with the comment above?

    https://ww.wp.xz.cn/plugins/wp-glossary/

Viewing 1 replies (of 1 total)
  • In case anyone is looking for a solution to this same problem, I was able to solve it by adding the following to my functions.php:

    add_filter( 'wpg_please_select', 'wpg_please_select_title' );
    function wpg_please_select_title( $title ){
      return __( '<p>Enter your custom text here</p>', 'wp-glossary' );
    }
Viewing 1 replies (of 1 total)

The topic ‘atoz menu comment’ is closed to new replies.