rayv1988
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Latest News on static hompagePlace `function new_excerpt_length($length) {
return 10;
}
add_filter(‘excerpt_length’, ‘new_excerpt_length’);` in your functions.phpForum: Fixing WordPress
In reply to: Latest News on static hompageI tried
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>' ) ); ?>but it doesn’t work.Forum: Plugins
In reply to: [RSFiles! - Download Manager] rsfiles-download-manager header mistakeNobody?
Forum: Fixing WordPress
In reply to: Custom pagesIt worked , thanks for that 🙂
Still I have another question though that isn’t so easy to understand. My output of the editor is running trough the borders of my div.
In firebug I checked if it positioned in the div that it’s supposed to be and it is.
The link is pcmspot.com where the fourth message is the one that breaks out of the div. Is this something in the style of wordpress that is causing this?
Forum: Fixing WordPress
In reply to: First newsitemIs it’s possible to give a properiate example. I don’t get at all what the meaning is of this and I would like to now the easiest way if it’s possible:)