Figured out how to override inline style! All is good.
I would love for it to function like the “openings” and “closings” on the homepage, left-hand sidebar. http://www.my-table.com. Help, please!
Thank you! I was overcomplicating things.
Actually I think somewhere in the lines below?
<?php $features = new WP_Query( array( 'post_type' => 'sidedish','post__in' => $sidedish_posts_to_query ,'order' => 'DSC') );?>
<?php if ($features->have_posts()) : while ($features->have_posts()) : $features->the_post(); ?>
Is there a way to fix this? I don’t have an SEO plugin installed.