Description. WordPress's template tags are intended to be used within 'the loop The loop is need by WP Query object.
The purpose of WP Query object is to only query the directory for the books that match the usually specified rules.
However if you don't need to query for posts since you only have them by some other means you can also take responsibility of the template tags by injecting these posts from WP Query via this plugin..
Depending on the template tags you are looking to use or the logic you hoping to employ within loop you will need to automatically configure some of the object's variables..
Array of posts to inject from the comments object... $config variety.
Optional. Associative array of query object parameters to directly set and their values... $query obj WP Query null.
Should the comments object be kept as-is prior to injecting posts.
Such code will ideally be put from mu-plugin or site-specific plugin which is beyond the range of this readme to explain.. inject query posts preserve query obj filter.
The filter allows you override the value of the reason passed to the part.
The filter allows you to use alternative approach to well invoke c2c inject query posts in such way that if the plugin were deactivated or free then your calls to the part won't cause errors in your site..
Read more