PROGRAMMING

Change placeholder text for wordpress search box

Change placeholder text for wordpress search box

Today we will learn how to Change placeholder text for wordpress search box. Just Add the below code to the functions.php in your wordpress theme and all done. Placeholder text can be change/Replace to any text also Search button can be change to anything. function html5_search_form( $form ) { $form = ‘<section class=”search”><form role=”search” method=”get”

Change placeholder text for wordpress search box Read More »

WordPress Memory Exhausted Errors – Increase PHP Memory

We have exchanged various customer sites, and some of the time a WordPress Memory Exhausted mistake shows up when initiating another module or doing some other errand. Typically the blunder resembles this: <pre> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx </pre> we chose

WordPress Memory Exhausted Errors – Increase PHP Memory Read More »

Timezone

Setting the Default Timezone for PHP In WordPress

If you want to Display a post in different timezone the you should workout some php function in grab it. It necessary when you show a online event or online live video. if you want to show the event or a post in local time you should follow bellow steps: <span class=”post-time-date”> <!–?php date_default_timezone_set(‘America/Los_Angeles’); echo

Setting the Default Timezone for PHP In WordPress Read More »