Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169569
    KimSS
    Participant

    Hi Guys,

    I am using essential grid and going well. Only think is that I have a site map and the Essential Grid posts come under the heading of ESS. GRID EXAMPLE POSTS. I was wondering if it is possible to rename this?
    Here is the page – http://erskinevilledoctors.com.au/sitemap/

    Thank you Kim

    #1169903
    Rue Nel
    Moderator

    Hello Kim,

    Thanks for writing in! To resolve your issue, since you already have your child theme active and ready, please insert this following code in your child theme’s functions.php file.

    // Rename Essential grid title
    // =============================================================================
    function rename_ess_title($args){
      $args['postArgs']['label'] = 'Essential Grid Posts';
    
      return $args;
    }
    add_filter( 'essgrid_register_custom_post_type', 'rename_ess_title', 100);
    // =============================================================================

    We would loved to know if this has work for you. Thank you.

  • <script> jQuery(function($){ $("#no-reply-1169569 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>