All Required Steps To Optimize Your WordPress Website

Optimize your website is a crucial step in order to get leads you wish. In order to optimize your website you have to pay atention to few steps. A little below I will show you a list with what you need to do in order to get ready when you lunch your website. This material… Continue reading All Required Steps To Optimize Your WordPress Website

How to fix WordPress Wp-admin not found NGINX

If you decided to move from apache to nginx due to the speed at its disposal you will notice that some errors come up at your wordpress functionality because you need to make some settings in the configuration file of your server in nginx.  I had the same issue after installing the nginx on my… Continue reading How to fix WordPress Wp-admin not found NGINX

How To Paste Image On Textarea With jQuery

In this tutorial I will show you how you can upload by ajax an image after you paste it on textarea using jquery. Is very useful this feature because you don’t lost any time when it comes to send files to other person. Especially when you do a printscreen using windows tool, you just copy… Continue reading How To Paste Image On Textarea With jQuery

Tutorial how wordpress themes are made

Many of you are wondering how wordpress themes are made or how are working. There is no hard to do a wordpress theme because you have all the informations you need on the internet. All tutorials and steps you need to follow in order to do your first theme are at a click away. First… Continue reading Tutorial how wordpress themes are made

Which CMS is the best? WordPress vs Wix compare

In my opinion there is no doubt that WordPress is much better then Wix due to many factors. Among them I will show you a short list in the below infographic. Anyway the below image is not enough to understand how many things you can do in WordPress but not in Wix. Even if you… Continue reading Which CMS is the best? WordPress vs Wix compare

How To Create Custom Post Type From Contact Form 7

Sometimes this action is a required one, especially when your website has a contact form thourgh users can register its own posts. So in this tutorial we will create a post in our custom post type from wordpress at every contact form submission. This is not hard to achive especially if you already have custom… Continue reading How To Create Custom Post Type From Contact Form 7

How To Add New Option In WP Options WordPress By Ajax – Plugins Development

In this tutorial we will talk about how to add new option in wordpress table named wp options by ajax. I have just used this approach in one of my plugins and I decided to show you an example if you ever need it. It’s very simple to use this options and is very useful… Continue reading How To Add New Option In WP Options WordPress By Ajax – Plugins Development