Forum Replies Created
-
AuthorPosts
-
Amazing! Thank you so much! That worked perfectly.
Hi Rikard,
I updated your user permissions to have admin rights.Thanks
This reply has been marked as private.Yes, this was great. We can consider it closed.
I found this from another post. If I add “do_shortcode();” to the function you gave me it works. So I added:
function post_shortcode( ) {
$content = do_shortcode(get_post_field(‘post_content’, 68));
return $content;}
add_shortcode( ‘postsc’, ‘post_shortcode’ );And it worked.
That shortcode works to pull the content in, but leaves all of the advanced layout elements in their raw shortcode format rather than styled correctly.
That is an interesting idea. I wonder if you could output a page based on the page id? Also, it would be important to be able to handle the Enfold shortcodes.
I like that idea in principle.
August 20, 2018 at 5:19 pm in reply to: Custom Post Type and Custom Taxonomy – having them show up in Magazine Element #999506You are awesome! Thank you so much for your help!
Everything you said worked great! Thanks for even writing custom code for the magazine element.
August 20, 2018 at 4:19 pm in reply to: Custom Post Type and Custom Taxonomy – having them show up in Magazine Element #999455Thank you so much for the fast reply. I just added the code and I get more options but I still don’t see the Taxonomy or Post Type I had created.
Here are the settings for the taxonomy:
Here are the settings for the Post Type:
Thank you for your help!
Thank you so much! That worked great! That fixed the initial problem.
Can I ask a follow up or should I create a new thread? Now that I have the custom taxonomy I am trying to figure out how to reference that directly in the magazine layout. From looking at other threads it looks like it should show up automatically, but I am not having any luck seeing it.
-
AuthorPosts