Tuesday, 6 January 2015

My Step To Step On Wordpress Ecommerce

  1. Buy From Cpanel
  2. Install wordpress
  3. Choose template
  4. find woocommerce widget
  5. add on (Done! Part1)
  6. Then Something happened my registration emai keep viewing wordpress@domain.com.
    here the solution
You can overwrite this by modifying the functions.php file that is located within your theme.
This file can be accessed via Appearance ->Editor and look for Theme functions OR by FTP wp-content/themes/whatevertheme/functions.php
Add the following (but modify "admin@domainaddress.com" and "Your Blog" to match what you want the display email address and 'from' field to show)

add_filter('wp_mail_from', 'new_mail_from');
add_filter('wp_mail_from_name', 'new_mail_from_name');

function new_mail_from($old) {
 return 'admin@domainaddress.com';
}
function new_mail_from_name($old) {
 return 'Your Blog';
}
And then having problem when the wordpress Icon still viewed on the admin bar.
go to theme> find Function.php

paste this.

 add_action( 'wp_before_admin_bar_render', function() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('wp-logo');
}, 7 );


Then I choose lot of plug in
  • Workpress social log in
  • Buddy press
  • advance random post
 Then All Done! Thank God Alhamdulillah.

email mailto: pretext

 <a href="mailto:designoutsourced.com+info@gmail.com?subject=Maklumat%20lanjut%20pakej&body=Hai,%20saya%20berminat%20tahu%20lebi...