themeblvd / jumpstart

The most extensive WordPress theme for both users and developers from Theme Blvd
http://wpjumpstart.com
GNU General Public License v2.0
5 stars 2 forks source link

Add global featured image link options #380

Open themeblvd opened 6 years ago

themeblvd commented 6 years ago

Tasks

Notes

Post Displays

The choice to add this global option to each post display modifies the logic and steps towards applying a featured image link. It also allows for a universal modification to all posts of a specific post display, which have not been individually edited.

When a post is displayed within a blog, post list, post grid, or post showcase:

Backwards Compatibility

This whole concept has always been a challenge because of backward compatibility. I've never wanted to change something major that would then cause people to have to go through all the posts on their site.

Here's what this should look like: People with pages and posts already set up should have either a featured image link value or the "none" value already saved to the post. Now, there will be a new selection "default" which will pull from theme options.

So any previously created pages and posts will not get the theme option applied unless the user goes back to them and selects the new default option. And future new posts and pages will have "default" value assigned from the start.

cc @askwpgirl