Hi, I have one develop question. I'm programing wp plugin and wont to write my own content depending on url. For example:
I enter url like "www.myblog.com/animals" it should write "Animals are very nice."
I red something about query_vars and add_rewrite_rule, but stil dont know how to write own content.