Tagged Questions
1
vote
1answer
44 views
Compact pingback list with favicons
On a blog with pingbacks and trackbacks (pings) enabled I want to show just a link with link text and a favicon of the external site in a compact list: no date, no text.
How can I do that?
2
votes
2answers
174 views
How to call wp_list_comments() with callback outside the loop
the template function as a callback argument of wp_list_comments function, and the template function takes three args:$comment, $args, $depth, like the template function that defined in the theme ...
1
vote
1answer
104 views
Customize comment list markup
While creating a new theme, we'll have to customize the comment flow. For doing so there are two functions: wp_list_comments() and get_comments(). I am not very sure how to style the inner elements ...