How to add a ”posted on {date}” notification for Graphene theme,
such as this one:
Posted on?2022-01-28?By?f2admin
Posted in?Andra_Nyheter
at the end of the post & page, example is from Colinear theme?
/
with best regards, Omar KN, Stockholm, Sweden
Many thanks
Dieter
I want to remove/hide the posted date and the author under the job title. I can′t find it in the code. Here′s a screenhot: https://prnt.sc/hd9tax
Thanks for your help!
]]>How do I remove the tags and the posted in?
We just switched to this theme and love it.
]]>I am facing an issue while I try to store in database the value selected in radio options.
I’ve implemented a hook in functions.php like this:
function save_form( $wpcf7 ) {
global $wpdb;
$submission = WPCF7_Submission::get_instance();
$submited['posted_data'] = $submission->get_posted_data();
I can see all the values in , [textarea], [date] or [select]. However, the [radio] always returns empty:
Sex:[radio s_sex "Male" "Female"]
if ($submited['posted_data']['s_sex'] == 'Male')
$v_sex = 'M';
else
$v_sex = 'F';
do you know what i am doing wrong?
thx in advance
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
]]>