warning
Member
Posted 5 years ago #
I got a parse error for one of the template-function files, and can't access wp at all now. It says the error is on line 226 and that a "'" or a ";" is missing from it, but it doesn't seem to be the case when looked at.
Is it possible to replace just that one file for a specific wp version? I've not been able to find a download for WP 2.05, and don't want to upgrade at the moment.
This shouldn't happen randomly. Did you change something?
warning
Member
Posted 5 years ago #
Um, yeah, I tried to modify the wp_list_cat function, but reverted it to the original (or so I thought, but apparently it didn't work), before re uploading it.
And HandySolo, thanks for the link.
warning
Member
Posted 5 years ago #
Is it possible to change from:
[li][a href="http://domain.com?cat=5" title="View all posts filed under Title"] Title [/a] (3) [/li]
to this (placing the number inside the a):
[li][a href="http://domain.com?cat=5" title="View all posts filed under Title"] Title (3) [/a] [/li]
It's what I've tried to manipulate the wp_list_cat() regarding, but it hasn't worked.