Flexible Recent Post and wp_enqueue_style
-
I am using the Flexible Recent Posts which works great. I’ve just checked my site (which I am developing locally) with the HTML validator (V3C Validator) and it shows an error related to this plugin as follows:
Error: Element link is missing required attribute property.
<link rel=’stylesheet’ id=’frp-frontend-css’ href=’https://localhost/wp-content/plugins/flexible-recent-posts/css/frp-front.css?ver=3.7.1′ type=’text/css’ media=’all’ />This error means that this line should be put within the <HEAD> and </HEAD> tags. It would seem that the wp_enqueue_style code in the relevant php file of this plugin is not adding this to the wp_head.
Can you help?
Thank you.
- The topic ‘Flexible Recent Post and wp_enqueue_style’ is closed to new replies.