• sorry for post this.. but i need help urgent pleaseeee… I need to change the CODE, This Code displays the date and the number of comments and I need to change to display the date and category, i need chabge only numbers of comments for category, I use the Arras theme .. Please someone can help me. SOS

    if ($show_meta) {
            $postheader .= '<span class="entry-meta"><span class="entry-comments">' . get_comments_number() . '</span>';
            $postheader .= '<abbr class="published" title="' . get_the_time('c') . '">' . get_the_time( get_option('date_format') ) . '</abbr></span>';
        }

    thanks in advanced..

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could try something like this:

    if ($show_meta) {
      $postheader .= '<span class="entry-meta"><span class="entry-comments">' . get_the_category_list( ', ' ) . '</span>';
      $postheader .= '<abbr class="published" title="' . get_the_time('c') . '">' . get_the_time( get_option('date_format') ) . '</abbr></span>';
    }
    Thread Starter DeveWeb

    (@deveweb)

    hey Mike is good to talk with you again my friend, Mike does not work you unconfigure the code completely.! i send you the other day by email a link to my web site, username and pass for your to check it..

    http://www.noxemedia.com web tasarım,web tasarımı,
    web dizayn,webmaster,internet,web site,web yazılım

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing comments from node based posts and change for category SOS please’ is closed to new replies.