Custom Posts with Advanced Content Type
-
Hello! I have to create an events plugin which makes possible to create events from admin panel and import events from another application via XML. With my limited knowledge I created a wp plugin that creates a custom table and imports the XML data in that table (all data are in one db. table row). Also, I found that using for custom posts custom tables, where all post data are in one table row offers a higher performance.
Searching for wp plugin that offers the possibility to save custom posts data in custom table I found Pods. Thanks for this nice function!!
I created with Pods the custom posts plugin by Advanced Content Type.
I can now create posts from back end and import XML posts in the same table.
I can get data in front end.
Now the question is how can I get the single post page, where I will get the post description, pictures…? I need the option like in WordPress, to click on event title or a link (read more) and get to the event page.
Could you please write some concrete steps what should I do?
- The topic ‘Custom Posts with Advanced Content Type’ is closed to new replies.