Translate

How to Hide Title of Specific Post ?

What is Post Title in Blogger ?


In Blogger, the post title refers to the title or heading that you give to each individual blog post. It is the main headline that appears at the top of your blog post, summarizing the content or topic of the post. The post title helps readers understand what the post is about and provides a brief description or indication of the content they can expect to find in the article.


The post title is typically displayed prominently at the beginning of the blog post, either above or below any featured images or introductory text. It serves as a way to grab the reader's attention and give them a preview of the topic being discussed in the post. Additionally, the post title is often used in various parts of a blog, such as the homepage, archive pages, and search results, to help users navigate and find specific posts they are interested in. 


Hide Title of Specific Post in Blogger, Wordpress and Squarespace ?


To hide the post title in a specific post, you'll need to modify the code of your website or blogging platform. The exact steps will depend on the platform you're using. Here are instructions for a few popular platforms:


WordPress:


1. Log in to your WordPress dashboard.

2. Go to "Posts" and select the post where you want to hide the title.

3. In the post editor, locate the "Screen Options" tab in the top-right corner of the screen and click on it.

4. Check the box next to "Custom Fields" to enable it.

5. Scroll down to the "Custom Fields" section below the post editor.

6. In the "Name" field, enter "_hide_title" (without quotes).

7. Leave the "Value" field empty.

8. Click the "Add Custom Field" button to save the custom field.

9. Update or publish the post to apply the changes.

10. Modify your theme's template file (e.g., single.php) to hide the title if the "_hide_title" custom field is present. You can use PHP code like this:


Copy below code


<?php if (get_post_meta(get_the_ID(), '_hide_title', true) != '') : ?>

  <style>

    .entry-title {

      display: none;

    }

  </style>

<?php endif; ?>



Blogger:


1. Log in to your Blogger dashboard.

2. Go to the "Posts" section and select the post where you want to hide the title.

3. Click on the "HTML" or "Edit HTML" tab to access the post's HTML code.

4. Find the line of code that contains the post title, which usually looks like <h2 class="post-title">Your Title</h2> or similar.

5. Add the following CSS style attribute to the opening <h2> tag:


Copy below code


style="display: none;"


Save or update the post to apply the changes.



Squarespace:


1. Log in to your Squarespace account.

2. Go to the page or blog post where you want to hide the title.

3. Click on the "Edit" button to open the page editor.

4. Select the title text and delete it.

5. If you want to preserve the space where the title was, you can add a blank text block in its place.

6. Save or publish the page to apply the changes.



Note:- Remember to make a backup of your files or create a test environment before modifying any code to avoid any unintended consequences. Additionally, some platforms may have different methods or require additional steps, so consult the documentation or support resources specific to your platform for more detailed instructions.


Thanks for Reading Blog Post.

How to Hide or Remove Title of Blogger Post ?

What is Post Title in Blogger ?

Hide or Remove Post Title in Blogger

In Blogger, the post title refers to the title or heading that you give to each individual blog post. It is the primary headline that appears at the top of your blog post and briefly summarizes the post's subject or content. The post title informs readers of the post's topic and offers a brief summary of the information they can find in the article. 

 

It is customary for the post title to be prominently displayed at the start of a blog post, either above or below any featured images or introductory text. It acts as a way to draw the reader in and give them a sneak peek at the post's subject. Additionally, the post title is frequently used in various areas of a blog, including the homepage, archive pages, and search results, to aid users in navigating and finding particular posts they are interested in.


How to Hide Post Title in Blogger


To hide the post title in Blogger, you can follow these steps:


1. Go to your Blogger dashboard and select the blog where you want to hide the post title.

2. From the left-hand menu, click on "Theme."

3. In the "Theme" section, click on the "Customize" button for the theme you're using.

4. In the left-hand menu of the Blogger Theme Designer, click on "Advanced."

5. In the "Advanced" section, scroll down until you find the "Add CSS" field.

6. Click on the "Add CSS" field and enter the following CSS code:


Copy Below Code

.post-title {

  display: none;

}


7. Click on the "Apply to Blog" button to save the changes.

