Assuming you mean;
[file attache-file]
Under the Mail tab paste [attache-file] in the File Attachments input box.
For your form [uploaded-file] needs to go in the File Attachments input box.
-
This reply was modified 7 years, 9 months ago by breathee.
I’m using, WordPress 4.7.3 with SiteOrigin North v1.3.3 theme and the example code from Breadcrumb NavXT is not working. I placed the code in the header.php.
<?php if(function_exists(‘bcn_display’) && !is_front_page()){ ?>
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
<?php bcn_display(); ?>
</div>
<?php } ?>
I have a static page setup and the breadcrumb is still appearing on the front page. Hope you can help. Thanks.