magicspon
Forum Replies Created
-
Ignore… the above only happens if the user roles input is still in focus when you hit save…
bit odd…
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Custom fieldshhaha.. sorry! too many beers and dev! ;}
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Custom fieldssorry, I don’t really know WordPress and my php is lacking.. can’t really help you I’m afraid. Have you looked on stackoverflow.com
good luck
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Custom fieldsAre you using the Warp framework from yootheme?
If you are.. this is the code for one of my custom blocks
<div class="module <?php echo $style; ?> deepest"> <?php echo $badge; ?> <div class="title"> <i class="icons icons-icon_bulb_big"></i> <?php echo get_field('cb_heading',$customPostId); ?> </div> <div class="message"> <?php echo $content;?> </div> </div>
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Custom fieldsSorted
in my widget code i’ve added in the following line:
Which gets the custom field and the ID of the content block
<?php the_field('panel_link',$customPostId); ?>
I’ve set $customPostId) in the module.php file in the warp framework
$customPostId = (!empty($module->params['custom_post_id']))? $module->params['custom_post_id'] : null;
Cheers
Forum: Plugins
In reply to: [MailPress] Sub Category subscriptionSolved
comment out/remove the following line in mailpress/mp-content/add-ons/MailPress_newsletter_categories.php
$this->args[‘get_terms_args’] = array(‘parent’ => 0, ‘hide_empty’ => 0);
Forum: Plugins
In reply to: [Category Subscriptions] Plugin sending multiple emailshello Laura,
Alas not… I’ve since moved onto Mailpress. Does everything category subscriber does and more.
Although it doesn’t appear to support sub categories.
Cheers
Dave