hi there, when i want to rewrite, let's say the index loop i use the childtheme_override_index_loop function.
and now when i try to target the loop for a page, I can't get it working. i can't find any function that says something like childtheme_override_page, so i guess it is
function childtheme_override_single_post () {
//do nuffi'n
}
but it does not seem to work. do i have to make a template for a page or what is this? anyone that knows?!