Here are some of tips and codes I use as part of my WordPress Development.
WordPress by far is the most popular content management system or blogging platform used worldwide. Reasons for popularity of WordPress being its ease of use, good on eye and easy to use admin panel, flexibilities to extend it and make more versatile etc. You might have used WordPress in you website or even thinking about […]
Introduction For normal posts types, wordpress come with the option to filter by category drop down. But when you create a custom post, wordpress by default doesn’t support the category filter at the point of writing. But this can be achieve with few lines of code. All you need to do is copy paste the […]
WordPress does allow a way to increase or adjust PHP Memory Limit via wp-config file. This only works if the host allows to increase the memory limit. In case if host supports it, memory limit can be increased by just adding the block of code on wp-config file. Code below sets the PHP limit to […]
Step 1: Login in to your dashboard
Step 2: Go to Account Settings
Step 3: Go to Data
Step 4: Delete all test data
Here is the case, in the world of web, things change fast. New technologies come and go. And being a web developer, you have to keep yourself updated. And often it’s so hard learning and getting in grasp of so many stuffs coming around you. Over the past couple of years I found that it’s […]
Stripe had officially been launched in Australia, and I am really happy as it is the payment gateway I was eager to learn and implement in my upcoming freelancing projects in near future. Here are some of salient features of Stripe and what makes it good option for any payment gateway integration. Seamless Security Security […]
WordPress is one of the most popular, easy-to-use, and stable content management software. It is used by millions of bloggers to create blogs. However, not many people know that they can create an eCommerce site using WordPress. Today, there are several plugins that allow you to create an eCommerce website in a few seconds. One […]
For all web developer and owners alike, owning a website is not only about its appeal but more importantly how manageable it is. The market today is flooded with numerous content management system (CMS) contenders offering their products either as closed source or open source. For many people, the latter option is usually more intriguing […]
WordPress is just for blogging, it’s not content management System WordPress used to be known for its use as blogging platform, but at the point of writing it’s much more than just a blogging platform. It is much more robust now, flexible and easy to extend. WordPress had emerged as leading website content management over […]
WordPress 3.9 had been realseaed with revamped admin interface and loads of new features for both Web Admins and WordPress Web Developer. I am hereby listing these new features in points. New Features for Web Admins Improved visual editing Edit images easily Drag and drop your images Gallery previews Do more with audio and video […]
In the past couple of years, there has been a tremendous upsurge in web design trends. This is in response to the expectations and imaginations that have been placed on technology and its ability to deliver amazing web structures. The society we live in demands more interactivity when it comes to user interfaces and this […]
For me as a wordpress web developer I find WordPress as CMS easy to work with, extend and less time consuming. But hereby I am sharing some of the salient features of WordPress why it suits to the website owner with less technical knowledge. The world has really gone digital. There are all manner of […]
WordPress by default shows the version of WordPress being used in the site as well as the feed. Unless and until you are up to date with the latest vesrsion of wordpress its never a good idea to show the version number specially it provides loop hole for hackers to hack into the website. The […]
As published on WordPress.org, a newer version of WordPress had been released on 23rd of January. This is an update for the WordPress version 3.8. It’s always good and safe for security reason to update to the latest version of the WordPress when available. I have done mine. Just few safety precautions before updating: Make […]
As dated 1st of August, WordPress 3.6 “Oscar” is finally now live, with new features. It’s time for excitement for both user and developer. The name goes to in the honor of the Jazz Pianist Oscar Peterson as mentioned in official wordpress blog. So what are the new features and addition in the wordpress. I […]
What is WordPress Multisite? WordPress multisite is the feature that allows running multiple sites or networks of site through a single installation of wordpress. All the site or network of sites, runs on same installation of wordpress, shares same theme and plugins. One of the most common reasons for using multisite will be to allow […]
Data is quiet important part of any website whether its a content such as pages or posts or whether they are information passed via forms and stored in the database. And hence a proper security checks are needed to be done whether these data are safe to output or safe to store. Data Validation Data validation […]
WordPress 3.6 is going on full phase development. And lot of developers and designers are excited about what will be rolling out it the new version of wordpress. As a wordpress developer I am pretty excited about the latest version. But here within I am listing about the latest improvements for the WordPress User or […]
This is an article for a wordpress newbie or someone willing to learn about the WordPress. A short introduction to the most popular Content Management System in the web world at the moment. A recent survey had shown that 1 out of every 6 websites is running in WordPress. SO what does this mean to the new […]
Taxonomy is the way of grouping things together. In wordpress way, it can be the way we can group pages, post or custom post together. By default wordpress has three built in taxonomies as: – Category – Tag and – Link Category Category Category can serve as taxonomy, in order to differentiate and group posts. […]