Modifying The Sidebar
|
22-09-2010, 11:30 AM
Post: #1
|
|||
|
|||
Modifying The Sidebar
Hello, I'm trying to customize your script visually. I am trying to make the sidebar only one <li> deep, instead of two. If you look at http://pornleo.net/ you will see on the left side. If you can do a "View Source" and then find the side bar, you will see that the sidebar headers such as "Categorie\" still has this:
<li><h2>Categories</h2><ul> I want to remove the <li> and <ul> from these statements. I tried removing it from this line in functions.php: $kategoriler='<h2>'.$lcl['categories'].'</h2>'; However this did not seem to do the trick. Do you have any advice? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Modifying The Sidebar - mjwalsh - 22-09-2010 11:30 AM
RE: Modifying The Sidebar - admin - 22-09-2010, 04:46 PM
RE: Modifying The Sidebar - admin - 23-09-2010, 02:39 PM
|