Joshua Sigar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing First PostForum: Themes and Templates
In reply to: FREE! WP Theme ServiceOkay, everyody slow down. Becuse of overwhelming requests, I have to *temporarily closed* the service. Any request sent after this post will not be considered.
This service will be reopened when it is announced so in the next post.
Forum: Themes and Templates
In reply to: Anyone have shutterbug photoblog theme?What so special about that theme?
The following theme won’t cut it?
http://www.blueblurry.com/bb-theme-20/Forum: Themes and Templates
In reply to: FREE! WP Theme ServiceOutside of wordpress? You mean just by opening the file with a text editor and update that static section? No problemo, at all.
Forum: Installing WordPress
In reply to: login screen continually repeatsSame thing happen with IE?
Forum: Themes and Templates
In reply to: FREE! WP Theme ServiceAre you able to do this from a PSD?
Do what? Converting PSD mockup to an actual WP theme? Yes.
Forum: Themes and Templates
In reply to: Getting Rid Of BulletsYou have the following in your css
.entry ul li:before, #sidebar ul ul li:before {
content: "0BB 020";
}Delete the “content” property line to get rid of the “»” and follow documentation referred by Monika to customize your own.
Forum: Plugins
In reply to: save favorite “article” plugin?I don’t think there’s any.
Forum: Plugins
In reply to: How To Check If Table Exists…?You might wanna read this up.
http://codex.wordpress.org/Creating_Tables_with_PluginsForum: Installing WordPress
In reply to: Dashboard Problem in Admin PageBut the one I installed today (3 blogs), on another domain
Are they on another server? Then most likely it’s server issue/host restriction. Do search, it’s been discussed before, but as far as I know, the only solution is to ask the host to fix it.Forum: Plugins
In reply to: WP-shortstat – BorkedDidn’t XeroCool say that BA-stats works with Staticize? If so, just copy the technique?
Forum: Installing WordPress
In reply to: Dashboard Problem in Admin PageThe problem occurs on all the blogs or just the recently installed one?
Forum: Installing WordPress
In reply to: Is there a theme with a build in thumbnail in the content?Just upload the image via upload menu. Specify the thumbnail size. It will give you some code. Something like the following.
<img src="http://path/to/imgdir/myimage.jp">Just prefix the image filename with “thumb-” and put it in your post. See below.
<img src="http://path/to/imgdir/thumb-myimage.jp">Forum: Fixing WordPress
In reply to: No HTML generated for uploaded image thumbnails.You just add prefix the filename with “thumb-” when you reference it.
so, image.jpg will become thumb-image.jpg
Forum: Installing WordPress
In reply to: Is there a theme with a build in thumbnail in the content?It’s probably a plugin you’re looking for. Nonetheles, your description is not clear at all.
Do you want some sort of photo gallery, photo blog, etc?
Or do you want to upload an image, include the image in a post, and display it as a thumbnail?