loop2 Please Wait...
DeveloperGang

How to find out if a record already exists in a database or not in Magento ?

To check out whether record exists in the database of MAGENTO you can use the following query::: getCollection()->addFieldToFilter('field_name', $value_to_check)->getFirstIt...

How to run Custom Query in Magento ?

Check out the below code. $db = Mage::getSingleton('core/resource')->getConnection('core_write'); $result = $db->query('SELECT * FROM users where id=4');

Blog is a necessary part to be included in a WordPress Website?

No, it is not a necessary part. Although WP was first designed as a platform for blogging now it can be used for every genre of websites. Blogs are added to the website to provide...

In what case we cannot recommend WordPress to our client?

Read the below::: If client is working on non-CMS base projectIf site wants complex or innovative e-commerceIn case of enterprise intranet solutionSites requiring custom scripti...

What are the positive aspects of wordpress?

Few positive aspects of wordpress are: Easy installation and upgradeIn-built SEO engineEasy theme systemFlexibilityMultilingual- available in more than 70 languagesOwn data- no...

How to modify the parent theme behavior within the child theme?

The child theme could optionally override other template files like author.php, category.php, functions.php, style.css, etc. The WordPress framework first looks for a template file...

Add active class to the menu li in wordpress

By default, there is a .current-menu-item class added in the menu li. we can easily add the active class by simple WordPress filter. add_filter('nav_menu_css_class' , 'special_nav_...

What is the use of Post via e-mail option in Wordpress Writing Setting?

This option uses email address to create post for you and publishes posts on your blog by email. To use this, you'll need to set up a secret e-mail account with a POP3 access, and...

How to Link External jQuery/Javascript files with WordPress

Add your own scripts via wp_enqueue_script() in your template’s functions.php, appropriately setting dependences on jQuery, and wp_head() will add the scripts for you.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga, aspernatur.