oscarmota
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Category Theme Hurdle.That’s not the comments template, is single.php template.
You could try the solution in this post
Forum: Fixing WordPress
In reply to: Custom Category Theme Hurdle.Try it for yourself http://www.nb2k.com/wp/?cat=6
It seems that the WP theme is broken
Forum: Fixing WordPress
In reply to: Post formatting help…mmm is a little hard to explain it, but, look for archive.php template and remove <?php the_content(); ?> or <?php the_excerpt(); ?>. After that you must “play” with the file and css to move the date, add the borders, colors etc.. DO a Backup! π
Forum: Everything else WordPress
In reply to: Spam troublesAkismet is a great option to stop spam!
Forum: Fixing WordPress
In reply to: Custom Category Theme Hurdle.Sorry, the link you posted seems weird/broken :S so I can’t see what actually happens.
Forum: Themes and Templates
In reply to: CSS border problemsGo to style.css (line 47) and remove “margin: 0pt auto”
Forum: Themes and Templates
In reply to: CSS border problemsSorry I was wrong, the float:left, doesn’t fix your trouble, let me see.
But it would be better if you upload the theme in the wp-content/themes/ directory, NOT the files, the whole theme folder.
Forum: Everything else WordPress
In reply to: Which plugin is this?<meta name=”generator” content=”CommonGate 1.0.7″ />
Forum: Installing WordPress
In reply to: No “Cached page” message with WP Super CacheBrowser Cache and Cookies are great right? :S
Sorry for that dumb question..Forum: Themes and Templates
In reply to: CSS border problemsIt seems that you deletede/edited the css file and lost some rules.
Try to add this to your css file:
.centercontent {float:left;}
Works with Firefox, I dont know if it works with IE.
BTW: The WP themes files would be inside a themes/theme-name-folder/ , but you have your css in themes/x.css
Forum: Themes and Templates
In reply to: Remove Sidebar and comments from all pages but the homepageGo to single.php template and look for the sidebar call function, try to remove it, Do a Backup!! π
Forum: Everything else WordPress
In reply to: header image by categorymmm you alsa can create a new template called category-#.php where # is the category ID, so each category view can be totally different.
Forum: Fixing WordPress
In reply to: Custom Category Theme Hurdle.If you want a different template for a category, just create a new template called category-#.php where # is the category ID.