Entries by admin

Enable error reporting in joomla

Sometime is not easy to find the site issues. So we must have to enable the error reporting while in development. Joomla uses PHP and when PHP has problems, it reports them to you. Here is short tutorial for enable error reporting in joomla. 1- Go to Site > Global Configuration > Server > Error […]

Disble error reporting in joomla

Sometime is not easy to find the site issues. So we must have to enable the error reporting while in development. Joomla uses PHP and when PHP has problems, it reports them to you. However, often these errors will appear on your site and will be visible to visitors. So we must have to disable […]

How to change continue reading link text in wordpress

How to change continue reading link text in wordpress. In this tutorial I will show you how you can change the “continue reading” text in wordpress. If you want to modify continue reading link with Read more , you can use this function in your functions.php file. function my_code_excerpt_more( $more ) { return ‘ ‘ […]

How to change length of post excerpt in wordpress theme

How to change length of post excerpt in wordpress theme To change the length of the post excerpt in a WordPress theme, you can modify the theme’s functions.php file. First, access the functions.php file by navigating to Appearance > Theme Editor in your WordPress dashboard. Then, add the following code to the file: function custom_excerpt_length($length) […]

How to use post excerpt in WordPress Twenty Fifteen theme

How to use post excerpt in WordPress Twenty Fifteen theme To use post excerpts in the WordPress Twenty Fifteen theme, you first need to enable them in your posts. By default, the theme shows full content on the homepage and archives, but you can change that by manually setting an excerpt. When editing a post, […]

WordPress blog excerpt not working in Themes

Some of the themes in wordpress does not display excerpt on blog page, category pages or archive pages. This is because theme does not include the experts code in the theme file. This is a very simple tutorial that anyone can implement and take advantage of this built-in feature. The benefit of implementing this tutorial […]

How to reset admin password in Magento 2

This is easy and complicated too!! There are two different methods to restore your admin password. The first one is quite easy while the second is more complicated.. In the first solution there is you need to reset password your email address stored in magento site.For this you need to open the admin panel of your […]

Invalid credentials for ‘https://repo.magento.com/packages.json’, aborting

Invalid credentials for ‘https://repo.magento.com/packages.json’, aborting The error message “Invalid credentials for ‘https://repo.magento.com/packages.json‘, aborting” typically occurs when trying to authenticate with Magento’s Composer repository using incorrect or missing credentials. This issue often arises due to an incorrect username or password in your auth.json file or when your Magento Marketplace API keys are not properly configured. To […]

How to enable star rating in Magento2

How to enable star rating in Magento2 The star rating enable is easy process in magento2. Follow below steps : Login into Admin Panel then go to Stores -> Attributes -> Rating Click on Price, Value, Quality Row and Checked Is Enable Checkbox from page and also set Visibility for your required store. Save Rating […]

magento2 CMS pages 404 error

Magento2 CMS pages 404 error Today I will show you, how you can fix the magento2 CMS pages 404 error. I got many times this issue while working on the magento 2 site. So finally I think, the fixes tricks may can help other person. This issue occurred due to single mode of the magento2 site. […]