
janisi
janisi
About
- Username
- janisi
- Joined
- Visits
- 45
- Last Active
- Roles
- Member
Comments
-
Hi, you can do it really easy. 1. locate file betheme/functions/meta-page.php2. copy function mfn_page_meta_add to your child theme so beTheme updates will not overwrite your changes. if( ! function_exists( 'mfn_page_meta_add' ) ) { ....} 3. find a…
-
Thanks! It worked!