Ok I want to copy the first search results description and insert it into my pages meta tags
Picture of page or Actual Page
Since this changes every time someone searches a keyword I need it to pull the current description.
This is what I currently have in the description tag which puts whatever keyword is search in the decription tag.
I am a little lost on how to start this.Code:<meta name="description" content="<?php echo isset($q) ? ('' . ucwords($q)) : TITLE; ?> ">
Any help would be appreciated
Tim..



Reply With Quote

Bookmarks