Forum Replies Created
-
AuthorPosts
-
Wow. I really thank you. Have a good day.
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();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”??
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?
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?
Thank you.
Thank you. Have a good day.
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?
Thanks for your reply. Have a good day.
Thank you very much.
Have a good weekend.
-
AuthorPosts