WordPress has always been one of the favourite platform for a quick development of websites, blogs, and in some cases works very well for e-commerce applications using WooCommerce and other plugins to a scalable level with highly customisable options. Customizing the WordPress websites have become easier with the rise in plugin developers who provide a ready-made solution for your task.…
Author: vickythegme
How to Create Custom Post Type in WordPress
WordPress is one of the most used CMS available in the market that is used for any type of website ranging from blogs, websites, e-commerce apps. What you get from WordPress is the ability to have various design, templates and functionalities and the ability to highly customise your website/ apps. WordPress stands at the top because of it’s ability to…
How to Remove Console Log Messages from an Angular Application
Writing console log statements for debugging the application run time by developers are very common and often times we tend to remove the console log statements from the application that will gradually gets deployed to production. This scenario mostly happens when there are a handful of developers who work on the same project but on different features/ bug fixes. This…
How to Stop XML-RPC Attack – WordPress
Being one of the most popular blogging/ website platform, WordPress can be exploited quickly. There are many ways the WordPress exploiting can happen and it’s kind of a headache to clear the malware attacks that has occurred in a WordPress website. Here’s a post that would help you out to clear out your WordPress Website from malware attacks. This post…
How To Remove Malware From WordPress
Malware Attack is getting very common in WordPress lately which could be because WordPress has a wide community of users. Anything that is popular and easy to use will always have its own consequences of using them. There are numerous types of malware attacks that happen to WordPress website on a regular basis. I would like to write this post…
Setting Up File Permissions in WordPress to prevent from Malware Attack
WordPress is one of the best open source platforms that is used for blogging worldwide. If you are a Blogger, either you’re using WordPress already or if you haven’t, well I’d suggest you to use WordPress for your blog as there’s a whole lot of community of people who are there for you to solve your queries and lead you…
Magento – Migration from Localhost to Live Server
Migrating from a localhost development version of Magento to a live Production server may be a pain in the ass for starters as we get scared of the too many files and configurations that needs to be changed which is almost an inception. I’m writing this post to clear the myth and to say that migrating from localhost to live…
WordPress – Migration from Localhost to Live Server
Developing a website using a Local Server Environment is much more likely that everyone does in the field of Software Development. Needless to say it’ll save your time in running the files and testing it at greater speed that you do it on production server. I’ve been using WordPress for most of my Client Projects and I wanted to write…
Thank You Guys For An Awesome Year+
Its Not more than a few hours that I got all the paper works signed just about to leave my current employer for a Startup based out on Bangalore. The guys from my current company asked me to talk a few words before I leave which I couldn’t because I don’t know, I’ve got nothing to say ., may be…
Twitter API Integration with PHP
Twitter API is one of the best API Services that I have used and it is as simple as it should be with the open source libraries that are available on the internet for any language, you name it. This post will guide you to a simple twitter API Integration to your website in PHP. As the language that we’re…