Go Back   Profit Blogging Forum > Community Forum > Installing and Using WordPress

Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 21-01-08
jacuzzi1121 jacuzzi1121 is offline
Fresh Meat
 
Join Date: Jan 2008
Posts: 1
Exclamation Wordpress theme help needed

Im currently using Midsight Theme (#91) http://www.writerspace.net/index.php...dpress-themes/

This is my blog http://vanice.zzl.org
I'm totally new to wordpress and don't know much about the codings.
I'm having a little bit trouble with the side bar.

This theme does not have a wigetized side bar and I tried to add the blogroll and meta manually on the style.css and sidebar.php by mimicing the Categories code.

Style.css
.blogroll li {
list-style: none;
border-bottom: 1px dotted #CCCCCC;
padding: 5px 0px 5px 25px;
background: url(images/link-icon.gif) no-repeat 4px 6px;
}

.blogroll ul li {
background: url(images/link-icon.gif) no-repeat 0px 9px;
padding: 5px 0 0px 12px;
font-size: 1em !important;
}

.meta li {
list-style: none;
border-bottom: 1px dotted #CCCCCC;
padding: 5px 0px 5px 25px;
background: url(images/reg-icon.gif) no-repeat 4px 6px;
}

.meta ul li {
background: url(images/reg-icon.gif) no-repeat 0px 9px;
border-bottom: 0px dotted #CCCCCC;
padding: 5px 0 0px 12px;
font-size: 1em !important;
}

Sidebar.php
{h1}Blogroll{/h1}
{ul class="Blogroll"}
{?php get_links(-1, '{li}', '{/li}', ' - '); ?}
{/ul}
{/li}

{h1}Meta{/h1}
{ul class="Meta"}
{?php wp_register(); ?}
{li}{?php wp_loginout(); ?}{/li}
{?php wp_meta(); ?}
{li}{ahref="http://validator.w3.org/check?uri=referer"}XHTML{/a}{/li}
{/ul}{/li}

*Replaced < and > with { and }

The image "link-icon.gif" and "reg-icon.gif" wont show like they are in Categories / Archive. Pls refer to my blog. Did I miss out anything or made a mistake by any chance?? I need some help, any kind soul out there can help me? Thanks in advance.

Last edited by jacuzzi1121 : 21-01-08 at 04:42 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +9. The time now is 02:32 PM.


LinkBacks Enabled by vBSEO 3.0.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29