Skip to main content

Posts

Showing posts from August, 2020

WordPress - Dashboard

  WordPress - Dashboard The WordPress Dashboard is a first screen which will be seen when you log into the administration area of your blog which will display the overview of the website. It is a collection of gadgets that provide information and provide an overview of what's happening with your blog. You can customize your needs by using some quick links such as writing quick draft, replying to latest comment, etc. Dashboard can be categorized as shown in the following snapshot. Each of these categories are discussed in the following sections − Dashboard Menu The WordPress Dashboard provides navigation menu that contains some menu options such as posts, media library, pages, comments, appearance options, plugins, users, tools and settings on the left side. Screen Options The dashboard contains different types of widgets which can be shown or hidden on some screens. It contains check boxes to show or hide screen options and also allows us to customize sections on the admin screen.

WordPress - Installation

WordPress - Installation System Requirements for WordPress Database  − MySQL 5.0 + Web Server  − WAMP (Windows) LAMP (Linux) XAMP (Multi-platform) MAMP (Macintosh) Operating System  − Cross-platform Browser Support  − IE (Internet Explorer 8+), Firefox, Google chrome, Safari, Opera PHP Compatibility  − PHP 5.2+ Download WordPress When you open the link  https://wordpress.org/download/ , you will get to see a screen as the following snapshot − Create Store Database WordPress requires MySQL database. So create a new empty database with user/password (for example, user as "root" and password as "root" or else you can set as per your convenience). Then, you can continue with the installation process as discussed further. Set Up Wizard It's very easy to set up WordPress into your system. The following steps describe how to set up WordPress locally on your system. Step (1)  − Extract the downloaded WordPress folder and upload it into your web server or localhost. Step

CSS To Resize Custom Logo

CSS To Resize Custom Logo I was wondering if there is some type of CSS code I can insert that can automatically resize my logo depending on the users resolution.  .header .custom-logo { display: block; max-width: 100%; height: auto; } Please follow below steps to change the size of the logo on your site by adding simple CSS code. Step 1:  Go to WordPress Admin > Appearance > Customize > Header > Logo and Favicon. Step 2:  You will be able to set the logo size of the SVG Width and Logo Max Height from entering value into the provided text box followed by px. Code for footer logo .footer-logo { max-height: 26px; } Code for Hamburger logo .hamburger-logo img { max-height: 46px; }

Custom Logo On WordPress

Custom Logo On WordPress Login Page No Longer Showing Up After WordPress Update In the new release of WordPress, WordPress or Coleman, they have given the option to change the logo on the login page. The only catch is that they need it to be a certain size, and preferably square. For anyone that doesn't want to deal with the code, this is a welcomed addition! For anyone who already had a custom logo in place using some extra code in the functions file, it caused a little issue. That custom logo they had in place, has now defaulted back to the WordPress logo. This will go over both, the simple limited way, and the more complicated way that gives the user a bit more control. Changing The Logo Through The Admin Panel Click on 'Appearance' in the menu. Click on the 'Customize' submenu for 'Appearance'. When the Customize page loads, click on 'Site Identity'. Make sure 'What Kind Of Logo?' is set to 'Image Logo'. Under 'Logo Image Path

Wordpress

What is a CMS? A  content management system  or  CMS  for short is an application with the ability to create, modify and publish digital content. In most cases, it also supports multiple users, allowing them to work in collaboration. For example, in WordPress it is possible to create several administrative users, each one having different privileges. Content management systems also include text and formatting features, the ability to upload videos, photos, audio, maps or even your own code. A content management system consists of two major components: A  content management application  ( CMA ) : - The CMA can be referred to as the graphical user interface (GUI) that lets a user create, modify, remove and publish content without ever needing to have knowledge of HTML or programming languages. A  content delivery application  ( CDA ):- The CDA is responsible for the back-end services that manage and deliver content after it is in the CMA. Other features worth mentioning are  :- SEO-frien

WordPress Tutorial

WordPress is an open source  Content Management System (CMS),  which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows updating, customizing and managing the website from its back-end CMS and components. This tutorial will teach you the basics of WordPress using which you can create websites with ease. The tutorial is divided into various sections for convenience. Each of these sections contain related topics with screenshots explaining the WordPress admin screens. If you are looking for some website builders then you can check  BEST WEBSITE BUILDER .