There are divs on the page. You need to know their classes or ID and put it into a variable. While trying so. What I need, does not display.
<?php $postclass = post_class(); echo $postclass; var_dump($postlass); ?> There are divs on the page. You need to know their classes or ID and put it into a variable. While trying so. What I need, does not display.
<?php $postclass = post_class(); echo $postclass; var_dump($postlass); ?> Source: https://ru.stackoverflow.com/questions/921808/
All Articles