how to modify request to get_template_part()?
Just looked in the P2 theme files. The theme loads the entry.php with the function p2_load_entry() located in inc/template-tags.php. If you want to edit the entry.php file and want to be on the safe side if P2 releases an update, you should create a Child Theme. Create a new sub-folder inside wp-content/themes/ e.g. p2-child Inside … Read more