Home › Forums › Mikmag WordPress theme › Custom post types
- This topic has 5 replies, 3 voices, and was last updated 9 years, 9 months ago by dsovino.
-
AuthorPosts
-
-
at #64489tridazMember
Hi,
I’ve created custom post type and I want to know how to add there Mikmag options, Mikmag layouts …
Thanks. -
at #64500AnonymousInactive
Hi Tridaz,
I believe creating new custom post types is more of a wordpress functionality than it is a theme function, however our theme does handle some post types itself, I think taking a look at their source codes might help you out (mikmag\tdframework\post-types).
Kind regards,
Kevin -
at #64504tridazMember
Hi Kevin, thanks for reply !
I’m afraid that I wrote my first description of the problem badly. I’m sorry for that. So I want to know how to add ‘Mikmag options’, ‘Mikmag layouts’ into administration of created post type.When I want to add some post I see there sections like Title, Thumbnail etc. and Mikmag options, Mikmag layouts, Mikmag ads, Mikmag Basic SEO. But when I want to create some post of custom post type sections Mikmag options, Mikmag layouts, ads and Basic SEO are missing there and I’m interested if it’s possible to add this sections to my post types.
I attached some images to better understanding.
Thanks.
Attachments:
-
at #64509AnonymousInactive
Hi Tridaz,
I see what you’re looking to do now. You could perhaps try to take a look at the file “theme-post-options” in “mikmag\tdframework” However this is more of an educated guess, I’m not entirely sure this will be what you need.
The thing is, code-level support exceeds what we can offer as free support. We do provide advice regarding code as part of our premium support plan. I could contact one of our developers about this as a premium support service. If you’re interested, you can find more infomration about our premium support package here: http://theme-dutch.compremium-support/
Kind regards,
Kevin -
at #64534tridazMember
Thanks for tip to take a look in “theme-post-options”, it works now!
Tridaz -
at #72563dsovinoMember
HI. Im having the same issue here. By adding my custom type in the file mentioned above:
$theme_post_options = new CoreOptionHandler(THEME_SLUG . ‘-post-options’, THEME_NAME . ‘ options’, array(‘post’, ‘page’,’my-post-type’));
now I am able to see Mikmag Child Theme Options, but only that. I need to know how to be able to set Mikmag Child Theme Layout in order to apply sidebars to the custom post types generated.
Any help would be appreciated.
-
-
AuthorPosts
- You must be logged in to reply to this topic.