8. This CSS code will hide the post titles on your blog. After saving the changes, the post titles will no longer be visible on your blog posts. 


Please Note that this will apply to all the posts on your blog, so if you only want to hide the title on specific posts, you'll need to use a different approach, such as adding custom CSS to individual posts.



How to Display Post Title in Blogger


To display the post title in Blogger, you can follow these steps:


1. Go to your Blogger dashboard and select the blog where you want to display the post title.

2. From the left-hand menu, click on "Theme."

3. In the "Theme" section, click on the "Customize" button for the theme you're using.

4. In the left-hand menu of the Blogger Theme Designer, click on "Advanced."

5. In the "Advanced" section, scroll down until you find the "Add CSS" field.

6. Click on the "Add CSS" field and enter the following CSS code:


Copy Below Code

.post-title {

  display: block;

}


7. Click on the "Apply to Blog" button to save the changes.

8. This CSS code will ensure that the post titles are displayed on your blog posts. After saving the changes, the post titles will be visible in their default location within your blog posts. If you had previously hidden the post titles using custom CSS, this code will override that and make them visible again.


Thanks for Reading This Blog. If you find useful please hit Like Button and do share your comment on Comment Box

What is Search Description in Blogger Post ?

Seo Optimization Tips

The Search Description in Blogger 

is a meta tag that offers a succinct summary or description of the content of a blog post. When writing or editing a blog post, you can choose whether to fill out this field. 

 

The main purpose of the search description is for search engines to display a brief summary of the blog post's content in search engine results. It makes the post's content easier for search engines to understand and may have an impact on how the post is presented in search engine results. 

 

 A Meta Tag  

is typically added to the HTML code of the page as soon as you enter a search description for a blog post. <head>  section. Typically, this meta tag is written as follows:. 

  

 <meta name="description" content="Your search description here"> 


 The summary of the blog post's content that appears in the content attribute should be clear and accurate. To fit within the display restrictions of search engine results pages, it should ideally be between 150 and 160 characters long. 
 
 You can increase the visibility of your blog post in search engine results and draw potential readers who are looking for related topics by including an informative and pertinent search description.


To add a search description to your Blogger post, you can simply click on the "Search Description" section in the post editor and write a brief summary of your post. It's important to remember that search descriptions play an important role in helping your blog post get discovered by search engines and potential readers, so it's worth taking the time to craft a well-written and compelling search description for each of your posts.

To set the search description for a Blogger post, follow these steps:


1. Log in to your Blogger account and navigate to the "Posts" section.

2. Click on the Title of the post you want to edit or create a new post.

3. In the right-hand sidebar, locate the "Search Description" field.

4.Enter a concise and informative summary of your blog post within the character limit provided (usually around 150-160 characters).

 5. Save or Update the Post.


Thanks for Reading the Post If you need more articles related to Blogging, Seo, Earning, Tips & Tricks, Hacks, Mods or any Installation Guide. You are just an one comment away.

Comment me or Connect with me on Facebook to get you all anwsers.

How to Watch JioTV in Android TV | Working 100%

Watch JioTV in Android TV 

With the help of Kodi. So Let's Go with the below Post and Configure as shown in Video. Please do comment if need support. 










Watch JioTV in Android TV with Kodi 100% Working
JioTV in Android TV

 JioTV


Unlimited entertainment, unlimited fun

One super-app with 1000+ channels in 16 languages across 13 genres.
Enjoy LIVE TV shows, stream movies, and do a lot more for FREE.


Investigate the entire universe of TV at one spot

Get LIVE projects from Naagin to Bigg Supervisor on famous channels like Sony television, Varieties television, ZeeTV, Sun television, and so forth and watch the missed episodes with 7 days make up for lost time.


Stream all your #1 games For nothing

Watch your number one games and root for your #1 groups and players. Likewise, get updates and updates for LIVE games.


On-request films offering limitless diversion

Presently, you can peruse the perpetual rundown of blockbuster motion pictures across kinds and dialects to design your end of the week film long distance race. Limitless tomfoolery, ensured!


Presently, partake in the most recent chartbusters whenever, anyplace

