Wordpressians

Lets share our problems, experience on web application development using Wordpress CMS. No spamming will be accepted. If you spam you will be banned.

Build a Custom WordPress User Flow — Part 1: Replace the Login Page

In this three-part tutorial series, I will show you how to fix this by customizing the login and new user registration functionality to fit your site's looks, without violating WordPress's best practices.

- Create the Plugin - Create the Custom Pages For Login - Add Content to the Login Page - Step 1: Create the Shortcode - Step 2: Add Contents to the HTML Template - Redirect the Visitor to Login Page - Step 1: Redirect the User to Our Login Page - Step 2: Redirect When There Are Errors - Step 3: Render Error Messages - Step 4: Show Correct Message at Logout

Why I Don't Like Tailwind CSS | Aleksandr Hovhannisyan

On paper, Tailwind CSS sounds like a great idea. In reality, it suffers from the same problems that it tries to solve. 1. Tailwind Makes Your Code Difficult to Read 2. Tailwind Is Vendor Lock-in 3. Tailwind Is Bloated 4. Tailwind Is an Unnecessary Abstraction 5. Semantics Is Important. Tailwind Forgoes It. 6. Tailwind and Dev Tools Don’t Play Nicely 7. Tailwind Is Still Missing Some Key Features

Where did the WHO declared the outbreak of a new coronavirus disease in 2020 » Mcq Academy En

In January 2020 the World Health Organization (WHO) declared the outbreak of a new coronavirus disease in Hubei Province, China to be a Public Health Emergency of International Concern. WHO stated there is a high risk of the 2019 coronavirus disease (COVID-19) spreading to other countries around the world.
When someone who has COVID-19 coughs or exhales they release droplets of infected fluid...

WordPress Command Line: Everything You Need to Know

Managing a WordPress website is akin to spinning plates. Updates, comment management, post scheduling – WordPress as a platform helps you along and makes it all simple, but it still takes time.
The WordPress Command Line Interface is a deceptively simple tool that simplifies the process of interacting with WordPress. While a lot of people might consider using a command line intimidating, the WP-CLI keeps the whole process simple. It includes commands for most of the WordPress the tasks you’ll encounter day to day, and dozens of parameters to fine tune them if necessary. Becoming a WP-CLI expert may take a while, but learning the basics is a walk in the park.

ওয়ার্ডপ্রেস মাল্টিসাইটে নিজস্ব সাইনআপ পাতা তৈরি - tuts nano

ওয়ার্ডপ্রেস মাল্টিসাইটে নিজস্ব সাইনআপ তৈরি নিয়ে রিসোর্সের বড় অভাব। তাই এই টিউটোরিয়ালে তার সব একত্র করে একটা পূর্ণাঙ্গ দিকনির্দেশনা দেয়া হলো।

ওয়ার্ডপ্রেসে আমরা সচরাচর একক সাইট পরিচালনা করি, অর্থাৎ সেখানে একটা ইন্সটলেশনে একটাই সাইট চলে। কিন্তু ওয়ার্ডপ্রেস তার একটা ইন্সটলেশনে একাধিক সাইট চালানোরও একটা সুযোগ দিয়ে রেখেছে, আর তা হলো ওয়ার্ডপ্রেস মাল্টিসাইট। প্রথমদিকে ওয়ার্ডপ্রেস মাল্টিসাইট WordPress MU নামে কাজ শুরু করলেও তা পরবর্তিতে ওয়ার্ডপ্রেস কোর-এ অন্তর্ভুক্ত করা হয়। এবং বলা যায়, সবচেয়ে বড় ওয়ার্ডপ্রেস মাল্টিসাইট ইন্সটলেশন হচ্ছে WordPress.com, যেখানে আপনি চাইলেই বিনামূল্যে একটা ব্লগ খুলে ফেলতে পারেন।

