Forums
(@mauseherz)
12 years, 7 months ago
Works with 3.4.1., but adds <strong></strong>-Tabs around each sidebar – what is absolutely non-discutable and not nessecary.
<strong></strong>
14 years, 6 months ago
<?php the_content('More...'); ?>
sry, of course this would be the right code… (i forgot the ; and the ?) thx richard
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.
I 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.
you 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;}
instead of:
<?php the_content('More...'>
try this:
<?php the_content('More...')>