abhay-saxena-seo-expert-delhi
abhay-saxena-seo-expert-delhi
Abhay Saxena | Local SEO Services Expert In Delhi
130 posts
As a trusted SEO freelancer in Delhi, we specialize in providing tailored online marketing solutions that cater to your unique business needs. Contact us (9643426982) today for top-notch local SEO services in Delhi.
Don't wanna be here? Send us removal request.
Text
youtube
How to Create Multiple Locations on Single Google Business Profile in 2025 ?
✅ 1. Requirements Before You Start:
A Google Account (preferably a business email).
Each location should have:
A real physical address (no virtual offices or PO Boxes).
Phone number and website (optional but helpful).
Same business name, but different addresses.
✅ 2. Log Into Google Business Profile Manager:
Visit: https://business.google.com
Log in with your business Gmail.
✅ 3. Add a New Location (Manually):
In the GBP dashboard, click on "Add business" → "Add single business".
Enter:
Business Name (should be consistent).
Category (e.g., "General Physician", "Digital Marketing Agency").
Address of the new location.
Phone number (can be unique per location).
Website (same or local landing page).
Complete the verification (via postcard, phone, or email depending on Google's eligibility).
✅ 4. Add Multiple Locations (Bulk Upload Method - for 10+ Locations):
In GBP Manager, go to "Manage locations".
Click the 3-dot menu > "Import businesses".
Download the CSV Template.
Fill in each location’s details in the CSV:
Store Code
Business Name
Address
Phone
Website
Opening hours, etc.
Upload the completed CSV back.
Verify listings if required (bulk verification available if criteria are met).
✅ 5. Verification Process:
Each location typically requires verification.
If you have 10+ locations, you can apply for bulk verification by filling this form.
✅ 6. Optimize Each Location Page:
Add unique photos, store hours, Google posts, and location-specific landing pages.
Encourage local reviews per branch.
🔄 Ongoing Management Tips:
Use location groups to organize businesses.
Give role-based access to local managers.
Regularly update information to maintain accuracy and rankings.
1 note · View note
Text
youtube
How to create Contact Us Page in Wordpress Astra theme 2025 ?
Creating a Contact Us page in WordPress using the Astra theme is simple and can be done in multiple ways. Here's a step-by-step guide using both native WordPress tools and the Astra-compatible page builder (Elementor).
✅ Method 1: Create Contact Us Page Using WordPress Block Editor (Gutenberg)
Step 1: Create a New Page
Go to your WordPress dashboard.
Navigate to Pages > Add New.
Title it Contact Us.
Step 2: Add Contact Information
Use blocks like:
Paragraph for address
Heading for section titles
List for phone/email
Google Maps block (or use shortcode/plugin for embedding)
✅ Method 2: Add a Contact Form Using Plugin
Use a form plugin like WPForms (recommended), Contact Form 7, or Forminator.
Step 1: Install WPForms
Go to Plugins > Add New
Search WPForms
Install and activate
Step 2: Create a Form
Go to WPForms > Add New
Choose Simple Contact Form
Customize fields if needed
Click Save
Step 3: Embed the Form
Copy the shortcode of your form (e.g., [wpforms id="123"])
Paste it into the Contact Us page.
✅ Method 3: Use Elementor (if you use Elementor with Astra)
Step 1: Install Elementor
Go to Plugins > Add New
Search for Elementor
Install and activate
Step 2: Edit Contact Us Page with Elementor
Go to Pages > Contact Us > Edit with Elementor
Use drag-and-drop widgets:
Heading (for page title)
Text Editor (for address)
Google Maps widget
Form widget (if using Elementor Pro or integrate WPForms shortcode)
0 notes
Text
youtube
How to fix mobile responsiveness issue in wordpress astra theme ?
Fixing mobile responsiveness issues in the Astra WordPress theme usually involves checking a few key areas. Here's a step-by-step guide to help you troubleshoot and fix common problems:
🔧 1. Check with Responsive Preview
Go to:
WordPress Dashboard → Appearance → Customize
Click the mobile icon (bottom left) to preview the mobile version
Check if any element is breaking or misaligned
🔧 2. Use Astra’s Built-in Responsive Controls
Astra provides mobile settings for almost everything.
Examples:
Typography Customize → Global → Typography → Adjust font size separately for Mobile.
Header/Menu Customize → Header → Primary Menu → Select Mobile Header You can adjust:
Toggle button
Alignment
Logo size
Menu style (flyout, dropdown, etc.)
Spacing Customize → Global → Spacing → Adjust padding/margin for mobile.
🔧 3. Page Builder Conflicts (Elementor, Gutenberg, etc.)
If you’re using a page builder:
For Elementor:
Go to the specific page → Edit with Elementor
Click the Responsive Mode (bottom left monitor icon)
Adjust styles for Tablet/Mobile
For Gutenberg (default):
Use column blocks correctly
Avoid setting fixed widths (like px) — use % or vw units instead
🔧 4. Custom CSS Fixes
If the issue is specific and can’t be fixed from the customizer or builder, you can add custom CSS:
Steps:
Appearance → Customize → Additional CSS
Example Fix:
css
CopyEdit
@media (max-width: 768px) { .your-class-name { padding: 10px; font-size: 14px; } }
Let me know the specific issue (e.g., menu overlapping, text cutoff, image not resizing), and I can write the exact CSS for you.
🔧 5. Disable Caching Temporarily
Sometimes changes don’t reflect due to caching:
Clear cache from any caching plugin (like W3 Total Cache, LiteSpeed, etc.)
Clear your browser cache or open in incognito
🔧 6. Plugin Conflicts
Deactivate recently added plugins and check if the issue resolves.
Bonus: 🔍 Use Browser Developer Tools
Right-click on the problem element → Inspect
Use the responsive toggle (📱) to see how it looks across devices
You can even test changes live before adding them as final CSS
0 notes
Text
youtube
How to generate whatsapp link for wordpress website ?
To generate a WhatsApp link for your WordPress website, you can use the following format:https://wa.me/<number>
Replace <number> with your full phone number in international format (without +, dashes, or spaces).https://wa.me/+9196******63
0 notes
Text
youtube
How to add & customize submenu in Astra theme wordpress in 2025 ?
o add and customize a submenu in the Astra theme on WordPress, here’s a step-by-step guide for both adding the submenu and customizing its style and behavior:
✅ Step 1: Add a Submenu (Dropdown Menu) in Astra
Log in to your WordPress dashboard.
Go to Appearance > Menus.
Select your primary menu (or create a new one).
In the left panel, select pages, posts, or custom links you want to add as submenu items.
Drag and drop them slightly to the right under the parent item – this creates a dropdown effect.
Example: markdownCopyEdit- Home - Services - Web Design ← submenu - SEO Services ← submenu - Contact
Click Save Menu.
🎨 Step 2: Customize the Submenu (Using Astra Customizer)
Go to Appearance > Customize.
Navigate to Header > Primary Menu (or Header Builder > Primary Menu, depending on Astra version).
Scroll to the Dropdown settings:
Dropdown Menu Style: Choose from options like Flyout, Full Width, Container, etc.
Dropdown Menu Animation: Fade, Slide Down, None.
Border Radius: Round the corners of submenu items.
Submenu Item Spacing: Adjust padding/margin between items.
Adjust Typography, Color, Background, etc., under Design tab:
Menu Text Color
Hover/Active Color
Submenu Background Color
💡 Step 3: Use Astra Pro (Optional) for More Control
If you're using Astra Pro, you get more advanced features:
Mega Menu support
Sticky headers with styled dropdowns
More styling control per device (mobile/tablet/desktop)
You can enable these under Appearance > Astra Options > Header Sections or Navigation Menus.
0 notes
Text
youtube
How to cutomize social media section in wordpress astra theme ?
Customizing the social media section in the Astra theme for WordPress can be done in multiple ways depending on your requirements. Here’s how you can do it:
1. Using Astra Customizer (For Built-in Header/Footer Social Icons)
Astra provides built-in options to add social media icons in the header or footer.
Steps to Add or Customize Social Icons in Header/Footer:
Go to WordPress Dashboard → Appearance → Customize.
Navigate to Header/Footer Settings:
For Header: Header Builder → Primary Header
For Footer: Footer Builder
Add a Social Icons Widget:
Click + to add a new element.
Select Social Icons.
Customize Icons:
Click on the added Social Icons element.
Add your preferred social media platforms (Facebook, Twitter, LinkedIn, etc.).
Enter the links to your social profiles.
Customize styles (icon size, spacing, and colors).
Click Publish to save changes.
2. Using Astra Widgets (For Sidebar or Footer)
Go to Appearance → Widgets.
Select the widget area where you want social media icons (Sidebar, Footer, etc.).
Add a Navigation Menu widget or Custom HTML widget.
If using Navigation Menu:
Create a social menu under Appearance → Menus.
Add Custom Links with your social media URLs.
Assign this menu to the widget.
If using Custom HTML:
Insert social media icons manually using HTML.
htmlCopyEdit<a href="https://facebook.com/yourpage" target="_blank"> <img src="facebook-icon.png" width="30" alt="Facebook"> </a>
3. Using Astra Pro Add-ons (For More Design Options)
If you have Astra Pro, you get more customization options:
Appearance → Customize → Header Builder or Footer Builder.
Select Social Icons and choose advanced styling options like:
Custom colors, hover effects, shape (circle/square).
More placement options.
4. Using a Plugin (For Advanced Customization)
If Astra’s built-in options are limited, use a plugin like:
Social Icons Widget by WPZOOM
Simple Social Icons
Ultimate Social Media Icons
Install & activate the plugin from Plugins → Add New.
Configure the social icons inside the plugin settings.
Place the icons via widgets, shortcodes, or block editor.
5. Customizing with CSS (For Advanced Users)
If you want a unique look, you can add custom CSS:
Appearance → Customize → Additional CSS.
Use CSS like: cssCopyEdit.ast-social-color-custom a { background-color: #ff5733; /* Change background */ color: white; /* Change icon color */ border-radius: 50%; /* Make icons round */ padding: 10px; }
0 notes
Text
youtube
How to Set Up Search Ad Campagin for Google Ads for the primary keyword " Cab Rental Services in Mumbai"
Setting up a Google Ads Search Campaign for the primary keyword "Cab Rental Services in Mumbai" requires careful planning to target the right audience and maximize conversions. Follow these steps:
Step 1: Set Up Your Google Ads Account
Go to Google Ads and sign in.
Click + New Campaign to start creating a campaign.
Step 2: Choose Campaign Goal & Type
Select "Leads" or "Website Traffic" (depending on your goal).
Choose Search as the campaign type.
Step 3: Configure Campaign Settings
1. Campaign Name:
Name it something like "Cab Rental Mumbai - Search Campaign"
2. Location Targeting:
Target Mumbai or nearby areas where your service is available.
Use radius targeting (e.g., 10-50 km around Mumbai).
3. Language:
Select English & Hindi (or any relevant languages).
4. Bidding Strategy:
Start with Maximize Clicks if you want traffic.
Choose Maximize Conversions if you want more leads (use conversion tracking).
5. Budget Setting:
Start with ₹500 - ₹1,000/day and scale based on performance.
Step 4: Create Ad Groups & Keywords
1. Keyword Selection:
Use Exact Match ([ ]) & Phrase Match (" ") to control targeting:
Exact Match: [Cab Rental Services in Mumbai] Phrase Match: "Cab Rental Services in Mumbai"
Other variations:
"Taxi Rental Mumbai"
"Mumbai Cab Hire"
"Car Rental with Driver Mumbai"
[Airport Cab Rental Mumbai]
Use Google Keyword Planner for more keyword ideas.
2. Negative Keywords:
Exclude irrelevant searches like “free cab service”, “self-drive rental”, etc.
Step 5: Create High-Converting Ads
Each ad should include: ✅ Headline 1: Best Cab Rental Services in Mumbai ✅ Headline 2: Affordable & Reliable Rides 24/7 ✅ Headline 3: Book Your Cab Now
✅ Description 1: Get comfortable & reliable cabs in Mumbai at the best rates. Book now for safe & hassle-free rides. ✅ Description 2: Airport, Local & Outstation Taxi Services. Call Now or Book Online!
✅ Display URL: www.yoursite.com/cab-rental-mumbai
Use Ad Extensions for better visibility: 📌 Call Extension – Add a phone number. 📌 Sitelinks – Link to booking, pricing, contact pages. 📌 Location Extension – Show your service area.
Step 6: Set Up Conversion Tracking
Track Calls, Form Submissions, or WhatsApp Inquiries.
Use Google Tag Manager or Google Ads Conversion Tracking.
Step 7: Launch & Monitor Performance
Monitor CTR (Click-Through Rate), CPC (Cost Per Click), and Conversions.
A/B test ads and pause underperforming keywords.
Optimize by adjusting bids, audience, and ad copies.
Final Tip:
If competition is high, test Responsive Search Ads & Dynamic Search Ads to get better reach.
Would you like a landing page optimization guide for better conversions? 🚀
0 notes
Text
youtube
How to Cutomize Home Page in Astra Theme 2025 ?
Customizing the home page in the Astra theme (2025 version) involves using a variety of tools that Astra offers, including the WordPress Customizer, Elementor (if you're using it), or the Block Editor. Here’s a step-by-step guide to help you customize the home page:
1. Access the WordPress Customizer:
Go to Dashboard > Appearance > Customize.
This will open the WordPress Customizer where you can make changes to your home page layout, colors, typography, and more.
2. Change the Homepage Settings:
Set a Static Front Page:
In the Customizer, go to Settings > Reading.
Under the “Your homepage displays” section, select A static page.
Choose a page you want to set as the homepage (either an existing page or create a new one).
Save the changes.
If You Want a Blog as Homepage:
In the same Reading section, select Your latest posts instead of a static page if you prefer the blog-style homepage.
3. Customize the Layout:
Go to the Astra Theme Customizer (or Astra Options if your version has it).
Navigate to Layout > Header to modify the header (logo, menu, etc.).
You can also modify the Layout > Footer to adjust footer settings.
Astra gives you flexible options to change the layout for both header and footer, including width, margins, and content.
4. Edit the Content of the Home Page:
If you created a static page for the homepage, you can edit it by going to Pages > All Pages and then clicking Edit on your homepage.
If you're using Elementor or another page builder, you can edit your home page using the drag-and-drop interface. Astra integrates seamlessly with Elementor to create a more visually dynamic homepage.
Just click on Edit with Elementor when editing the page.
5. Customize Sections on the Homepage:
For a more advanced customization, you can edit and add content sections like:
Hero section (big intro section at the top of your homepage)
Call-to-action buttons
Image galleries or sliders
Testimonials
These sections are typically added either through the block editor or Elementor widgets.
For example, in Elementor:
You can add sections by clicking the + sign and choosing from a range of premade templates or designing your own.
6. Typography, Colors & Buttons:
In the WordPress Customizer, go to the Typography and Colors sections to modify your site's text, heading fonts, button styles, link colors, and more. This allows you to match your brand’s color scheme and typography style.
Astra also offers settings like Global Colors and Typography that affect the entire website.
7. Widgets and Sidebars:
If you want widgets (such as recent posts, social icons, or search bars), go to Appearance > Widgets.
You can add widgets to any sidebar or widgetized area that appears on your homepage.
8. Use Astra Hooks (For Developers):
If you want to place custom code or content in specific areas, Astra provides hooks that allow you to add content at strategic points of the page (e.g., before or after the header, or before the footer).
You can use Astra's hooks with custom HTML, shortcodes, or widgets.
9. Preview and Publish:
After making all the changes, you can preview them in real-time.
Once satisfied, click Publish to save your customizations.
10. Advanced Customization (Custom Code):
If you want to further customize your homepage (CSS, HTML, or JavaScript), you can use:
Customizer > Additional CSS to add custom styles.
Theme Editor (under Appearance > Theme Editor) to directly modify theme files (note: only do this if you're comfortable with coding).
0 notes
Text
youtube
How to upload & customize logo in wordpress astra theme ?
To upload and customize a logo in the WordPress Astra theme, follow these steps:
Step 1: Upload Your Logo
Log in to WordPress Dashboard Navigate to Appearance > Customize.
Go to Header Builder Click on Header Builder (or Layout > Header in older versions).
Select Site Identity Under Site Title & Logo, click Select Logo.
Upload Logo
Click Select logo and upload your image.
Crop the image if needed.
Click Publish to save changes.
Step 2: Customize Logo Settings
Adjust Logo Width Use the Logo Width slider to resize your logo.
Enable Retina Logo (Optional)
Upload a 2x size logo for better clarity on high-resolution screens.
Check Retina Logo and set the width.
Adjust Logo Positioning
Use the Margin & Padding settings in the Header Builder to adjust spacing.
Drag and drop the logo to different header positions if using Astra Pro.
Step 3: Hide or Show the Logo
If you prefer to show only the logo, disable Site Title & Tagline.
You can also add a logo to the Sticky Header (Astra Pro required).
Step 4: Save & Publish
After making all changes, click Publish to apply them.
Let me know if you need help with specific settings! 🚀
0 notes
Text
youtube
How to Connect and Use Microsoft Clarity for Website Analysis?
Microsoft Clarity is a free tool that helps analyze user behavior on your website using heatmaps, session recordings, and user engagement insights.
🔗 Step 1: Sign Up & Connect Your Website
Go to Microsoft Clarity → https://clarity.microsoft.com/
Sign in using a Microsoft, Google, or Facebook account.
Click "Get Started" and create a new project by entering:
Project Name (e.g., Your Website Name)
Website URL
Category (Select the relevant industry)
Click "Add Project" to proceed.
📌 Step 2: Install Clarity on Your Website
Method 1: Add Clarity Code Manually (HTML)
Clarity will generate a tracking code snippet.
Copy the JavaScript code and paste it inside the <head> section of your website’s HTML.
Save and publish your changes.
Method 2: Install via Google Tag Manager (Easiest Way)
Open Google Tag Manager (GTM) → https://tagmanager.google.com/
Go to Tags → Click New → Select Tag Configuration.
Choose Custom HTML and paste the Clarity tracking code.
Set the trigger to "All Pages" and save the tag.
Click Submit ��� Publish your GTM changes.
Method 3: Install via WordPress Plugin
Go to your WordPress Dashboard → Plugins → Add New.
Search for "Microsoft Clarity" and install the official plugin.
Activate the plugin and enter your Clarity Project ID (from your Clarity account).
Save settings, and Clarity will start tracking user activity.
📊 Step 3: How to Use Microsoft Clarity for SEO & UX Optimization?
1️⃣ View Heatmaps (User Interaction Analysis)
Go to "Heatmaps" in Clarity.
Analyze click heatmaps, scroll depth, and mouse movement.
Use this data to optimize content placement, CTAs, and navigation.
SEO Benefits: ✅ Improve internal linking by placing important links where users click. ✅ Ensure important keywords and CTAs are in high-engagement areas.
2️⃣ Analyze Session Recordings (User Journey & Drop-Offs)
Go to "Recordings" and watch real user interactions.
Identify where users struggle, rage-click, or exit your site.
SEO Benefits: ✅ Fix usability issues that increase bounce rate. ✅ Improve page speed if users refresh the page frequently.
3️⃣ Monitor Key Metrics (Dashboard Overview)
Check Engagement Metrics like: 🔹 Bounce Rate 🔹 Scroll Depth 🔹 Click Behavior
Identify areas where users drop off and optimize for better engagement.
SEO Benefits: ✅ Reduce bounce rate to improve dwell time (Google ranking factor). ✅ Ensure mobile users have a smooth experience for better rankings.
0 notes
Text
youtube
How to Customize Free Astra Theme in Wordpress 2025 ?
Customizing the free Astra theme in WordPress in 2025 is easy and doesn't require coding. Here’s a step-by-step guide:
1. Install & Activate Astra Theme
Go to WordPress Dashboard > Appearance > Themes.
Click Add New and search for Astra.
Click Install and then Activate.
2. Install Astra Starter Templates (Optional)
Astra provides free starter templates that you can import:
Go to Appearance > Starter Templates.
Select a page builder (Gutenberg, Elementor, etc.).
Browse & import a template that fits your website.
3. Customize Astra Theme Using WordPress Customizer
Go to Appearance > Customize to modify different sections.
A. Global Settings
Typography – Change font style, size, and weight.
Colors – Customize background, text, link, and button colors.
Container Layout – Set full-width or boxed layout.
B. Header & Logo
Go to Customize > Header Builder.
Upload your logo and adjust the size.
Customize menu layout, button, and social icons.
C. Footer Customization
Go to Customize > Footer Builder.
Add widgets, copyright text, and footer menu.
D. Blog Page Customization
Go to Customize > Blog.
Modify blog post layout, meta info, and featured images.
E. Sidebar & Widgets
Control sidebar visibility for different pages.
Add widgets like search, recent posts, and categories.
4. Customize Using Astra Options
Go to Appearance > Astra Options.
Enable/disable different features like transparent header, sticky header, scroll-to-top button.
5. Customize Astra with Elementor (Optional)
If you're using Elementor:
Install Elementor from Plugins.
Edit pages with drag-and-drop customization.
6. Optimize Astra for Speed
Use lightweight images.
Install a cache plugin (e.g., WP Rocket, LiteSpeed Cache).
Optimize fonts using Google Fonts local hosting.
7. Use Astra Hooks & Custom CSS (Advanced)
Add custom CSS via Customize > Additional CSS.
Use Astra Hooks for inserting custom code in specific areas.
Final Step: Save & Publish
After customization, click “Publish” in the WordPress Customizer.
0 notes
Text
How to Create Flexbox Container in Elementor 2025 ?
In Elementor 2025, creating a Flexbox Container is now the preferred method over the traditional section/column structure. The Container element, powered by CSS Flexbox, allows for better performance, flexibility, and responsive design. Here's how you can create a Flexbox Container in Elementor:
Steps to Create a Flexbox Container in Elementor
1. Enable Flexbox Containers (if not already enabled)
If your Elementor setup still uses the older section/column structure, enable the Flexbox Containers feature:
Go to WordPress Dashboard > Elementor > Settings.
Under the Features tab, find Flexbox Container.
Set it to Active and click Save Changes.
2. Create a New Flexbox Container
Open the Elementor Editor.
Click on the “+” (Add New Section) button.
Instead of selecting a traditional section, choose Container.
3. Adjust Container Layout (Flexbox Settings)
Click on the Container to access its settings.
Under the Layout tab:
Direction: Choose between Row (default) or Column depending on how you want items to stack.
Justify Content: Align items (Start, Center, End, Space Between, etc.).
Align Items: Control vertical alignment (Start, Center, Stretch, etc.).
Wrap Items: Enable wrapping if you want items to move to the next line when they exceed container width.
4. Add Inner Containers or Widgets
Drag and drop widgets (text, images, buttons, etc.) inside the Flexbox Container.
You can also add inner containers for more complex layouts.
5. Customize Responsiveness
Click on the Responsive Mode icon at the bottom of the Elementor panel.
Adjust Flexbox settings for mobile, tablet, and desktop views.
Use Wrap and Reverse Column Order options for better mobile layouts.
6. Style & Publish
Go to the Style tab to add background, padding, margins, and more.
Click Publish once you're satisfied with the design.
Why Use Flexbox Containers in Elementor?
✔ Better Performance (less HTML code compared to sections/columns). ✔ More Layout Flexibility (align items precisely). ✔ Improved Responsiveness (easier control for mobile layouts). ✔ Future-Proof (Elementor is shifting entirely to Flexbox).
0 notes
Text
youtube
How to generate favicon & upload in wordpress in 2025 ?
Step 1: Generate a Favicon
A favicon is a small icon that appears in the browser tab and helps with branding. You can create one using the following methods:
Method 1: Using Online Favicon Generators
You can use free online tools to generate a favicon:
favicon.io
RealFaviconGenerator.net
Favicon-Generator.org
Method 2: Creating Your Own Favicon
Design a 512x512 px image using tools like Canva, Photoshop, or Figma.
Convert it to .ico format using an online converter if needed.
Step 2: Upload Favicon in WordPress
Method 1: Using WordPress Customizer (Recommended)
Go to your WordPress Dashboard.
Navigate to Appearance > Customize.
Click on Site Identity.
Find the Site Icon section.
Click Select Image, upload your favicon (512x512px recommended), and Save Changes.
Method 2: Manually Uploading via FTP
Upload the favicon.ico file to your website’s root directory via cPanel or FTP (FileZilla).
Add the following code inside the <head> section of your theme’s header.php:htmlCopyEdit<link rel="icon" type="image/x-icon" href="https://yourwebsite.com/favicon.ico">
Save and upload the file.
Method 3: Using a WordPress Plugin
You can use plugins like:
Favicon by RealFaviconGenerator
WP Favicon Editor
Install the plugin from Plugins > Add New.
Upload your favicon and configure the settings.
Step 3: Clear Cache & Verify
Clear your browser cache and check the favicon by opening your website in incognito mode.
Use Favicon Checker to verify if it's working correctly.
0 notes
Text
youtube
How to create menu in wordpress 2025 ?
Creating a menu bar in WordPress (2025) is easy with the built-in menu editor. Follow these steps:
Step 1: Access the WordPress Menu Editor
Log in to your WordPress dashboard.
Go to Appearance > Menus from the left sidebar.
Click Create a New Menu (if you don’t have one).
Give your menu a name (e.g., "Main Menu") and click Create Menu.
Step 2: Add Items to the Menu
On the left panel, you’ll see options like Pages, Posts, Custom Links, Categories.
Check the items you want to add (e.g., Home, About, Blog, Contact).
Click Add to Menu.
Drag and drop the items to arrange them in order.
Step 3: Set Menu Location
Scroll to Menu Settings below the menu structure.
Choose where you want to display the menu:
Primary Menu (Main menu for the header)
Footer Menu (For the footer)
Mobile Menu (If your theme supports it)
Click Save Menu.
Step 4: Customize Menu Styling (Optional)
Go to Appearance > Customize > Menus.
Click on the menu you created and tweak settings.
Use the Additional CSS section to add custom styling if needed.
Step 5: Add Dropdown Menus (If Needed)
Drag a menu item slightly to the right under a parent item to create a submenu.
Click Save Menu, and it will appear as a dropdown.
Step 6: Using a Custom Menu Plugin (If Needed)
If you want advanced designs, try plugins like: ✅ Max Mega Menu – For mega menus with images & widgets ✅ WP Mobile Menu – For mobile-friendly menus ✅ Elementor Nav Menu – If using Elementor for custom design
0 notes
Text
youtube
How to fix Briefly unavailable for scheduled maintenance, please check back in a minute error in wordpress 20025 ?
The "Briefly unavailable for scheduled maintenance. Please check back in a minute." error in WordPress usually occurs when an update is interrupted or incomplete. Here's how to fix it:
1. Delete the .maintenance File
WordPress creates a temporary .maintenance file in the root directory during updates. If the update fails or gets stuck, this file isn't removed, causing the error.
Steps to Fix:
Access Your Website via FTP or File Manager
Use an FTP client like FileZilla or log in to your cPanel and open the File Manager.
Locate the Root Directory
Navigate to the public_html or the folder where your WordPress site is installed.
Find and Delete the .maintenance File
If you don’t see the file, enable "Show Hidden Files" in your file manager settings.
Reload Your Website
Your site should be back online.
2. Manually Complete or Restart the Update
If the issue persists, your update may not have finished properly.
Steps to Fix:
Go to the wp-content/upgrade Folder
Delete any files inside this folder.
Manually Update WordPress, Themes, or Plugins
If a plugin or theme update was interrupted, go to your WordPress Dashboard > Plugins or Appearance > Themes and retry the update.
3. Disable Plugins (If the Error Persists)
If your site still shows the error:
Rename the plugins Folder via FTP
Go to wp-content/ and rename the plugins folder to plugins-old.
Check if your site loads. If it does, a plugin caused the issue.
Rename the folder back and activate plugins one by one to find the culprit.
4. Check File Permissions
Incorrect file permissions can cause WordPress to fail during updates.
Correct Permissions:
Files: 644
Folders: 755
You can adjust these via your File Manager or an FTP client.
5. Increase PHP Memory Limit (If Updates Are Failing)
If the update was interrupted due to low memory:
Edit wp-config.php
Add the following line:phpCopyEditdefine('WP_MEMORY_LIMIT', '256M');
Save the file and try reloading the website.
Final Step: Clear Cache
If your website is still showing the maintenance message after following the above steps:
Clear your browser cache and WordPress cache (if using a caching plugin like WP Rocket or W3 Total Cache).
0 notes
Text
youtube
How to create pages in wordpress with elementor 2025 ?
Creating pages in WordPress using Elementor in 2025 is straightforward. Here’s a step-by-step guide:
Step 1: Install & Activate Elementor
Log in to your WordPress dashboard.
Go to Plugins > Add New.
Search for "Elementor Page Builder".
Click Install Now and then Activate.
(Optional: If you want advanced features, install Elementor Pro.)
Step 2: Create a New Page
Go to Pages > Add New.
Give your page a title (e.g., "Home" or "About Us").
Click the Edit with Elementor button.
Step 3: Use Elementor to Build the Page
You’ll enter the Elementor Editor, a drag-and-drop interface.
Choose a pre-made template:
Click the Folder icon → Select a template from the Elementor Library.
Click Insert.
Or, build from scratch using:
Sections: Click "+" to add a new section.
Widgets: Drag and drop elements like text, images, buttons, etc.
Step 4: Customize Your Page
Edit Text & Images: Click on any element and change text, images, colors, etc.
Adjust Layout: Change column structure, spacing, and alignment.
Add Advanced Features: If using Elementor Pro, you can add forms, sliders, animations, etc.
Step 5: Publish the Page
Once satisfied, click the green “Publish” button.
Your page is now live!
Bonus Tips
0 notes
Text
youtube
How to Remove Unused Pluggins in Wordpress 2025 ?
Removing unused plugins in WordPress is essential for improving security, performance, and site speed. Here's how you can do it in 2025:
Step-by-Step Guide to Remove Unused Plugins in WordPress
1. Access the WordPress Dashboard
Log in to your WordPress admin panel (yourwebsite.com/wp-admin).
Navigate to Plugins > Installed Plugins.
2. Identify Unused Plugins
Look for inactive plugins (these are not in use).
Deactivate any active plugin you want to remove (Click "Deactivate").
3. Delete Unused Plugins
After deactivation, click Delete below the plugin name.
Confirm the deletion when prompted.
4. Remove Leftover Files (Optional)
Some plugins leave behind data. Use a plugin like WP-Optimize or Advanced Database Cleaner to clean unused files and database entries.
5. Check for Performance Improvements
Clear cache (if using caching plugins).
Test website speed using Google PageSpeed Insights or GTmetrix.
Bonus: Remove Unused Plugins via FTP or cPanel
If the WordPress dashboard doesn’t allow deletion:
Use FTP (FileZilla) or cPanel File Manager.
Navigate to wp-content/plugins/.
Delete the folder of the unused plugin manually.
0 notes