Protect your Website against malware and brute-force attacks
Protect your Website against malware and brute-force attacks, A brute force attack can slow down your website, make it inaccessible, and even crack your passwords to install malware on your website. A brute force attack is a hacking method that uses…
Guide To WordPress Coding Standards
WordPress Coding Standards are there to create a baseline for review and collaboration within various aspects of the WordPress open source project and its community. This includes everything from the core code to plugins and themes. Think of it like…
WordPress Settings, Some more Configuration
General WordPress Settings : General contains settings such as Site Title, Tagline, WordPress URL, Site URL, E-mail, Registration option, and many other general options for the WordPress site. Site title Enter the name of your site (or blog) here. Most…
How to Configure WordPress, Meet WP-Config the Heart of WordPress.
Configure WordPress, One of the most important files of a WordPress installation is the configuration file. It resides in the root directory and contains constant definitions and PHP instructions that make WordPress work the way you want. As the name…
Few Points before you change WordPress theme
WordPress is a well-known name in the blogging platform, especially in current time WordPress is blogging, and blogging means WordPress, most of the blogging platform uses as a platform. But WordPress continuously evolving and changing its core features…
WordPress Settings Panel
The Settings tab in the WordPress Admin sidebar is the central hub to configure settings for different sections of a WordPress website. It contains multiple sub-panels and many WordPress plugins also add their settings page as a menu under the Settings…
WordPress vs Blogger – Key Points with Pros and Cons
I can say blogging is nothing but the contents with criteria. There are multiple ways to do blogging. Pre-defined CMS ( Content Management System ), Custom way ( you decide the design and look of your blog ). In this post, we’ll introduce you to Blogger…
Self Hosted or WordPress.com Which is Better for Blogging
I remember my first experience with blogging. I said its truly a bad experience with self-hosted but if you have a little experience of CPanel, PHP and HTML then it will be great for the self-hosted blogs. Few of the highlighted points are Cost Hosting…
How to apply style to wordpress widgets !
Styling the Text WidgetStandard image alignment CSS styles such as alignleft, alignright, and aligncenter apply for images. To specifically style the various default styles of the WordPress Text Widget, use the following example: <div…
How to add widgets in wordpress theme !
WordPress Widgets add content and features to your Sidebars. Examples are the default widgets that come with WordPress; for post categories, tag clouds, navigation, search, etc. Plugins will often add their own widgets. Widgets were originally designed…