Get primary menu
‘primary’,
‘items_wrap’ => ‘
‘
)
);
?>
If you encountered the same error just like the image above, just follow this instructions. Steps: 1. Open your cpanel and look for /wp-admin/ folder. 2. Create a file and name it to .user.ini. 3. Copy the codes below and save the file. 4. Make sure to switch your PHP Version to 5.4.
Here’s how The7 WordPress themes page layout change via filter functions. How to manage your page/post layout? Remove sidebar or sidebar in left or right? We can use filter function to do the task. This is mostly used in custom post type pages. Original code snippets of The7 WordPress themes inc/helpers/html-helpers.php Use this codes to…
Hi guys, having a trouble on how to merge your personal and friends activity stream using Buddypress WordPress plugin? Codes below may help you to solve the issue. The codes will apply only in your personal activity but it is includes the friends activity also. For more details and additional parameters, read it here https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/….
Add Woocommerce product category image using GeneratePress WordPress theme in few steps. You need to access your functions.php. Either on a parent theme or a child theme. In my case I’m using a child theme so gonna paste the codes below on child themes functions.php Please copy the code below and paste it into your…
This error is sometimes showing after updating the WordPress. It is advice to update your Genesis theme first before the WordPress. To fix this error, upload the latest version of your Genesis themes manually (FTP/cPanel). You can’t access the wp-admin if you get this error.
Fatal error: Allowed memory size is showing if the default WordPress or hosting allocated memory is reach. In some case this can be fix via wp-config.php, php.ini, or .user.ini. If the error is still not fixed, better to contact your hosting provider and let them fix the error. This is my error: Using php.ini or…