IDEA is to have parameter DYNAMICALLY FROM url IN h1 in content
ie. domainname.com?ppc=superhero
in
<h1>superhero</h1>
BUT
only limited phrases (predefinied)
ie
if i write domainname.com?ppc=superhero2 NOTHING HAPPENED
if I use <h1><?php echo get_query_var(‘ppc’).“!”; ?></h1> , I have in h1 everything I write in url ie superhero2