Blog

  • How to install WordPress

    How to install WordPress

    Well, Before installing wordpress, it is necessary to know what is wordpress ?

    WordPress is a blog site, well known as CMS website.

    WordPress is an easy publishing tool.

    WordPress was built in the year 2003 in PHP and Mysql. WordPress is opensource project. More About WordPress

    Now coming back to the point , this article is about. How to install WordPress.

    As it already said in the article

    1. PHP
    2. MySQL
    3. Server : WAMP / XXAMPP
    4. WordPress

    Once you install server, php and mysql is inbuilt. You need Download WordPress and copy / paste the folder inside html / www folder.

    Then click the browser, open the url from address bar.

    The first step its ask you what english you want your WordPress site to be.

    Next step it ask database details.

    Next step to fill the admin username and password you to access backend wordpress dashboard.

    Next step it takes time to process and volia your site is ready.

  • How to create wordpress theme

    How to create wordpress theme

    Creating a WordPress theme involves designing and developing a set of template files, stylesheets, and functionality that define the appearance and behavior of your WordPress website. Here’s a general guide on how to create a WordPress theme:

    1. Plan Your Theme:
    • Define the purpose and design of your theme. Consider factors such as layout, color scheme, typography, and features you want to include.
    1. Set Up Your Development Environment:
    • Install WordPress locally on your computer using software like XAMPP, MAMP, or Local by Flywheel.
    • Create a new folder in the wp-content/themes directory of your WordPress installation to store your theme files.
    1. Create the Theme Files:
    • At a minimum, your theme folder should contain the following files:
      • style.css: This file contains the CSS styles for your theme and also includes metadata about your theme.
      • index.php: The main template file that displays the content of your site’s homepage.
      • header.php, footer.php, sidebar.php: Template files for the header, footer, and sidebar sections of your site.
      • functions.php: This file can be used to add custom functions, hooks, and filters to your theme.
    1. Design Your Theme:
    • Use HTML and CSS to design the layout and appearance of your theme.
    • Create responsive designs to ensure your theme looks good on different devices and screen sizes.
    • Consider using a CSS preprocessor like Sass or Less to streamline your stylesheet development.
    1. Add WordPress Template Tags:
    • Replace static content in your template files with WordPress template tags. These tags dynamically generate content from the WordPress database.
    • Common template tags include wp_head(), wp_footer(), the_title(), the_content(), get_header(), get_footer(), get_sidebar(), etc.
    1. Implement Theme Features:
    • Customize your theme by adding features such as custom menus, custom headers, custom backgrounds, post formats, widgets, and theme options.
    • Utilize WordPress hooks and filters to modify or extend the functionality of your theme.
    1. Test Your Theme:
    • Test your theme across different web browsers to ensure compatibility.
    • Verify that your theme displays correctly on various devices and screen sizes.
    • Test your theme’s functionality, including navigation menus, widgets, custom post types, and any other features you’ve implemented.
    1. Prepare for Distribution:
    • Clean up your code and optimize your theme’s performance.
    • Ensure that your theme complies with WordPress coding standards.
    • Include a screenshot.png image in your theme folder to serve as the thumbnail preview of your theme in the WordPress admin panel.
    1. Publish Your Theme:
    • Zip your theme folder containing all the necessary files.
    • You can then upload your theme to the WordPress Theme Directory, sell it on third-party marketplaces, or distribute it privately to clients.
    1. Maintain and Update Your Theme:
      • Regularly update your theme to fix bugs, improve performance, and add new features.
      • Stay informed about WordPress updates and ensure your theme remains compatible with the latest WordPress version.

    Remember to refer to the official WordPress Theme Handbook and coding standards for detailed guidelines and best practices when creating your theme. Additionally, utilizing starter themes or frameworks like Underscores, Bootstrap, or Foundation can help streamline your development process and provide a solid foundation for building custom WordPress themes.

  • How to create a Blog Website

    How to create a Blog Website

    Following checklist needs to be completed:

    1. Purchase / create a domain
    2. Purchase a hosting space
    3. Decide which cms you want to use like WordPress / Drupal etc
    4. Purpose of your website.

    Once the checklist is completed . Then you need to create a website theme.

    How the website will look. UI concept of your website, so that user will go through your website.

    The content of the website , which user will find interesting and will be more interactive / engaged with the website.

    About us page where you will give information about your company.

  • Google Recaptcha error for WordPress Login

    Google Recaptcha error for WordPress Login

    Installed “Advanced Google reCAPTCHA” plugin on my website and after doing all the set up , when i tried to relogin from wordpress admin panel , it throw an error.

    This post will help you to solve you issue, if you have faced similar issue / error.

    How to install “Advanced Google reCAPTCHA“.

    • Go to dashboard
    • Click on plugins
    • Click plugins-> Add new
    • Click on keyword
    • Search for Recaptcha, you will see “Advance Google reCaptcha”
    • Click on it and activate the plugin
    • This is how it will appear under plugin list.
    • Click on settings

    Advance Google reCaptcha -> Settings tab

    Advance Google reCaptcha -> Features Tab

    It did not allow me to login and threw error as “error: google recaptcha verification failed”

    You need to login you file manager using cPanel / FTP , Rename “Advance Google reCaptcha” plugin as you wish.

    Once renamed successfully. Now to need to login wordpress admin panel.

    Once successfully logged in , again access file manager and rename “Advance Google reCaptcha” plugin back to origin.

    Refresh dashboard and click on Advance Google reCaptcha option

    You need to uncheck “Enable the login” checkbox option. This will remove the recaptcha error.