Guys my question is not related to any problem i have in wordpress but regarding the functionality of wordpress while loop , if you have been building wordpress themes than you might be sure about the custom functions wordpress use, my question is whenever we call their functions we don't have to include any file so how these functions run without any reference file included in that page.
I am sure about MVC patterns and i am pretty much sure that wordpress doesn't use core MVC patterns, so does any one have any idea how it works for them , i also tried to understand their files , functions inside them do make sense to me but i am not sure how to those functions runs while creating themes as we don't include any file
Hope to get some great replies or we can build a conversation on it and try to figure out the functionality behind it
Thanks