How to change homepage in wordpress?
WordPress is very famous for blogs but now it is widely using as content management system and e-commerce solutions where we don’t need blog post page as homepage. By default wordpress based site has...
WordPress is very famous for blogs but now it is widely using as content management system and e-commerce solutions where we don’t need blog post page as homepage. By default wordpress based site has...
Get page id in wordpress. You can get current page id outside loop in worpress by following statements. Share this…FacebookPinterestTwitterLinkedinTumblr
We can find last month starting ending date by using php functions strtotime and date. For last month last we will use t format character in date function. Following are statements for starting and...
Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create your own post types and categorize them by Custom Taxonomy. Download and install Custom...
Negative text-indent isn’t working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following is code snippet. HTML code: CSS: Share this…FacebookPinterestTwitterLinkedinTumblr
Let following text field. By following statement you can set its default value. Use focus() event to change value when you focus on input field. Use blur() event on textbox field. Following is the...
Open application/config/config.php file. Find following statement in this file. $config[‘index_page’] = ‘index.php’; And remove index.php from above statement, this will look like following. $config[‘index_page’] = ”; Create .htaccess file in application directory and paste...
Activate mod_rewrite Open apache configuration file i.e. httpd.conf Find following statement. #LoadModule rewrite_module modules/mod_rewrite.so You will find hash sign(#) in start of this statement, remove it. Now restart apache services and enjoy search engine...
6R778MX9MEZS Click on Configuration that is under System menu. Scroll down; you will find Google API under Sales tab in left column, Click on it. On Google API page; click on first tab that...
If you transfer opencart site to any other domain then you need to change config URLs. For this; open config.php file in your favorite editor. This file is on root of your opencart directory....
More