Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Quote:
|
I looked for header.php and found under wp-content / themes / directorypress and did not find code in header.php Please advise if this is the right place to locate file.
|
Normally, that is the correct path to the theme files. DirectoryPress has a bunch of themes to choose from so they are probably child themes of one main parent. I have never worked with child themes, but the files are usually just a css and maybe a few others. These child themes should be in a sub-folder of themes.
To verify, did you find the header.php but not the meta tag code?
or
Are you not able to find the header.php file?
Quote:
|
Also just to verify this will remove all in one meta tag?
|
No, this will remove the default meta tag that was coded with the template header. The All-in-one meta tag is written "on the fly" as a page is requested. It ties into the wp_head() function so you will not see it[the all-in-one meta tag] in the code itself until a page is generated. Therefore, you will end up with NO "visual" meta description code in the header.
|