Friday 13 February 2015

How to Replace ‘Enter Title Here’ Text in WordPress


How to Replace ‘Enter Title Here’ Text in WordPress 



If you want to text of wordpress post placeholder "Enter Title here"

please check below code.


Thursday 12 February 2015

Adding a logo uploader to your WordPress theme with the Theme Customizer



Adding a logo uploader to your WordPress theme with the Theme Customizer

Here Simple code of adding logo in wordpress theme 

i am write this code.

some refrence site for it more detail 

2)http://themefoundation.com/wordpress-theme-customizer/

Monday 19 January 2015

increment decrement in php

Hello

increment decrement in php

there 4 types

1)Pre-increment:-

++$my_information  means it can be Increments $my_information by one, then returns $my_information.

2)Post-increment

$my_information++ means it can be Returns $my_information, then increments $my_information by one.

Change products per page for individual categories in magento

Hello 
Change products per page for individual categories in magento


 all your default values are set in "Products per Page on Grid Allowed Values" in Admin > system config > Catalog > Catalog > Frontend

Layout handle for product grid and list view in magento

 Layout handles for product grid and list view in MagentoHello

Using the handles: catalog_category_default, catalog_category_layered and catalogsearch_result_index you should be able to change the template of the products listed.


Thursday 15 January 2015

How to pass value from Javascript to php variable on the second page?

hello

How to pass value from Javascript to php variable on the second page?

I am giving example of how pass value using javascript.

create .php file like demo.php write to code

Friday 9 January 2015

Magento secure url Secure/Unsecure Link - Link Securely for Secure Pages only

hello

Your first (with the {{media}} tag) is correct and should work.

In the admin go to System > Configuration > Web > Secure and make sure the following are set:

    Base Link URL - {{secure_base_url}}
    Base Skin URL - {{secure_base_url}}skin/
    Base Media URL - {{secure_base_url}}media/

    Base Javascript URL - {{secure_base_url}}js/