As we are moving away from wordpress in the next two weeks , I’d like to get a few questions answered that we were not able to address today. These are some things that I have worked on for a while, and still can’t seem to figure out:
1. This is totally stumping me, I wrote about it in an e-mail a couple days ago: on my home page (index.php) I’d like to insert a line below the read more/date/comments line to act as a separator between posts. But, as I mentioned before, the ‘Read more’ is acting strangely because it is a parameter of the_content, so it makes it difficult to group the elements together into an entry-meta div that I could then apply a border to. I tried various techniques (the remnants of some are still probably in my code, but they didn’t work). Can I get help placing a line below that seciton? Maybe I’m missing something totally obvious.
2. I can’t seem to select comment-author vcard (in my comments section, the author of the post) in order to apply styles to it. It doesn’t take any of my selectors. ack. this seems so simple, I’m almost embarassed to write it.
3. I created a new template page for info about my headers, and successfully used a query post php code to make it only display posts tagged with ‘header’. But, when I went to filter my index.php so it would exclude posts tagged with ‘header’, all the code I tried didn’t work (in codex, it doesn’t say anything about excluding posts of a given tag, it only talks about including them – i tried making stuff up but it didn’t work). I ended up getting it to work using category exclusion, meaning that now I am tagging those posts with ‘header’ and also giving them the category ‘header’. I’d just like to use tags…
Ok, those are the main things. The rest I can do – still have some formatting left on some pages. But I also have some less pressing questions—things I’ve encountered during the countless hours I’ve spent with this:
1. My sidebar.php file doesn’t seem to correspond to my sidebar’s current state…It doesn’t correctly reflect the order of widgets that I am using. Why is this?
2. I tried to style a tooltip but couldn’t figure how to select that element. I tried to read about it online, thought I had found the answer, it didn’t work.
3. I wanted to create an html span in one of my posts in order to style something in there like an h3. It didn’t read the html like I wanted, it just displayed the code.
ok, that’s it, I should be good after this, everything else is making sense. Sorry for this super long post. Also, Mushon, just wanted to let you know I really appreciate your attentiveness and willingness to answer all our questions. Knowing I can get help if I reach a roadblock really makes the whole process fun and comfortable rather than scary (which it definitely would be with a different teacher). so thanks.