genieforge
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Pipes] change post taxonomiesIn fact all I really need to now how to do is set the taxonomy of the post in the pipe destination from “category” to “something-else”.
Forum: Plugins
In reply to: [Post PDF Export] Advanced custom fieldsBazzinga!!!!!!!
It may not be the most elegant fix but I made a new shortcode for “Post PDF Export”. I added the below to “post-pdf-export/post-pdf-export.php”, which you can get to by clicking edit under “Post PDF Export” on the plugin page:
<?php //[custom1] function custom1_func( $atts ){ $custom1 = get_field('field_name'); return $custom1; } add_shortcode( 'custom1', 'custom1_func' ); ?>The “field_name” is the field name of the ACF field. Paste [custom1] into your template loop on “Post PDF Export” template manager in WordPress and ya done, ACF fields in a PDF!!!
Forum: Plugins
In reply to: [Post PDF Export] Advanced custom fieldsI reckon I could figure it out if I could add PHP to the template loop?
Forum: Plugins
In reply to: [Co-Authors Plus] 2 authors, but only the first can see postWhat a nice man, you just saved me hours. This plugin has so much support! Brilliant!
Forum: Plugins
In reply to: [WP Customer Area] Page Attribute Settings for Customer Private PageHi,
I have the exact same problem. Where is post-cuar_private_page.php?
Thanks,