woodlandspetresort
Member
Posted 7 months ago #
http://woodlandspetresort.net/blog
Hi there,
I'm new to WordPress and am having a problem with my Blog. I am using theme EcoBiz. I've gone thru and set my BLOG page as my Blog page under Blog Options. Posts do appear there, but anytime I try to open any of my Blog posts, I am routed to the Bathing page of my website instead of the posts opening properly. I'm feeling pretty good about everything so far except for the Blog. Is there a setting somewhere besides under the theme's blog options that needs to be changed? Also, my Blog mainly consists of pictures of pets staying here at the kennel. Is there a way for a thumbnail to appear on the Blog beside each entry? Thanks so much for any help!
am routed to the Bathing page
double check dashboard - settings - permalinks
http://codex.wordpress.org/Using_Permalinks
partivular the note: 'Please note: You never, ever put your site url in the permalinks slot. You must use one of the structure tags, or a combination of tags only.' under http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
Is there a way for a thumbnail to appear on the Blog beside each entry?
http://codex.wordpress.org/Post_Thumbnails
http://codex.wordpress.org/Function_Reference/the_post_thumbnail
you might need to add the 'the_post_thumbnail()' code to the loop (near 'the_content()' or 'the_excerpt()' )in the template of your blog page (index.php ?)
woodlandspetresort
Member
Posted 7 months ago #
thanks alchymth! got it resolved.