older blog posts not showing in new theme

What posts exactly are not shown? In your code there are no page links (pagination). Could it be that you just see the the number of posts according to the respective admin setting? In addition, I just have been learned NOT to use query_posts. Why would you use it there anyway? Assuming, this is a … Read more

Removing blog page images

It sounds like you want to display only the excerpts on your blog home page. To do that, add is_home() to your conditional statement so that it looks like this: <?php if ( is_archive() || is_search() || is_home() ) : // Only display excerpts for archives, search and blog home page. ?> You can read … Read more

inviting people to blog and editing roles

By the below code you can give contributor to upload image. function rwc_allow_contributor_uploads() { $contributor = get_role(‘contributor’); $contributor->add_cap(‘upload_files’); } add_action(‘admin_init’, ‘rwc_allow_contributor_uploads’);` And admin will review the post and then publish it.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)