discard
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Same Category Posts] Little problemHi Daniel,
for example
https://www.hundeschule-owl.de/hunde-und-kommunikation/br
discardForum: Themes and Templates
In reply to: [Arcade Basic] Post BlockOk,
go to your style.css in your theme.
try to change
line 1070 wide to 55%
and
line 1052 float to rightbr
thomasForum: Themes and Templates
In reply to: [Arcade Basic] Increasing blog posts on homepage?You can set the amount of posts in the Dashboard/Options/Reading.
br
thomasForum: Themes and Templates
In reply to: [Arcade Basic] change category for startpageok, solved it.
Put this in the functions.phpfunction 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.
br
thomasForum: Themes and Templates
In reply to: [Pictorico] color of the arrowboxHa, you make my day, works perfekt.
br
thomasForum: Themes and Templates
In reply to: [Pictorico] color of the arrowboxHi sacredpath,
taht didn’t work for me, your code only changes the fontcolor in my case.
Here is a link to my testsite http://www.hundeschule-owl.de/br
thomas
Viewing 6 replies - 1 through 6 (of 6 total)