Hello.
I would really appreciate some help.
I am using Wordpress SEO by Yoast and I've noticed that when I add a query post on my website, the title displayed on my browser is always the title of the last post in the query post widget.
I've found on the web that the way to solve this is to make sure that the call to wp_head or wp_title (not sure which one) has to come before the call to query_posts.
I'm not familiar with coding and was wondering how I could achieve this with a child theme?
FYI:
1. I did not add <title><?php wp_title(''); ?></title> to my header.php but just checked the box to Force rewrite titles in the Wordpress SEO plugin
2. The two widgets on the right ("Top Stories" and "Other Stories") are query posts widgets
Example of wrong title being displayed on browser title: http://www.flirtingsms.org/michael-fior ... hip-expert
Thanks in advance for the help.
P.S. Would doing this cause any possible problems?
