WordPress Development

WordPress Development for Beginners | Getting Started with Wordpress

 

Want to learn how to write your own plugin or theme? Read my tutorials and make your dream website!

Developing a professional website is not so hard, in mostly cases you can find needed informations on wordpress documentation site. But, if you need a quickly tips for writing your page, you can use my blog to save time :)

WordPress custom admin page

When you write your own plugin, you often want to add dedicated page for its settings. In this post I will show you how to do this.

Read more

How to use ajax in WordPress – on frontend and admin side

Ajax ( Asynchronous JavaScript and XML ) allows us do action in asynchronous way – without page reloading. It is very useful and has affect on better user experience. We can for example add, hide or delete some content from site and there’s no need to reload whole page.

Read more