Looking to add the post ID for each post in the output of an Oxygen‘s Easy Posts component?
At Templates → PHP, change
<div class='oxy-post'>
to
<div class='oxy-post' id="<?php the_ID(); ?>">
Looking to add the post ID for each post in the output of an Oxygen‘s Easy Posts component?
At Templates → PHP, change
<div class='oxy-post'>
to
<div class='oxy-post' id="<?php the_ID(); ?>">