Cleaning Up Source – Categories
-
Does anyone know which line and what file do I need to edit to replace:
[code] <li class="cat-item cat-item-22">Apple
<li class="cat-item cat-item-16">Awards[/code]
with
[code]<li class="cat-item cat-item-22">Apple<li class="cat-item cat-item-16">Awards[/code]
Just remove all that spacing in source.
So far, I’ve removed \n from widgets.php
[code] 'name' => sprintf(__('Sidebar %d'), $i ),
'id' => "sidebar-$i",
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => "\n",
'before_title' => '<h2 class="widgettitle">',
'after_title' => "</h2>\n",[/code]But those still remains the same
Also removed all n and t from category-template, still same
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cleaning Up Source – Categories’ is closed to new replies.