Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$20
Thesis Custom Post Type Template Question
I created a plugin which is a custom post type, the problem I'm running into is users who are using Thesis as their theme.
Thesis has it's own templating system which is different from the standard WordPress system.
I'm currently pulling in wp_head() an wp_footer() but when I do that I lose all template formatting from the Thesis theme.
I've tried using Thesis hooks, but I haven't managed to insert my CPT content created from my plugin. In all other themes my plugin works fine.
I'm trying to do this WITHOUT using the Custom Functions Area in thesis, I just want it to work off what I code in the Custom Post Type template for ease of use for the end user.
Any ideas on this?
Armand Morin | 01/07/12 at 6:43pm
Edit
Tutorial: How to assign prize money
(2) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
01/07/12
11:38pmArnav Joy says:so your problem is wp_head() and wp_footer() not working in thesis
- 01/08/12 6:20am
Armand Morin says:No, wp_head() and wp_footer() is working fine. I'm trying to create a custom post type template inside of Thesis which uses a different type of theming instead of the standard WordPress theming protocol.
- 01/08/12 6:20am
-

Last edited:
01/09/12
8:12pmej_emman says:Hello Armand,
I can work on this, in fact I have two websites that I currently make using thesis theme.
You need to use add hooks, and edit the custom_function to display your CPT.
This link very helpful on how to use add hooks in thesis theme.
http://diythemes.com/thesis/rtfm/hooks/
I am glad to help you this.
ej_emman
This question has expired.
Current status of this question: Community pot
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
