Jump to content

TechGirl00

New Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by TechGirl00

  1. Hello group,

     

    Apologies if this has been asked. I have a site that is generating pages like this:

     
    I want to create dynamic meta data in the header.php
    ex:
    <title><?php echo $pageTitle; ?></title>
    <meta name="description" content="<?php echo $pageDescription; ?>">
     
    I'm new to the more advanced functions of php so my question is... where are the values for $pageTitle and $pageDescription stored if every page seems to reference index.php as the page (although there might be dynamic functionality within this page I suppose)? I could understand if the pages referenced were all different like products.php, services.php, etc. I'm looking at the URLs generated on the site and am trying to figure this out.
     
    Thanks.
     
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.