ওয়ার্ডপ্রেস মাল্টিসাইট তুলনামূলক কম জনপ্রিয় এবং এর রিসোর্সও কম পাওয়া যায়, কারণ এর ব্যবহারকারী কম। আবার, যেহেতু মাল্টিসাইটের আর্কিটেকচার ভিন্ন, তাই অনেক প্লাগইনই ওয়ার্ডপ্রেস মাল্টিসাইটে চলে না। কিংবা হয়তো অধিকাংশ মানুষই এই ভিন্ন আর্কিটেকচারের সুযোগটা নিতে জানেন না। আপনার একাধিক ভাষায় ওয়েবসাইট দরকার, সাবডোমেইন কিংবা সাবফোল্ডার করে সেখানে একাধিক ওয়ার্ডপ্রেস ইন্সটল করেই আপনি কাজ সেরে ফেলছেন – এরকম ঘটনা অহরহ ঘটে। কিন্তু যিনি এই সুবিধাটা সম্পর্কে ওয়াকিবহাল, এবং চ্যালেঞ্জটা নিতে আগ্রহী, তিনি আসলে সুযোগটা নিতে চান, এবং তখনই ওয়ার্ডপ্রেসের মাল্টিসাইট বা একই ওয়ার্ডপ্রেসে একাধিক আলাদা সত্ত্বার সাইটের জন্ম হয়।

Using Gulp for WordPress Automation

What Is Gulp
Gulp is a streaming build system. You might have heard about and used grunt already. But lately gulp is getting more popular. It can do amazing stuff like compiling LESS/Sass, JS files, live reloading web pages and lots more.

Why Use Gulp
It can save you a lot of time by automating several tasks. And the best thing is you have the power to tell it what to do, unlike relying on third party tools to implement certain functionality. In short you can build your own automation tool as per your set of needs.

Create a URL Shortener Plugin for WordPress

URL shortening is a technique in which a URL is made substantially shorter in length and still links to the required page. This is achieved by using a redirect on a domain name that is short, which links to the web page that has the longer URL.

In this tutorial, I’ll show you how to create a URL shortening plugin for WordPress using Google’s URL Shortener API.

Custom Database Tables: Creating the Table

In this series we'll be looking at using custom database tables. We'll cover how to create, maintain and remove the table, as well as how to safely, and efficiently, add, remove and query data. In this first article we look at when custom tables might be appropriate, the pros and cons of using them and how to create the table.

WordPress Gear

WPGear.org is a compendium of useful developer tools for working with WordPress.

How

WordPress-Gear is meant to be community driven, please feel free to jump in and add/remove any useful information via GitHub.

The easiest way to contribute is to have a GitHub account then click index.md, then click edit. This will automatically fork this project to your account so you can make changes, then submit a pull request. There are additional instruction if you want to clone this locally in the readme.

The Return of Rebel dubbed in Hindi

Published on Dec 18, 2014

The movie story deals with Rishi a happy-go-lucky son of Bhupathi. Rishi is influenced by his father's ideals and grows up just like his father. But Bhupathi doesn't want his son to take up violence and make more enemies like him. He sends his son to Bangalore for studies and to learn music. There Rishi falls for Deepali, an orphan and brings her to his house in the disguise of his old music teacher as he wants his father to be happy that he doesn't take up the violence...

Lets start with the ultimate guide to wordPress multisite part -3 – Z2A

Installing and Activating Themes

Only the super administrator of a network can install themes and make them available for sites to use. You can do this in one of two ways: you can allow them for individual sites or you can network activate them. A theme can only be activated on a site if it’s been network enabled or enabled for that site.

Here’s how you install a theme and network enable it:

In the Network admin screens, go to Themes > Add New and install the theme in the same way as you would for a standard WordPress site. On the ‘Installing Theme’ screen that appears, click the Network Enable link.

Alternatively, to network enable a theme you’ve already installed, click on Themes to go to the Themes screen, then click the Network Enable link below a theme.