September 17, 2014 at 6:51 am
#16144
grendizer
Member
Hi
Yes I was aware of this kind of code, and I’m about to add it to my child theme’s function.php, but there is missing information. For example, in your sample code, there is this line :
remove_action( ‘cleanretina_404_content’, ‘cleanretina_display_404_page_content’, 10 );
‘cleanretina_404_content’ : I must replace this by the real “phase”. Where do I find this info?
‘cleanretina_display_404_page_content’ : I must replace this by the real function: ‘cleanretina_featured_post_slider’
10 : I must replace this by the real position number. Where do I find this info?
Thanks , and sorry for the newbie stance.
David