80 million melodies in 16 dialects, only one tap away. Presently, pay attention to your number one music and get submerged in the realm of verses and songs.


Observe LIVE darshan, aartis, and reflection shows

Presently, get live darshan of any strict occasion or deal with your otherworldly prosperity by streaming shows and aartis from famous reflection channels.


Get the most recent neighborhood and world news refreshes, day to day

Whether you are a games lover or a film buff or somebody who would rather not miss any ongoing undertakings, get all the letting the cat out of the bag here.



But After all of These. There is one problem that you can only watch JioTV on Selected Devices.


But Don't Worry Here is the Solution to Watch JioTV on Your Android TV


Let's Check this Out How we can do this.

Watch this complete Video, Follow all Steps to configure your Smart TV..
Viola you are ready to watch Live TV.





Download File from Here  😂😉😊

Active Directory Schema, Naming, Configuration and Application Partition

Active Directory Partition


When we install ADDS it creates three partitions

Naming Partition
Configuration Partition
Application Partition
Schema Partition 



Schema Partition is a partition which is used to contain information about User Classes and Attributes.


Naming Partition is a partition which is used to content the information about all the domains in the forest and contents the partial information about all the Domains. Also it replicates data to all domain controller within a domain.


Configuration Partition is a person which is used to contain information about all the configurations data about forest and domains


Application Partition contains information about applications in active directory



When we install ADDS, by default one tool is installed which is called ADSI Edit Tool .


ADSI is stands for Active Directory Service Interface / System Interface


In this video we have covered below points in details.


Active Directory Partitions:-
1. Schema Partition
2. Domain Naming Partition
3. Configuration Partition
4. Application Partition



Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course




Hope you all find this video useful. Please do LIKE and SHARE this video to your friends if you like this video.

Thanks




Wana Know More About- 

Active Directory Forest, Tree, Domain & OU in Hindi 


Learn Entire MCSA Couse- Click Here

Wana be an Active Directory Expert - Cliick Here

Active Directory Forest, Tree, Domain & OU in Hindi

Active Directory Containers

What is Forest 
What is Domain Tree 
What is Domain 
What is Active Directory OU 


Active Directory Forest, Tree and Domain



Forest is an Active Directory container which contains information about all the Domain Trees in the Forest, in other words we can say it is a combination of Trees


Tree is an Active Directory container which contains information about all the Domains in Tree in other words we can say it is a combination of Domain



Domain in AD is Logical Grouping of Objects in the Network or Domain is a collection of Machine, which create Server-Client Scenario. 



OU is  the smallest container of Active Directory which is used to contain information about users groups all the objects and it is used for policies and delegations in  domain


In this video we have covered below points.


Active Directory Containers:-

1. Forest

2. Tree

3. Domain

4. OU ( Organizational Unit )



Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course




Hope you all find this Video Useful. Please do LIKE and SHARE this video to your friends if you like this video.

Thanks


Wana Know More About- 

What is Active Directory, NTDS and Sysvol

Active Directory Installation and Configuration (Step-by-Step) in Hindi

How to Add Computer in Domain In Hindi

What is Domain User, Group and Organisational Unit In Hindi

Domain User Creation & Management In Hindi

Domain Group Creation & Management in Hindi

Domain OU Creation & Management In Hindi

Active Directory Schema, Naming, Configuration and Application Partition



Learn Entire MCSA Couse- Click Here

Wana be an Active Directory Expert - Cliick Here

Domain OU Creation & Management In Hindi

What is OU ( Organisational Unit )


Organisational Unit is the smallest container of active directory, which contains information about users, groups, sub OUs and it is used for delegation and policies.


In this video we have covered below points.


How to create OU
How to create Sub OU in Parent OU
How to add user in OU
How to create User in OU
How to add Group in OU
How to create group in OU
How to move Users to Different OU
How to delete OU
How to move Groups to Different OU
How to apply Explicit Deny Permission on User and Groups


Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course





Hope you all enjoyed this video and find it useful. Please do LIKE and SHARE this video to your friends if you like this video.

Thanks



Wana Know More About- 

Active Directory Forest, Tree, Domain & OU in Hindi 


Learn Entire MCSA Couse- Click Here

