pixelcreme
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Styling Every Other Category using wp_list_categoriesThanks very much it works.
??
Forum: Themes and Templates
In reply to: Styling Every Other Category using wp_list_categoriesI fixed the background image thing using CSS3’s
:nth-child()
selector.Now all I need is the -> to be before each category.
Forum: Themes and Templates
In reply to: Styling Every Other Category using wp_list_categories<p class="cats"><?php wp_list_categories('title_li=&depth=1&style=none'); ?></p>
This is the code that gets the categories. It displays them with a line break instead of an li with the
style=none
I think, so how would I go about doing that?When I remove
style=none
and then try to style the ul without a list icon, nothing happens.p.cats ul { list-style: none; }
The code above does not work, not sure why. It’s kind of strange but I can figure that out with a little snooping around.
But there you have it, the code that displays the categories is above.
Forum: Themes and Templates
In reply to: Why won't my graphic appear?alchymyth is correct, it is not displaying your image because the path to the image is broken. Your theme isn’t in the main directory, it is in wp-content/themes/your-theme-name, therefore you need to call that out in the img src like this:
<img class="float-left" src="<?php bloginfo('template_url'); ?>/images/fallpoem.jpg" alt="Fall Poem" width="460" border="0" height="255" />
Forum: Themes and Templates
In reply to: Styling Every Other Category using wp_list_categoriesAnybody? ??
Forum: Themes and Templates
In reply to: Styling Every Other Category using wp_list_categoriesAlso I would like to know if there is a way where I can put two characters in front of each category. (I want ‘->’ before each category without the quotes)
Forum: Themes and Templates
In reply to: Homepage & blog page to display posts, is it possible?That sure looks like it’s going to work.
Thanks so much!
Forum: Themes and Templates
In reply to: Homepage & blog page to display posts, is it possible?That helps a bit but I need the homepage to display the posts dynamically as well. I want both pages to display the same posts dynamically. Is that possible?
Forum: Themes and Templates
In reply to: Can you have multiple blog pages?I am looking for the same answer, so if someone could help us out that would be great! Thanks.
Forum: Hacks
In reply to: Stop Post Duplication on homepage with 3 loopsActually, if you check the link I posted earlier, the last loop is not displaying any posts. Can you help again? Thanks.
–Scratch that, got it working, thanks again!
Forum: Hacks
In reply to: Stop Post Duplication on homepage with 3 loopsIt works!
Thanks so much for your help.
Forum: Hacks
In reply to: Stop Post Duplication on homepage with 3 loopsForum: Hacks
In reply to: Stop Post Duplication on homepage with 3 loops…Anybody?
Forum: Hacks
In reply to: Stop Post Duplication on homepage with 3 loopsAlso here’s the link to the page I’m currently working on:
https://pixelcreme.com/StretchMarks/