Hiển thị các bài đăng có nhãn Thủ thuật Blogspot. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Thủ thuật Blogspot. Hiển thị tất cả bài đăng

Thứ Năm, 12 tháng 2, 2015

Hiện nay Wordpress đang là một ngôn ngữ thân thiện , dễ dùng, tốt cho SEO được nhiều người sử dụng nhất. Vậy để tăng cường bảo mật cho WordPress, chống lại việc rà password trong trang Đăng Nhập, VDO xin hướng dẫn bảo mật WordPress với wp-login.php
Hướng dẫn bảo mật WordPress với wp-login.php
Hướng dẫn bảo mật WordPress với wp-login.php
Step 1:
In the root folder of your WordPress website, rename the file “wp-login.php” to “login.php”.

Step 2:

Open the same file in a text editor. Replace “wp-login.php” anywhere you find it in the file with “login.php”.

Step 3:

Edit the functions.php file in your theme folder, usually found at /wp-content/themes/active-theme/functions.php. (where “active-theme” is the name of your active theme.) If you don’t have one, you can create one. (make sure the file starts with

//register url fix
add_filter(‘register’,'fix_register_url’);
function fix_register_url($link){
return str_replace(site_url(‘wp-login.php?action=register’, ‘login’),site_url(‘login.php?action=register’, ‘login’),$link);
}
//login url fix
add_filter(‘login_url’,'fix_login_url’);
function fix_login_url($link){
return “/login.php”;
}
//forgot password url fix
add_filter(‘lostpassword_url’,'fix_lostpass_url’);
function fix_lostpass_url($link){
return “/login.php?action=lostpassword”;
}
//Site URL hack to overwrite register url
add_filter(‘site_url’,'fix_urls’,10,3);
function fix_urls($url, $path, $orig_scheme){ 
if ($orig_scheme !== ‘login’) return $url; 
if ($path == ‘wp-login.php?action=register’) return site_url(‘register’, ‘login’);
return $url;
}

Chúc các bạn thành công
Bài viết này chúng tôi sẽ Hướng dẫn tắt chức năng show_image_in_imgtag.php trong VirtueMart Joomla, tại sao phải tắt thì chúng ta sẽ cùng đi tìm hiểu ngay sau đây nhé:
Trong Joomla, khi cài đặt VirtueMart thì mặc định luôn bật chức năng show_image_in_imgtag.php , để tắt chức năng này bạn làm như  sau:
VirtueMart Joomla
Hướng dẫn tắt chức năng show_image_in_imgtag.php trong VirtueMart Joomla
Sửa 2 file ps_product.php & shop.browse.php dưới đây:
(chữ màu đỏ là active, chữ màu xám là comment)
1. ps_product.php
trong thư mục /administrator/components/com_virtuemart/classes/ps_product.php
//$url = $mosConfig_live_site.”/components/com_virtuemart/show_image_in_imgtag.php?filename=”.urlencode($image).”&newxsize=”.PSHOP_IMG_WIDTH.”&newysize=”.PSHOP_IMG_HEIGHT.”&fileout=”;
$url = $mosConfig_live_site.”/components/com_virtuemart/shop_image/product/”.$image.”";
2.  shop.browse.php
Trong thư mục /administrator/components/com_virtuemart/html/shop.browse.php
//$product_thumb_image = $mosConfig_live_site.”/components/com_virtuemart/show_image_in_imgtag.php?filename=”.urlencode($product_thumb_image).”&newxsize=”.PSHOP_IMG_WIDTH.”&newysize=”.PSHOP_IMG_HEIGHT.”&fileout=”;
$product_thumb_image = $mosConfig_live_site.”/components/com_virtuemart/shop_image/product/”.$image.”";
Chúc các bạn thành công
Blogspot chính là một " đứa con của Google" vì vậy nó rất phù hợp làm vệ tinh cho các ban Seoer. Vậy có phải tối ưu blogspot như tối ưu website của mình hay không ? và tối ưu như thế nào ? Thì bài viết này tôi sẽ " Hướng dẫn tối ưu hóa thẻ Meta Description mỗi bài viết Blogspot "
Meta Description
Hướng dẫn tối ưu hóa thẻ Meta Description mỗi bài viết Blogspot
Đây là một phần tử HTML ,XML mô tả trang web để các công cụ tìm kiếm thu thập thông tin và hiển thị trên vị trí thứ hạng dưới phần tiêu đề bao gồm 150 ký tự .Thẻ Meta Description là gì?
Thêm thẻ Meta Description chung cho ​​Blogger.
  • Vào Blogger >  Cài đặt > Tìm kiếm Tuỳ chọn
  • Tìm phần Thẻ Meta ,đánh dấu vào “Có” để  Active .
  • Một box thoại sẽ xuất hiện , bạn viết thẻ meta cho trang chủ của bạn vào đây. Hãy chắc chắn rằng ko quá 150 ký tự.
  • Nhấp SAVE để xem thay đổi.
meta description blogspot
Bây giờ  chuyển sang bước tiếp theo là làm thẻ Meta  decription cho từng bài viết
Thêm thẻ Meta Tags cho từng bài viết
Khi viết bài mới ,bạn thấy “Mô tả Tìm kiếm” trong thanh bên, đơn giản là viết mô tả nội dung tóm tắt tìm kiếm cho bài viết đó.
Nếu bạn quên viết,google sẽ tự động lấy 1 đoạn ngẫu nhiên có liên quan trong bài bạn ra để hiển thị trên kết quả tìm kiếm .
post description
post-description
Trên đây là bài viết Hướng dẫn tối ưu hóa thẻ Meta Description mỗi bài viết Blogspot , chúc các bạn thành công