Wana be an Active Directory Expert - Cliick Here

Domain Group Creation & Management In Hindi

What is an Active Directory Group



Group – It is used to contain multiple users and apply permissions on multiple users at a time.


Note – Group only supports permission, we can’t apply policies on it.

Group Type


Security Group – It is used to apply permission on users and also used for mailing.


Distribution Group- It is used for mailing only.

Group Scope - 

Domain Local - Users in this group can only work within the single domain

Global – Users in this group can work for entire tree

Universal - Users in this group can work within whole forest


In this video we have covered points below.


What is Enterprise Admin Group ?

What is the use of Enterprise Admin Group ?

What is Domain Admin Group ?

What is the use of Domain Admin Group ?

Difference between Enterprise Admin Group and 
Domain Admin Group ?

What is Schema Admin Group ?

What is User logon locally policy ?

Which are the default users of logon locally policy ?
What is Account Operator Group ?

What are the roles assigned to Account Operator Group ?

What is Backup Operator Group ?

What is the use of Backup Operator Group ?

What is Domain User Group ?

How to create Group ?

How to Add users in group ?

How to Remove users in Group ?

How to apply permissions on Security Group ?
How to apply NTFS permissions on folders and files to allow or restrict users and groups to access it ?

And some troubleshoots related to users and group access.

Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course





Hope you all find this video useful. Please do LIKE and SHARE this video to your Friends if you like this video.

Thanks



Wana Know More About- 

Domain OU Creation & Management In Hindi


Learn Entire MCSA Couse- Click Here

Wana be an Active Directory Expert - Cliick Here

Domain User Creation & Management In Hindi

What is Active Directory Domain User ?

The person who uses and operates machines is known as User.


Types of User

Domain User ( With ADDS) - It is a type of user who can access domain environment machines.

Local User ( Withou ADDS) - It is a type of user who can access workgroup environment machines.

In this video we have covered points below.

How to create Active Directory Domain User.

How to apply user time restriction permission on domain user.

How to set account expiry on domain user.

How to apply logon locally permission on user to login Server or AD.

Difference between in Domain Account Operator Group and Domain Backup Operator Group.

How to set PC restriction on users in Active Directory Domain.

How to reset Domain User Password.

How to Unlock Domain User in Active Directory.
How to add Domain User in AD Groups.


Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course



Hope you all enjoyed this video and find it useful. Please do LIKE and SHARE this video to your friends if you like this video.

Thanks


Wana Know More About- 

Domain Group Creation & Management in Hindi

Domain OU Creation & Management In Hindi

Active Directory Forest, Tree, Domain & OU in Hindi 

Active Directory Schema, Naming, Configuration and Application Partition


Learn Entire MCSA Couse- Click Here

Wana be an Active Directory Expert - Cliick Here

What is Domain User, Group and Organisational Unit In Hindi

What is an Active Directory Domain User ?

The person who uses and operates machines is known as User.


Types of User

Domain User ( With ADDS) - It is a type of user who can access domain environment machines.

Local User ( Withou ADDS) - It is a type of user who can access workgroup environment machines.

What is an Active Directory Group



Group – It is used to contain multiple users and apply permissions on multiple users at a time.


Note – Group only supports permission, we can’t apply policies on it.

Group Type


Security Group – It is used to apply permission on users and also used for mailing.


Distribution Group- It is used for mailing only.


Group Scope - 

Domain Local - Users in this group can only work within the single domain

Global – Users in this group can work for entire tree

Universal - Users in this group can work within whole forest


What is OU ( Organisational Unit )


Organisational Unit is the smallest container of active directory, which contains information about users, groups, sub OUs and it is used for delegation and policies.


What is Active Directory Domain User, Groups and Organisational Unit
Domain Local, Global and Universal Group

In this video we have covered points below.

What is a Domain Admins ?

What is a Domain Users ?

What is a Workgroup User or Local User ?

Difference between Domain User and Workgroup User.

What is Group in Active Directory ?

What are the types of AD group ?

What are the Group Scopes ?

What is the use of Group in AD ?

What is the OU or Organizational Unit ?

What is the use of OU in AD ( Active Directory ) ?

Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course


