Forums
(@n_dawson)
13 years, 6 months ago
I can only speak for 3.1.2 but the line you’re looking for that needs replacing 4 times is: $page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>",
$page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>",
Comes in handy when using search/replace.
Thanks
13 years, 8 months ago
I’ve already taken a look at that. I understand how to display the fields but not how to add all links into one field then separate in the code.
13 years, 10 months ago
All you’ll need to do is replace the 3.0.1 files with the 3.0 files
Bump