Mauseherz
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Works with 3.4.1., but adds
<strong></strong>-Tabs around each sidebar – what is absolutely non-discutable and not nessecary.Forum: Fixing WordPress
In reply to: Read more is not working<?php the_content('More...'); ?>sry, of course this would be the right code… (i forgot the ; and the ?) thx richard
Forum: Fixing WordPress
In reply to: Custom-Menue Trouble?hm, thanks for your try,…
I tried another thing:
I got 49 Menu-items, i can put more into the menu-field, but it just takes the first 49 and saves them. The other ones disappear.Forum: Fixing WordPress
In reply to: Using PHP inside a PageI use 2 plugins for my php-code-pages (exec-php and disable visual editor).
I haven’t had any troubles with updates or something else. There will be no other way.
Forum: Fixing WordPress
In reply to: Insert empty lines in edtioryou can “help” yourself perhaps with the right css-settings.
just set (you can do this in html-editor)
<p class="blubb">text1</p> <p class="bla">text2</p>and in your css-file
.blubb {margin-bottom: 2em;}Forum: Fixing WordPress
In reply to: Read more is not workinginstead of:
<?php the_content('More...'>try this:
<?php the_content('More...')>
Viewing 6 replies - 1 through 6 (of 6 total)