honar systems
  • Tutorial
    • CSS Tutorial
    • PHP
    • WordPress
      • WordPress Development
      • WordPress Theme
      • WordPress Plugin
    • React JS
  • Products
    • Zolog Blogging WordPress Theme
    • Chefex Blogging WordPress Theme
    • WiSu – WordPress Light Blog Theme
    • Honrix Addon Plugin
  • Blog
  • Contact Us
  • Support
    • New Ticket
    • Tickets
  • Account
Instagram LinkedIn
Posted On: 10 Feb, 2022

Create Elementor custom widget

Used before category names. Blog Elementor WordPress WordPress Development

Elemntor has many great widgets that added whit Elementor and Elemntor Pro, but if you need create your own Elementor widget, follow the steps. Open “functions.php” file of the theme and add below code. Create ” example” folder in your root of the theme and create ” example.php” in it….

Continue Reading...
Posted On: 10 Feb, 2022

Create custom category in Elementor

Used before category names. Blog Elementor WordPress WordPress Development

Elementor has own categories that you can add your custom Elementor widget to them. But sometimes you need to create your own category. To do this add below code to your “functions.php” file or in your plugin file.

Continue Reading...
Posted On: 9 Feb, 2022

Edit WordPress password form in theme

Used before category names. Blog WordPress WordPress Development

Add the code in “functions.php” file.

Continue Reading...
Posted On: 9 Feb, 2022

Detect client browser support JavaScript in WordPress theme

Used before category names. Blog WordPress WordPress Development

Open “functions.php” and add below code. In the first function we add “no-js” class to body class. In the second function if browser support the JavaScript, the code will run and delete “no-js” class. If body has “no-js” class, then browser doesn’t support JavaScript or it is disabled.

Continue Reading...
Posted On: 9 Feb, 2022

Add custom logo to WordPress them

Used before category names. Blog WordPress WordPress Development

Open “functions.php” of your theme and write below code.

Continue Reading...
Posted On: 31 Jan, 2022

Create Bootstrap WordPress theme with v4 & 5

Used before category names. Blog WordPress WordPress Development

One of the methods of designing WordPress themes is to use Bootstrap in the WordPress theme. But adding Bootstrap to the WordPress website template and menu has its own challenges, and we will discuss how to add Bootstrap 4 and 5 to the WordPress theme step by step in this…

Continue Reading...
Posted On: 26 Dec, 2021

Check If Plugin Is Active In WordPress

Used before category names. Blog WordPress WordPress Development

Use following code to check if specific plugin is active or not in WordPress Theme. For example, to check if One Click Demo Import activation.

Continue Reading...
Posted On: 26 Dec, 2021

How to Redirect to Admin Page After Theme Activation In WordPress

Used before category names. Blog WordPress WordPress Development

Most of the times, you redirected to welcome page after activation of theme. If you want to use this trick in your theme, add below code in functions.php file of your theme. The “hs_welcome” is custom admin page (The “Welcome” page).

Continue Reading...
Posted On: 26 Dec, 2021

How To Display Related Posts In WordPress With Example

Used before category names. Blog WordPress WordPress Development

Related posts in WordPress is a list of related posts to each other that the theme will display after the post’s content. This list of posts is related to the current post by category in WordPress. To add related posts to your WordPress theme, open the functions.php file and add…

Continue Reading...
Posted On: 26 Dec, 2021

Post Avatar Custom Size In WordPress

Used before category names. Blog WordPress WordPress Development

WordPress has default size for post author avatar. If you increase or decrease the size, use following code. Go to place that you want to display the avatar. Above code tells WordPress that, display author avatar image with 100px width and height.

Continue Reading...

Posts navigation

1 … 8 9 10 … 13

Latest Posts

  • PHP And React Contact Form With MySQL Database and AJAX
  • PHP And React Nested Rating System With MySQL Database
  • PHP React Nested Comment System With Reply
  • PHP in_array()
  • PHP Date From String

Categories

  • Blog
  • CSS
  • Elementor
  • HTML
  • JavaScript
  • PHP
  • React JS
  • SEO
  • WordPress
Copyright ©2023 Honar Systems