Skip to content
  • Home
  • HTML
  • Magento 2
  • PHP
  • WordPress

Code Hale

Things for everyday needs

Wordpress

How to increase wordpress memory limit

February 2, 2019

When some plugin or php code needs more memory than allocated in apache server you get a error like Fatal […]

more
Wordpress

How to create a wordpress plugin, Google Analytics Plugin for Example

February 2, 2019

To create a wordpress plugin navigate to the installation folder of the wordpress, then wp-content -> plugins folder create a […]

more
Wordpress

How to add html code to wordpress Header and Footer

February 1, 2019

To add html code to the header, use the following code snippet add_action(‘wp_head’, ‘add_html_to head’); function add_html_to head(){ echo “HTML […]

more
PHP

How to get current URL path in PHP

February 1, 2019

echo $_SERVER[‘REQUEST_URI’]; This will print the current URL path in your website but not the base URL or your domain […]

more
HTML

HTML Symbols – HTML entities for writing codes in wordpress post

February 1, 2019

< = &lt; or &#60; (less than sign) > = &gt; or &#62; (greater than sign) / = &#47; (slash) […]

more
Wordpress

WordPress – How to load a plugin(LiveChat) after the theme

February 1, 2019

Load LiveChat on a specific or single site on multisite wordpress or any plugin you want The following tip is […]

more
Magento 2

Mgento 2 – How to enable merge CSS, JavaScript files

January 30, 2019

In Magento 2 CSS files can be merged into one single file that helps to optimize the site which increases […]

more

Recent Posts

  • How to increase wordpress memory limit
  • How to create a wordpress plugin, Google Analytics Plugin for Example
  • How to add html code to wordpress Header and Footer
  • How to get current URL path in PHP
  • HTML Symbols – HTML entities for writing codes in wordpress post

Archives

  • February 2019
  • January 2019

Categories

  • HTML
  • Magento 2
  • PHP
  • Wordpress
Copyright © All rights reserved. Theme Blog Studio by Creativ Themes