2.1 broke my custome theme links
-
When I was running WP 2.0 I had my links page with a custom h2 header, Guild Community. Below that were the links. Now, after installing 2.1 I had to retool the code a bit with my theme and have achieved almost the same as before result – but not quite. Visually, it’s unattractive. Take a look at my page here, https://www.sanctusimperium.com
The issue is that beneath Guild Community, I have ANOTHER sub category Guild Community. This is the best I could do with the code. Here is the code I am using:
<h2>Guild Community</h2>
-
<?php wp_list_bookmarks(‘categorize=0&title_li=Guild Community’); ?>
<?php print g2_sidebarimageblock(); ?>When I try removing the first <h2> header, I get a Guild Community single bar display BUT it is not a header.. It’s like a sub category and pushed to the right from the rest of my headers. How can I make this look even? I am trying to have a simple Guild Community header with links beneath it.
- The topic ‘2.1 broke my custome theme links’ is closed to new replies.