Hope you all find this video useful. Please do LIKE and SHARE this video to your friends if you like this video.

Thanks


Wanna Know More About- 

Domain User Creation & Management In Hindi

Domain Group Creation & Management in Hindi

Domain OU Creation & Management In Hindi

Active Directory Forest, Tree, Domain & OU in Hindi 

Active Directory Schema, Naming, Configuration and Application Partition


Learn Entire MCSA Couse- Click Here

Wana be an Active Directory Expert - Cliick Here

How to Add Computer in Domain In Hindi

How to Join Computer in Active Directory Domain ?


Before Joining in Active Directory Domain we have to check below points


1. First Make sure your Client Machine is Activated if you are using Windows Machine or check with License provider for specific OS



2. Now Client Machine should be changed to Familiar Name like PC1 or WashingtonPC1 or Any name so that you can easily identify Which and Whose PC is this. It is all depend on an Individual or Company requirements


3. Now you Need to Verify IP Configuration i.e., IP Address, Subnet Mask, Default Gateway and DNS . Make Sure you are on the Same Network and IP Address falls in Same Network Range. IF everything is configured as expected and still unable to communicate with Domain Controller then check your Firewall Configuration and Check with Network Team if VLan or PVLan is deployed on your Network and that IP Address falls in that VLan Range or not.


4. Now Let's Join Your Client Machine in Domain


Requirements- Domain Administrator or User with Domain Joining Access ( Prestage Joining )

5. Provide Domain Prefix Name .i.e., if your domain name is test.domain then provide only TEST as a domain and proceed . 


6. Provide Admin Credential


7. You will Get Popup of Domain Joined and Ask for Reboot.

8. Reboot your Client Machine and Login with your Domain Admin or User Credential.


In this video we have covered below points.


Domain Joining of Client Machine

Troubleshooting Tips while joining Client Machines in Domain Environments

What is Default Gateway ?

What is the use of DNS while Joining in Domain ?


Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course




Hope you all find this video useful. Please do LIKE and SHARE this video to your friends if you like this video.


Thanks


How to install Windows 10

How to Install Windows 7

How to Install Windows 10


 Making a drive or disc for installation.


1. Insert a blank DVD or USB flash drive to be used as a storage medium. A bootable USB flash drive or DVD containing the Windows 7 or Windows 10 installation files can be used to install Windows. To get started, you'll need a blank DVD or a USB flash drive with at least 8GB of storage.


Install Windows 7 and 10 Step 1

 • If you already have Windows 10 installed on the computer and you just want to reinstall it, it will be simplest to do so from within Windows 10 rather than by creating installation media. 

 • Creating an installation disc or drive is not necessary if you want to upgrade from Windows 7 or Windows 8.1. To begin the upgrade, you will need to adhere to the majority of this method. 

  

2. Don't forget your product key. Your product key has already been connected to your account if you purchased Windows 10 through Microsoft using that account. You'll need to keep your 25-character product key on hand if you purchased Windows 10 from a different retailer.

 • Before you begin the installation of Windows 10 if you don't have a product key or are installing it on a new hard drive, make sure your Windows 10 digital license is connected to your Microsoft account. [3] Navigate to Settings > Update and Security > Activation from the current installation. If the activation status indicates that Windows is activated with a digital license, click Add an account and adhere to the on-screen directions to link your Microsoft account. 

 • If your PC is eligible for a free upgrade and you're upgrading from an earlier version, you won't need a product key. 


 3. Navigate to https://www. Windows 10 software download is available at microsoft.Com/en-us. This is the Windows 10 official download page. 

Windows 7 and Windows 10 Installation Step 3
Download Windows 10


 4. Select Now Download Tool from the menu. This is the blue button in the page's center. This downloads the Media Creation Tool, which you'll need to create your installation media or begin your upgrade. 



 5. After downloading a file, double-click it. Its name is MediaCreationTool followed by a period. Exe. It can be found in the Downloads folder, which is typically your default download location. 

 • To allow the installer to run, select Yes when prompted. 

 

6. To approve the license, click Accept. It's in the window's lower-right corner. 

