Hi ange,
Can you provide more information, such as:
– How many blog posts there should be
– What theme you’re using
– If the posts are being called using a custom wp_query call
What’s the error that you get?
Hi redneck,
Many themes add additional thumbnail sizes in their functions.php file, have you tried switching themes and uploading an image while the new theme is active to see if all of the extra sizes are created in that case?
Hi kink,
Have you thought about using the $_SERVER[‘HTTP_REFERER’] global variable to check where someone is coming to the landing page from? You could check if it’s on your domain, and then modify the form’s action to send them back to the page they came from if it is.