WordPress Theme Tutorial: Part 5b – Customizing Your Comment List
November 3rd, 2012 by admin
->
In HD! This tutorial will teach you how to make your own theme using WordPress, the popular blogging tool. In this video, we discuss how to style your comment list so that it isn’t just a standard unordered list.
Written by - Visit WebsitePosted in Wordpress Tutorial Videos
November 3rd, 2012 at 8:25 pm
@Andrew Yeah, my fault is for sure. It works fine with code that I found on wp codex, but can’t find what I missed in? tutorial_comment_list(), and believe me I’ve been searching for two hours!! That drove me pretty insane. Thnx anyway
November 3rd, 2012 at 8:25 pm
I’m pretty sure that all I did between videos was enabling it on the “Discussion” page. That’s the only thing I? could think of unless you have an old version of WordPress.
November 3rd, 2012 at 8:25 pm
@Andrew: Sorry I forgot to mention, I have nested comments on whit? 5 level deep, but still nothing. I’ve been searching through codex but so far can’t find solution.
November 3rd, 2012 at 8:25 pm
You’re right, it is the comment_form_title that makes this list. There is a setting within WordPress that controls nested comments, about whether they are allowed or not. Be sure that you have nested comments on and that a decent number of levels are? enabled.
November 3rd, 2012 at 8:25 pm
In this video there suddenly appears Reply link next to Edit link.I guess Reply link was produced by comment_form_title( ‘Reply’, ‘Leave a Reply to %s’ ) function,which enables commenting comments hence making nested comments.I followed every your step through your series of vids,and typed exactly same code,but I dont have Reply link on my? localhost nor you do have Reply link in the previous 5a video.How come this link suddenly appears in 5b? What did I miss? Thank’s in advance !