I'm using wordpress, and I have some variables that I need to use on some other pages, these variables are on different files that are included on the index (<?php include('somefile.php');?>).
My question is the variables from somefile.php can be echoed directly on index.php ? If yes can you tell me how ?
Thanks in advance