Google Custom Search WordPress Plugin

With wordpress Google custom search plugin, wordpress user can boost the search functionality for his websites/blogs.
WordPress has a relatively good search functionality but doesn’t match keywords that well. WordPress search functionality display results ordered by date and not by its relevance to the keywords.

Here is a very good Google custom search plugin I found on the Internet and used on this site.

Click for Google Custom Search plugin

This plugin is very flexible and you can configure the both the search box and the search results.
Google Custom Search widget’s search box can be displayed as either a widget or placed anywhere in the code.

The search results can be displayed in one of three formats.

As a pop-up resizable dialog.
Within the widget, under the search box.
Displayed anywhere in the code.

How to customize email template in Magento2

How to customize email template in Magento2

To customize an email template in Magento 2, navigate to the Admin Panel and go to Marketing > Communications > Email Templates. Click Add New Template, then select a default template as a base and click Load Template. Modify the template content using HTML and Magento’s built-in variables to personalize it according to your needs. You can use dynamic variables like {{var customer.name}} to include customer-specific details. After saving the customized template, assign it to the appropriate email notification by configuring it in Stores > Configuration > General > Email Templates. Clearing the cache ensures that the changes take effect. For advanced customization, override the template files in your theme under app/design/frontend/Vendor/Theme/Magento_Email/email/template.

How to Create New Admin User in Magento 2

How to Create New Admin User in Magento 2

To create a new admin user in Magento 2, log in to the Magento Admin Panel and navigate to System > Permissions > All Users.

Click on “Add New User”, then fill in the required details, including User Name, First Name, Last Name, and Email. Set a strong password and confirm it. Next, go to the User Role tab and assign the appropriate role, such as “Administrator,” to grant full access.

Click Save User to finalize the creation. The new admin user can now log in with their credentials. Always ensure strong passwords and limit admin access for security best practices.

Shopify dawn theme filters to show always open

Shopify dawn theme filters to show always open

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code

Step 2: Search file theme.liquid

Step 3: Paste the below code before </body> of the file -> Save

<script>
window.addEventListener(‘DOMContentLoaded’,(event)=>{
document.querySelectorAll(‘facet-filters-form details.facets__disclosure-vertical’).forEach(item=>{
if(!item.hasAttribute(‘open’)){
item.querySelector(‘summary’).click()
}
})
});
</script>

WordPress: get author info / user details from post id

Some times we needed to pull out the author data from a post id. It is very easy do it in wordpress.

It can be accomplished by the_author_meta() function or get_the_author_meta() function. You will need call this function in your theme or plugin, through a hook.

the_author_meta() –> Outputs the data, just like echo
get_the_author_meta() -> holds the value in value.

We can get the data like this :

 

$auth = get_post($post_ID); // gets author from post
$authid = $auth->post_author; // gets author id for the post
$user_email = get_the_author_meta('user_email',$authid); // retrieve user email
$user_firstname = get_the_author_meta('user_firstname',$authid); // retrieve firstname
$user_nickname = get_the_author_meta('nickname,$authid); // retrieve user nickname

The following list of user fields you can retrieve using this function.

  • user_login
  • user_pass
  • user_nicename
  • user_email
  • user_url
  • user_registered
  • user_activation_key
  • user_status
  • display_name
  • nickname
  • first_name
  • last_name
  • description
  • jabber
  • aim
  • yim
  • user_level
  • user_firstname
  • user_lastname
  • user_description
  • rich_editing
  • comment_shortcuts
  • admin_color
  • plugins_per_page
  • plugins_last_view
  • ID

 

Get Google To Remove The Blacklist Warning

After fully cleaning up your site infection, you must inform Google to remove the blacklist warning. To do this, you must have a Google Search Console account (formerly Webmaster Tools). This way, the malware warning can quickly be removed.

To verify ownership of your website in Google Search Console:

  1. Open Google Webmaster Central.
  2. Click Search Console and sign in with your Google account.
  3. Click Add a site.
  4. Type in your site’s URL and click Continue.
  5. Verify your site using the Recommended method or Alternate methods options.
  6. Click Add a site.
  7. Click Verify.
  8. Check the Messages section to review any warnings.

CORS policy: No ‘Access-Control-Allow-Origin’

CORS policy No ‘Access-Control-Allow-Origin’ error

Font from origin domain.dev has been blocked… (CORS and browsersync)

If you are getting issue fonts are blocked in web client CORS then below code will help you. Use the code in .htaccess file and problem will be resolved 🙂
# Allow access from all domains for webfonts.
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>

How to use WordPress Shortcode in template

How to use WordPress Shortcode in template

Shortcodes in WordPress are little bits of code that allow you to do various things with little effort. You can use in the content area to invoke some kind of function to accomplish certain tasks.

But what if you want to use a shortcode from within a template instead of with the content of a Post/Page? You can invoke it with a special function:

<?php echo do_shortcode("[shortcode]"); ?>

Web Setup Wizard 401 Unauthorised Access

Web Setup Wizard 401 Unauthorised Access

Today I got issue on Magento2 site when try to open Web Setup Wizard section.

System -> Tools -> Web Setup Wizard

Here is the solution for fixing this issue. This one works for me so I thought it would be just posted for all of the world 🙂

You have change some settings as per below.

Goto Stores -> Configuration – > General -> Web

 

Base URLs (Secure)
-> Use Secure URLs on Storefront -> Yes
-> Use Secure URLs in Admin -> Yes
-> Enable HTTP Strict Transport Security (HSTS) -> Yes
-> Upgrade Insecure Requests -> Yes

and then run the below command
php bin/magento cache:clean

 

 

 

What is WordPress Permalink

WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links.

Permalinks are the permanent URLs of your individual blog post or page on your WordPress site. Permalinks are also referred to as pretty links. By default, WordPress URLs use the query string format which look something like this:

http://www.example.com/?p=123

  • where “123” is the ID of a given post or page in the database.

To set permalinks in WordPress

There are two way to set permalinks on the Wordrpess sites:

  1. You need to set the permalink structure right after you launch a new WordPress site.
  2. You should set the permalinks for every piece of content individually.

1. How to set the permalink structure in WordPress

There are various different formats that you can use. Day and name, Month and name, Numeric, Post name, and Custom structure. Any format that is not the default one is SEO friendly. It just comes down to your preference after that.

Go to Settings » Permalinks option page,  Once there, select this option:

  • Just to make sure we’re on the same page, it’s the one labeled “Post name.”

Now, why this one?

Quite simply, it holds the least amount of unneeded clutter… There are no seemingly random numbers, no dates, no arbitrary words (like “archives”). There’s just the post name that you can control 100% (more on that in the next point).

Note. Why you don’t want dates in your permalinks? The main reason is because dates discourage your visitors from reading your older content. Any date that’s older than last week (or so) looks like out-of-date information, despite the fact that it might still be very valid, or might even be evergreen.

After you select that new permalink structure (“Post name”), just click “Save Changes” at the bottom of the settings page.

2. How to set the individual permalinks for posts/pages

You can update permalink directly on the each individual posts or pages. For example you see here

 

Click on the edit and you can update anything…..

Oh, Finally update the page 🙂 and you’r done!!