bilemon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bento] Header Logo URLthanks, i’ll try it out!
||UPDATE||
Ah crap, for some reason our website had a roll back and the child theme i created yesterday disappeared in wordpress. the website and the original contents including the theme is intact. just the child theme is gone. i tried to install CTC again and was successful CTC Ok but when i tried to create the child them via the same process it failed (child theme failed)
called up the IT and seems like a permission settings issue. but he can only look it up next week.
is there a way to do this first on the parent theme functions.php? i can make a backup first just restore it later on and use the child theme and the lines of code you suggested that i add, once our IT is back.
thanks and looking forward.
- This reply was modified 6 years, 1 month ago by bilemon.
Forum: Themes and Templates
In reply to: [Bento] Header Logo URLHello @satoristudio and thanks for the reply. I will try to do this child theme, honestly, i’ve only learned the basics of wordpress just a week ago and not really a pro… so i hope to get more support from you guys, i’ll post my progress here so you can give me an advice if i’m on the right track. thanks again!
||Update||
I found an easy way to create a child theme called CTC and i also found the get_custom_logo in the functions.php
what and where should i add the lines of code so that i can change the header logo url? i apologize if this is too much to ask, i’ve really no idea about this.
// Filters
add_filter( ‘excerpt_more’, ‘bento_custom_excerpt_more’ );
add_filter( ‘get_custom_logo’, ‘bento_get_custom_logo’ );
add_filter( ‘get_the_excerpt’, ‘bento_grid_excerpt’ );
add_filter( ‘body_class’, ‘bento_extra_classes’ );
add_filter( ‘comment_form_fields’, ‘bento_rearrange_comment_fields’ );
add_filter( ‘post_class’, ‘bento_has_thumb_class’ );
add_filter( ‘get_the_archive_title’, ‘bento_cleaner_archive_titles’ );
add_filter( ‘cmb2_admin_init’, ‘bento_metaboxes’ );
add_filter( ‘dynamic_sidebar_params’, ‘bento_count_footer_widgets’, 50 );- This reply was modified 6 years, 1 month ago by bilemon.