I have inherited management of a WordPress based site.
And suddenly something like this [template id="1921"]
typed in the editor isn't working.
Been looking in the DB and there are posts with a post_type
template. But I can't find any plugin or documentation to get these bracket template calls to work again. All I can find is PHP options, but I would rather just fix whatever used to work.
EDIT: Isn't [display-posts id="x"]
suppose to be an official WP shortcode? All it displays on the site where content of post with id x is suppose to be is "[display-posts id="x"]". Why would it do that?