How to Install Windows 10



 7. Click OK after selecting "Create Installation Media". You can use this option to create a Windows installation disc or drive that will function on any compatible PC, not just the one you're currently using. 

 • If you're updating Windows on your computer from a previous version, choose Upgrade this PC now and then follow the on-screen instructions to install Windows 10. You've finished! 


How to install windows 7 and Windows 10 Step 7


8. Click Next after making your selection. Keep the default settings if you're installing Windows on your current computer. If you need to install on a different PC, be sure to select the language, edition, and architecture (64-bit or 32-bit) that are compatible with the PC you intend to use for the installation. 

 • From the menu, select Both if you're unsure about the architecture. 

How to install windows 7 and windows 10 Step 8


 

9. Next, select the installation type. If you want to create a DVD, pick the option that allows you to create an ISO file, which can be burned to a DVD. Otherwise, pick USB flash drive. 


How to install windows 7 and Windows 10 Step 9



10. Assemble the installation media. Depending on what you're doing, the steps will vary a little:. 

 • Flash drive: Pick your flash drive from the list, press Next, and wait while the installation files are downloaded. Click Finish when the procedure is done. 

 • DVD/ISO: To save the ISO file to your computer, click Save. Because the file is large and needs to be downloaded, this may take some time. You'll see a progress screen that tracks the download once it's finished. On the "Burn the ISO file to a DVD" screen after the download is finished, click Open DVD burner, choose your DVD burner, and then click Burn to produce your DVD. 


Install windows 10 Step 10





Now We are Ready to Deploy Windows 10 on our Computer

 

1. Your Windows 10 installation media must be connected. Connect your flash drive, if you have one, to the computer that you want to install Windows 10 on. Put your DVD in the drive right away if you made one. 

 

 2. Enter the BIOS after starting the computer. Rebooting from your installation media will not function if your computer is not already configured to start from a flash or optical drive. If you want to change the boot order, you'll need to quickly modify your BIOS. Infiltration options include:. 

 Windows 10 or 11 users should go to Settings, select Update & Recovery or Update & Security, and go to Recovery > Restart now > Troubleshoot > Advanced Options > UEFI Firmware Settings > Restart.

 • Other OS: After a restart, begin repeatedly pressing the keyboard key that your PC needs to enter "Setup" or the BIOS. The key differs from computer to computer, but the following are some of the most popular keys:. 

 For Acer and Asus, press F2 or Del. 

 F2 or F12 for Dell. 

 • HP: F10 or ESC. 

 • For Lenovo, press F1, F2, or Fn + F2. 

 Enter + F1 on ThinkPads from Lenovo. 

 "MSI: DEL.". 

 • For Microsoft Surface tablets, hold down the volume-up button. 

 • F2 for Toshiba and Samsung. 

 A Sony F1, F2, or F3 model. 

 

3. Access the Boot tab. The arrow keys will be used to select it. 

 Depending on the maker of your computer, the Boot tab might actually read Boot Options or Boot Order. 

 

4. A device should be chosen to boot from. Here, you can choose from a few options and Save and Exit.

 • Click on Removable Devices if you're using a USB flash drive. 

 • To install from a disc, choose the CD-ROM Drive or Optical Drive option. 

 

Now Follow the Step as guided by Windows Operating System. You can watch below Video and Install Windows 7, Windows 8.1, Windows 10 and Windows 11 (Same Steps as Windows 10 )


In this video we have covered below points.

Windows 7 Installation
Windows 10 Installation


Watch below or You can Subscribe my Youtube Channel and watch Full MCSA Course




Hope you all find this video useful. Please do LIKE and SHARE this video to your friends if you like this video.

Thanks


Wanna Know More About- 

How to Add Computer in Domain In Hindi

What is Domain User, Group and Organisational Unit In Hindi

Domain User Creation & Management In Hindi

Domain Group Creation & Management in Hindi

Domain OU Creation & Management In Hindi

Active Directory Forest, Tree, Domain & OU in Hindi 

Active Directory Schema, Naming, Configuration and Application Partition


Learn Entire MCSA Couse- Click Here

Wana be an Active Directory Expert - Cliick Here