I would like to ask how to add the A link in the php function
移动用户-8584341
移动用户-8584341 2019-04-30 15:37:53
0
1
974
		$multipage .= $i == $curpage ? "<strong>$i</strong>\n" : '<a href="' . $tmpurl . $setting ['seo_suffix'] .  '">' . $i . '</a>' . "\n";

This is the original one. The front-end display is a link ending in .html. I want to add .html#huida. How can I add this? I am a newbie

移动用户-8584341
移动用户-8584341

reply all(1)
回头就算晚

Just splice it on directly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template