Myzwer / foothillschurch

Bootcamp II is a wordpress theme (as well as an inside joke) designed to suit the needs of foothillschurch.com. It makes use of webpack, Babel, Sass, Tailwind, Browsersync, PostCSS, ESLint, Stylelint, Prettier and more. It is meant for that site, but if you can use it by all means go for it.
1 stars 1 forks source link

Hard-coded post ID #54

Closed rain2o closed 1 month ago

rain2o commented 1 month ago

Do you mean to be passing a hard-coded post ID? This could break if that post gets deleted/replaced.

https://github.com/Myzwer/foothillschurch/blob/effc5bbf81497ae99f0561ab7849412fe9272bfd/components/layouts/popular-messages.php#L8-L11

This seems like a good use case for the Options page maybe, since this is a reusable component.