IT NEW CODE gives a way to execute some code on only fix page.
We can do it by using page id.
Below is given code.
In this code if page id match then only code will be execute.
Here, 156 id is page id
Code is below:
<?php
if(is_page(156)){
// Put Your code Here
echo do_shortcode('[widget id="text-4"]');
}
?>
For more Interesting, Useful Article & codes visit IT New Code.
IT NEW CODE always help you with new Developing Code.
We can do it by using page id.
Below is given code.
In this code if page id match then only code will be execute.
Here, 156 id is page id
Code is below:
<?php
if(is_page(156)){
// Put Your code Here
echo do_shortcode('[widget id="text-4"]');
}
?>
For more Interesting, Useful Article & codes visit IT New Code.
IT NEW CODE always help you with new Developing Code.
0 comments:
Post a Comment