simonscout24
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Locked out?!?!?I’m able to log in now, but I would still very much like to now why i got locked out of my own system!!
Forum: Fixing WordPress
In reply to: Force Hyphenation in Tagcloudwhat about that php wordwrap thingy?
Forum: Fixing WordPress
In reply to: Force Hyphenation in Tagcloudare you serious? isn’t there a way to at least make them split up oder disappear?
Forum: Fixing WordPress
In reply to: Force Hyphenation in Tagclouddo you see the “Glockenbachviertel” Tag sticking out?
Forum: Fixing WordPress
In reply to: Force Hyphenation in Tagcloudhmm, that’s a problem because the page I’m designing is supposed to be an “exclusive community” but what the hay, i’ll just make you a subscriber account so you can have a look.
name and pw: WPDummy
Forum: Fixing WordPress
In reply to: Different Layouts for different Categoriesah, I think I just got it. Your code-example after 2. is just what the Loop will produce later. I only need to integrate the first little line into my index.php and then fix up the stylesheet for things I want to be displayed differently, right? Thanks again!!
Forum: Fixing WordPress
In reply to: Different Layouts for different CategoriesThank you so so much for that help!
One last question though. So, do I have to make a <div class=”…. for every kind of class of post that might pop up (in my case, four plus the uncategorized one)?
Forum: Fixing WordPress
In reply to: Different Layouts for different CategoriesThanks for the swift answer!
Two questions though.
1. This is the beginning of the loop in my theme. Where would you include the post_class, 2nd or 3rd line?
[Code moderated as per the Forum Rules. Please use the pastebin]
2. How do I specify the post_class attribute to the category in terms of code? How would that specific tag look? And how would the classes in the stylesheet be called?