Forum Replies Created

Viewing 10 posts - 1 through 10 (of 12 total)
  • Author
    Posts
  • in reply to: About meta tag in head #7379

    Wow. I really thank you. Have a good day.

    in reply to: About meta tag in head #7287

    Thanks for your reply. That code works.

    In fact, I need that code in a front-page and specific page(page-id=’1111′): I don’t need meta-tag that is produced by Claue theme in front-page and specific page. So I edited above code like this. But, it doesn’t work. can you help me?

    function my_meta_delete(){
    global $post;
    if(is_home() || $post->ID == ‘1111’){
    function jas_claue_social_meta() {
    return;
    }
    }
    }
    my_meta_delete();

    in reply to: About meta tag in head #7195

    You mean, I should add below codes in function.php in childtheme?

     

     

    add_action( ‘wp_head’, ‘remove_my_action’ );
    function remove_my_action(){
    remove_action( ‘wp_head’, ‘jas_claue_social_meta’ );
    function jas_claue_social_meta() {
    return;
    }
    }

    ?? ( this makes error..)

    What does it mean “change prev code”??

     

     

    in reply to: About meta tag in head #7118

    I added those codes in function.php of childtheme. But it doesn’t work. I deleted all caches and same.

    Can you check action name for me?

    in reply to: About meta tag in head #7111

    Thank you for your reply.

    The iframe code above  you wrote, is that right in function.php of child theme? iframe tag do work in fuction.php??

     

    Can you tell me where those code(about meta tag) is?

    in reply to: about maintenance mode #7007

    Thank you.

    in reply to: category page design #6967

    Thank you. Have a good day.

    in reply to: About changing blog category #6830

    Isn’t this about layout?

    I want to set the specific category to display in blog.

    Can I set the specific menu to the category of blog?

    in reply to: About Terms and Conditions #5294

    Thanks for your reply. Have a good day.

    in reply to: How to create a top-right short-cut icon in mobile? #4896

    Thank you very much.

    Have a good weekend.

Viewing 10 posts - 1 through 10 (of 12 total)