charlene2021
Member
Posted 4 years ago #
I usually have better luck posting here than plugin websites, hope this is ok ...
I am using Dagon Design Sitemap to show just a list of the pages on my website. I am a big PHP dummy so I can't tell what line in the php file I need to remove the "Pages" header (see my site for an example http://www.sugar-buzz.net/?page_id=63)
Assuming you are using version 3.04 of that plugin then that value is set at line 430 in wp-content/plugins/dd-sitemap-gen/dd-sitemap-gen.php.
That line is
$t_out .= DDSG_PAGE_HEADER;
so if you don't want Pages as the heading just delete the line.
Of course I don't know how DDSG_PAGE_HEADER gets set to a value of 'Pages' ...
charlene2021
Member
Posted 4 years ago #
Found it, removed it and it looks like I want it now. Thanks a bunch.