I have been trying this for several days. Tried every plugin, script, hack I can find. Hopefully, a WordPress support member can be of assistance.
Anything that you can do or say would be great and very much appreciated.
Thank you in advance.
Casey
I have been trying this for several days. Tried every plugin, script, hack I can find. Hopefully, a WordPress support member can be of assistance.
Anything that you can do or say would be great and very much appreciated.
Thank you in advance.
Casey
Samuel B,
I love your guts. Just so you know. You are my online hero. Thank you very much kind sir.
Casey
ha ha - thank alchymyth - he wrote it
thanks - but i am just reading the codex ;-)
my motto: 'knowledges is knowing where it is written'
what i do quite often:
any time i come across something - a functions, or template tag, or whatever wordpress related:
i search the web for (like in this example, just for instance):
'function comments_template()'
that should give you (apart from many other links) first of all the link to the documantation in the codex;
and a link to the core file (and the exact line):
http://img822.imageshack.us/img822/3779/wpsearch.jpg
http://phpxref.ftwr.co.uk/wordpress/_functions/comments_template.html
there you get the line: defined at:
click on that link; that leads you to:
http://phpxref.ftwr.co.uk/wordpress/wp-includes/comment-template.php.html#comments_template
with a list of some functions; click on the title of the one you are looking up:
that leads you to here:
http://phpxref.ftwr.co.uk/wordpress/wp-includes/comment-template.php.source.html#l822
in there in line 851, you have it:
851 if ( !(is_single() || is_page() || $withcomments) || empty($post) )
btw:
also great for finding related functions, global wordpress variables, and expanding the vocabulary of wordpress terms...
This topic has been closed to new replies.