is_single doesnt work for custom post type
Question
<!-- Inner Pages Main Section -->
<section class="ulockd-service-details">
<div class="container">
<?php
if ( is_single('2631') == true ) {
echo "2631";
echo " <div class="col-md-4 col-lg-3"> ";
custom page id is 2631 but echo doesnt display.
look at this link :
https://resimli.yedek.deniz-tasarim.site/services/left-sidebar-service/
0
2 months
0 Answers
10 views
0
Leave an answer
You must login or register to add a new answer .