Forums
(@discard)
6 years, 9 months ago
Hi Daniel, for example https://www.hundeschule-owl.de/hunde-und-kommunikation/
br discard
9 years, 5 months ago
Ok, go to your style.css in your theme. try to change line 1070 wide to 55% and line 1052 float to right
br thomas
You can set the amount of posts in the Dashboard/Options/Reading.
ok, solved it. Put this in the functions.php
function exclude_category_home( $query ) { if ( $query->is_home ) { $query->set( 'cat', '-16' ); } return $query; }
where 16 is the ID of the category that isn’t shown – in my case.
9 years, 11 months ago
Ha, you make my day, works perfekt.
Hi sacredpath, taht didn’t work for me, your code only changes the fontcolor in my case. Here is a link to my testsite https://www.hundeschule-owl.de/