the million dollar TEXT WIDGET question
-
So i figured out how to have a different header background image on everyone of my WP3 pages.
Yet, the next mountain to claim now is to also have different TEXT widget boxes on every page (that i would use to explain each of the header images as there is plenty of empty space for that in my sidebar).
I am already using the BODY CLASS
<body class=”page page-id-2 page-parent”>
to distinct each page, but now, how do i alter the CSS to achive above??Currently i have a mere
/* Sidebar – Texts */.sidebar .textwidget {
padding: 0 10px 20px 10px;
}
bit of code for the text widget, but i wonder if and how to start adding code to have a different text widget displaying different text on different pages – somehow i think it’s not as easy as just altering the CSS despite the BODY CLASS??Maybe i would have to actually also alter the sidebar.php file, in which i currently only have:
<div class=”sidebar”><h3>Die Themen:</h3>
<?php wp_list_pages(‘title_li=’); ?>
</div>but also here, how to fit in the various textwidgets so that they also show up as such in my Widgets section and can be written into each individually??
- The topic ‘the million dollar TEXT WIDGET question’ is closed to new replies.