Saturday 5 November 2016

If Page specific id then code execute WordPress code?

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.


Ankit Shah PHP Expert

IT New Code suggest a solution for your problem related to coding, Specially .PHP, Wordpress, WooCommerce, Magento, HTML and CSS. Visit Our website for Information.

0 comments:

Post a Comment

 

Copyright @ 2016 IT New Code | Developing Code | Designing Code.

Designed by: Ankit Shah