I'm trying to modify some pages on my blog, but i can't find is_page() anywhere in loop.php file. Can You help me where to start with my modifications? Where is page code in loop.php??
There is no is_page() section in Magazine Basic's loop file. Instead there is an is_single() which does almost the same thing but in the opposite way. You could always add your own function with that conditional tag.