If you are using WordPress Types plugin for Custom Fields and Custom Post Types Management and you use image custom filed, sometimes you may need to show just one image instead of all uploaded for particular post or page. I am not using shortcodes but PHP implementing, so some situations and needings can be tricky.
Blog
Twitter counter won’t work
by admin • • 0 Comments
You placed twitter button on your website, but after some time you still see 0 on counter. Even when you tweet your page, it still won’t count. There may be several posibble reasons for that issue. Here are solutions for most common. 1. Place “data-count” part in your code, if there is no one:
Blog
WP: exceeds the maximum upload size for this site
by admin • • 0 Comments
When you are trying to upload some big image or other type of file on wordpress, you can get this error: File has failed to upload due to an error. This file exceeds the maximum upload size for this site Maximum upload file size: 2MB.(or some other value, but anyway smaller then your file you…
Blog
WP: You cannot install more than one script in the root directory
by admin • • 0 Comments
If you had installed WordPress on your server and you deleted it sometimes you may get this error after trying to install it automaticaly again. You cannot install more than one script in the root directory of a domain That usually happens if you deleted older WP partly by hand and partly automaticaly with Fantastico,…