114 reputation
4
bio website
location
age
visits member for 1 year, 8 months
seen Mar 1 '12 at 9:48
stats profile views 3

Mar
7
awarded  Tumbleweed
Feb
19
accepted Ajax request sends url rather than data
Feb
11
asked Ajax request sends url rather than data
Feb
10
awarded  Editor
Feb
7
comment Exclude stylesheet from admin
thanks, pretty much to everybody. I go with the highly recommended !is_admin(). Quite stupid that I didnt think of that - very easy : )
Feb
7
accepted Exclude stylesheet from admin
Feb
7
asked Exclude stylesheet from admin
Sep
13
accepted Getting a custom area in a theme for dynamic content for page
Sep
3
asked Getting a custom area in a theme for dynamic content for page
Sep
1
awarded  Scholar
Sep
1
accepted How can I assign a specific id to the last comment of a post
Sep
1
comment How can I assign a specific id to the last comment of a post
Thank you for your answer kaiser, I do unterstand what your are saying, but it seems pretty much impossible with the already implemented way how I did it. To show you my code: pastebin.com/Yn0dWxQA I only get the comment that is currently processed by <?php wp_list_comments( array ( 'callback' => 'ipa_comment_template' ) );?> Well, I dont certainly know that, but that is my explaination of it. As a count($comment) in my ipa_comment_template function always returns a 1. I suppose that I need to rethink of the solution that I have now and propably do it without the functions.php
Sep
1
awarded  Student
Sep
1
asked How can I assign a specific id to the last comment of a post