In addition i’d like to start the new post with <name>, from “website” wrote on September etc…. Rather than just “DJA_440 wrote on September 12…..”
]]>I want to assign the field to my RankMath schema template. I need the field names of WP JOB MANAGER so that I can assign rankmath schema to take input from your plugin job post.
Thanks
]]>Would be great to get help. Thank you.
]]>Is there any way in the Woocommerce > Admin > Orders Processing page that I can show only certain fields?
I would like to list:
1. order number
2. Names of item(s) ordered
3. Cost of order
4. Date of order
At the moment it shows Order with number and name, date, status, ship to and total.
Any pointers would be most advantageous.
Thank you
Steve
[CP_APP_HOUR_BOOKING_LIST]
but instead of showing the email of booking, show the name , which i have added under ” add a field” and called your name.
]]>So I want to change the word “donor” and “donation” everywhere to “member” and “annual membership dues”. I have successfully done this almost everywhere except the receipt success or failure pages, which automatically display.
For example, this page:
https://westuniversityneighborhood.org/membership-subscription-success/
Is there any way that I can change those words on those pages?
Thanks.
]]>I was hoping to group all of my fields to simplify the layout for the user but quickly realized this renames the fields and breaks everything.
Is there any way you could add an option to the Group Settings to not rename the fields when grouped? It would be nice to change up the layout for the user without changing hundreds of lines of code in the application every time, or implementing hacky workarounds like described here https://support.advancedcustomfields.com/forums/topic/saved-field-data-is-missing-after-grouping/. To me the whole point of grouping should be to change the layout for the user in the backend without making those groups set in stone for all custom code we write to deal with those fields.
I know the fields must be associated with a group somehow but there has to be a better way. Couldn’t you simply create a db entry for the group which contains all of the field names in the group and use that instead of prefixing all field names with the group name?
Thanks,
Brian
This is my code so far:
<a href="<?php the_permalink(); ?>" class="text-wrap">
<h4><?php the_title(); ?></h4>
<p>
<?php
$meta_print_value=get_post_meta(get_the_ID(),'description',true);
echo $meta_print_value;
?></p>
</a>
But all it’s returning is the title, no description.
]]>