zeaks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Use first imagein post for thumbnailThanks for these, but two of those require the use of a plugin, the other uses custom fields. I’m sure there’s a way to accomplish this without using either.
It’s just that each tutorial I find, either requires a default image, or there’s no options to define a thumbnail size.You should be able to use the menu system for this. Create a new custom menu and link it to whatever url you want and it will appear in the navigation the same as any menu link. No coding involved, it’s a standard wordpress 3.0+ feature.
just noticed the OP was from 7 months ago
Forum: Themes and Templates
In reply to: Clear three column wp themeGPL, it’s included with the download.
Forum: Themes and Templates
In reply to: Clear three column wp themeI’ve added some features to a Twenty Ten child theme, one of them includes a 3 column left and right sidebar layout. If you like Twenty Ten it might work for you, it’s similar to Thirty Ten
http://twentyten.info/twenty-ten-child-themes/twenty-ten-options-child-theme/Forum: Themes and Templates
In reply to: adding thumbnails on my posts(frontpage)Here’s an easy tutorial on how to do this http://twentyten.info/twenty-ten-tips-tricks/add-post-thumbnails-to-twenty-ten/
It’s for twenty Ten theme, you’ll just have to add the call for the thumbnail to the proper area within your loop.Forum: Hacks
In reply to: random category related postsNevermind, I figured it out
Forum: Fixing WordPress
In reply to: post icon custom post typeThanks alot, that worked, just need to adjust it like you said
Forum: Fixing WordPress
In reply to: post icon custom post typeI actually meant custom post field. I don’t know anything about custom post types.
I know how to do what the codex says with adding a text or image to the post body, but I don’t know how to do anything with it as far as a post title goes, and can’t find any examples or info on it.Forum: Plugins
In reply to: mysql_num_rows(): error in wp-optimize-admin.phpYeah I’m getting the same problem, it’s been working great for a long time, this is a recent error.
I’m also getting
Warning: mysql_query() [function.mysql-query]: Access denied for user ‘my-database’@’localhost’ (using password: NO) in /home/mysite/public_html/wp-content/plugins/wp-optimize/wp-optimize-admin.php on line 342Forum: Themes and Templates
In reply to: Adding separators to Horizontal Menu in Twenty Ten?I know this topic is old but on my site http://zeaks.org I just added
#access a { border-right:1px solid #f1f1f1; }to the css
Forum: Plugins
In reply to: [Warcraft News] [Plugin: Warcraft News] Wowhead linksI see what you mean, thanks
Forum: Themes and Templates
In reply to: Excerpt length in loopThanks, I’ll give this a try
Forum: Themes and Templates
In reply to: Content img problemGot it working properly now I think, thanks.
Forum: Themes and Templates
In reply to: Read more link position for different layoutsGot it working, thanks for the help
Forum: Themes and Templates
In reply to: CSS trouble help me :(try adding !important to it.
#content .post h3 p{color:#fff !important;}The theme by default displays those as white, there must be somethign overriding it.