If you are customizing wordpress theme then many times you need to get current page id to show/hide some code or change basic functionality in wordpress. If you need the numeric id of the current page, you can get using following function in your wordpress theme file:...
How to apply Multiple IDs # on one css? You can easily apply multiple id’s to a single css style using following format: #id1, #id2, #ID3 { width:100%; float:left; }
Question:- How can we redirect a page after few seconds to a new page using javascript? Answer :- You can easily redirect a page to another url after few seconds delay by using following javascript code. <script type=”text/javascript”>...