Dugonja
Forum Replies Created
-
It is controlled by a global excerpt.
Add this to your function.php
function custom_excerpt_length( $length ) { return 100; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Total Videos Imported: 0Alisdairb your fix worked like a charm. Thanks.
Forum: Fixing WordPress
In reply to: Images not uploading ErrorDowngrading to 3.4.2 was only solution for us.
Changing theme to default and deactivating all plugins did not worked.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Warning in Dashboard (WP ver. 3.4)Finally. This worked like a charm. Thanks.
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] Reverse Chronological Sort?I am wondering too how to achieve this?
Forum: Fixing WordPress
In reply to: Pages Won't Shop Up in JennyWondering what browser do you use?
It looks like Opera browser cache Jenny from some unknown reason.
Whatever I change its not updated on frontpage, but in other browsers it is.
I am also using Opera 11.60.
Try random opening in editor your theme files and you will notice this bug. Its occuring only in Opera browser, tried to reproduce it with Firefox and did not succeded.
I tried disabling all Opera extensions and all WordPress plugins and it still happens.
Opera error console shows nothing.
I think thats not related to Contact Form 7. I am experiencing same problems with WordPress plugin and theme editor. It throws random code from file to the end of it. If you are not careful you can save it in file and broke WordPress.
I can’t figure why and when is happening it seems to be random.
Märt Rang wondering what browser do you use?
Forum: Plugins
In reply to: [Flickr Shortcode Importer] [Plugin: Flickr Shortcode Importer] Please voteLatest version is one of the best plugins that exists for WordPress. Practically unlimited amount of free images for your posts if you don’t mind crediting authors.
Forum: Fixing WordPress
In reply to: 301 of Uppercase PermalinksI saw the .htaccess rules, but this should be by default in a new wordpress install.