function MonthPage::print() {
if ($.args{"searchseed"} != "true") {
page_layout($this);
} else {
var MonthEntryInfo index;
var MonthDay dayindex;
"""""";
foreach $index ($.months) {
print "$index.url?.searchseed=true
";
}
foreach $dayindex ($.days) {
var Entry entryindex;
foreach $entryindex ($dayindex.entries) {
print "$entryindex.permalink_url
";
}
}
"""""";
}
}
Into my theme edit area, and added the html from freefind in a new component box, and added the exclusions to the control center. However, when I try to get the site indexed, it says it's unable to do so.
Any suggestions?