How to output group and post meta value
Code on metabox.config.php file NOW CODE ON THE OUTPUT PHP FILE
Code on metabox.config.php file NOW CODE ON THE OUTPUT PHP FILE
You should use _custom_page_options as this is the id for your key declared into metabox config file. So your code must look like this: HINT: LOOK CODE ON MBHOUSE PROJECT services-page-template.php
1.Add classes in Body with array 2. Remove by default generated class from body. Add Filter in function.php file
Go to TEXT EDITOR Mode in WP. Then add this code where you want to add page-break. If you want to break the post into 5 pages then you have to add
esc_url, esc_attr and esc_html known as Validating, Sanitizing, and Escaping. Long story short, the main reason these things are important because escaping (fundamentally, sanitizing input and escaping output) is a critical aspect
Hook is known is event broadcasting system in WordPress. There are 2 types of Hook: a) Action Hook b) Filter Hook ACTION HOOK: Cannot modify final action/decision. FILTER HOOK: You can modify
Add this code in header div’s class. And then write CSS according to it.
1. Disable XML-RPC in WordPress XML-RPC allows you to post on your WordPress blog using popular weblog clients like Windows Live Writer. It is also needed if you are using the WordPress
For example if you don’t want WordPress to show update notifications for akismet, you will do it like: