Joshua Sigar
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 2 Blogs under 1 DomainThere’s complete info at the following site
http://codex.wordpress.org/Installing_Multiple_BlogsForum: Themes and Templates
In reply to: Very simple sidebar wanted – non-indentedIs the list generated by WP’s template tags? If so, look up the documentation to see if you could print them not in list
http://codex.wordpress.org/Template_TagsTo me it’s easier to just adjust the CSS. Just set the margin and/or padding of the appropriate element to zero. Just figure it out yourself if you give me no link to your site.
Forum: Themes and Templates
In reply to: Very simple sidebar wanted – non-indentedlink to your site, please
Forum: Installing WordPress
In reply to: points/rating for entry in commentI could access his site
http://www.geocities.com/scottheavner/wordpress/Forum: Themes and Templates
In reply to: Erroneous MarginsI haven’t looked at your CSS, but your HTML missing some elements, i.e. DOCTYPE. Cross check with Default Theme.
Invalid HTML could cause false rendering of CSS, so validate your HTML first before asking about irregular style rendering.
Forum: Themes and Templates
In reply to: Dusk Theme sidebar problems in IEhttp://positioniseverything.net/
That’s the first place I’d go for any CSS hacks.Forum: Themes and Templates
In reply to: Adding a logo to the header are.Okay, I see the dragon logo. Yet, I don’t see what might seem to be your issue. I’m going to bed now. In the mean time, please be more specific of what you want to accomplish. We need more accurate details.
Forum: Themes and Templates
In reply to: Dusk Theme sidebar problems in IEdisplays fine on IE, too, here. Do you have the latest IE version?
Forum: Fixing WordPress
In reply to: Archives disappearing?Use one of the following plugins
http://mattread.com/projects/custom-query-string-plugin/
http://rephrase.net/miscellany/05/perpage.phpsForum: Themes and Templates
In reply to: Adding a logo to the header are.Small, full–same thing; it could be done. What is your problem precisely?
And we may need link to your blog.Forum: Installing WordPress
In reply to: points/rating for entry in commentI see a rating plugin down in the codex page
http://codex.wordpress.org/Plugins/Posts_MiscellaneousForum: Fixing WordPress
In reply to: Page Links Font SizeSo you want *any* links under “Pages” section to be bolder and larger? If so, add the following in your CSS file
.page_item a {
font-weight: bold;
font-size: 16px;
}Adjust the
font-sizeas necessaryForum: Fixing WordPress
In reply to: Page Links Font SizeLink to your website, please, ’cause I don’t use Kubrick.
How do I enlarge the font size of JUST the links for the different pages?
You mean you want one size of links in frontpage, another size in another page (like what page?) ?Forum: Fixing WordPress
In reply to: Stop showing ALL posts on “homepage”Use the following plugin
http://dev.wp-plugins.org/file/front-page-cats/trunk/front_page_cats.php
the download link is at the very bottomForum: Fixing WordPress
In reply to: hit counter code placementWell, you could put it in
header.php, after the<body>tag.
Or infooter.php, before the</body>tag.