wordpress - How to fetch the blog Post's information from Word Press -
how - post title - post date - post author - meta description - url word press
if within loop can utilize following:
the_title(); the_date(); the_author(); the_permalink(); not sure meta description not inbuilt part of wordpress posts, must using custom plugin/option , need provide more info before can help this.
if outside of loop can utilize following:
get_the_title(); get_the_date(); get_the_author(); get_permalink(); i suggest reading through wordpress codex or searching in google there alot of helpful info on there in regards this.
wordpress
No comments:
Post a Comment