Help with code
-
I am trying to add the “rel=”nofollow”” attribute into the below code [code]ID) .[/code] Please help…
[code] if ($use_more_link && $more_link_text) {
if($force_more) {
$output .= ' <' . $tag . ' class="more-link">ID) . '#more-' . $post->ID .'" title="' . $more_link_title . '">' . $more_link_text . '</' . $tag . '>' . "\n";
} else {
$output .= ' <' . $tag . ' class="more-link">ID) . '" title="' . $more_link_title . '">' . $more_link_text . '</' . $tag . '>' . "\n";
}
}$output = apply_filters($filter_type, $output);
return $output;
}[/code]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help with code’ is closed to new replies.