benkerve
Forum Replies Created
-
Hi there,
In a nut shell we have two child sites, child site one has a custom post type called ‘venues’, which you can view on this child site by (for example) the URL structure /venues/my-house (example), everything is fine, meta data is all fine, data for the CPT shows etc. No issues. However we also need to show this data on child site two with the same URL structure. We have all the necessary code built to do this, everything here works fine however the <head> meta data wasn’t pulling in, so to get around this we implement the aioseo_description, title, keywords hook to bring in this content.
This also works when viewing a ‘venue’ on child site, aioseo_keywords and aioseo_title hooks are bing picked up/run and bringing in the required data which is populating the <head> meta data etc. But, aioseo_description isn’t being picked up, the hook isn’t running (or being activated etc – however best describes it).
I’ve tried using the older hook aioseop_description but this I believe is deprecated.
I’m just wondering if you’ve heard of the scenario where one of these hooks just doesn’t get called, if I’m missing something from the hook (priorities etc?).
Hope this helps.
Forum: Plugins
In reply to: [Simple Page Ordering] No click & drag using v2.4.2 and WordPress 6.0.2Ok think I have a solution, my registered custom posts didn’t have:
'supports' => array( 'title', 'editor', 'page-attributes' ),My registrations didn’t have this, and never had this, however it had been working so this additional element has fixed the ordering, but the does now mean custom posts show the “page-attributes” metabox. Not necessary an issue.