function create_shortcode(){
return "<h2>Hello world !</h2>";
}
add_shortcode('my_shortcode', 'create_shortcode');
// Use [my_shortcode]
<?php echo do_shortcode('[name_of_shortcode]'); ?>
<?php echo do_shortcode('[name_of_shortcode parameters=""]'); ?>
<div id="ipad-panel">
[themify_layout_part id=103]
</div>
function wp_demo_shortcode() {
//Turn on output buffering
ob_start();
$code = 'Hello World';
ob_get_clean();
// Output needs to be return
return $code;
}
// register shortcode
add_shortcode('helloworld', 'wp_demo_shortcode');
Code Example |
---|
Html :: fixed footer button css |
Html :: .html to .exe |
Html :: how to change html code of a website |
Html :: bootstrap dropdown going off page |
Html :: bootstrap.. |
Html :: input submit icon |
Html :: input with plus and minus buttons |
Html :: fixed size body html |
Html :: how to add audio in html |
Html :: html chatbot |
Html :: how to open files as super user ubuntu |
Html :: meta redirect |
Html :: css mark color |
Html :: html open email program |
Html :: ion-row scrolly |
Html :: select input placeholder |
Html :: elements should have autocomplete attributes |
Html :: content ai writer |
Html :: split div into 2 columns |
Html :: social security number validate regex |
Html :: html arrow symbol |
Html :: checkbox group |
Html :: how to include the trademark symbol in html |
Html :: html to powerpoint |
Html :: bootstrap start |
Html :: button not clickable html |
Html :: how to underline text in html |
Html :: vuejs v-for array index |
Html :: theme color in html |
Html :: unselectable input field |