↧
Using get_post_meta in wordpress post in the functions.php file: Smart way
The get_post_meta method is very useful in wordpress If you want to shorthand the get_post_meta call for the current post then you can use following: you can use above method through functions.php...
View ArticleDisable or Remove the comments to wordpress pages
Many people want to disable the page comments. Using simple code you can easily disable the comments for your pages by default. Here I written simple code. Using following code you can disable the...
View Article