manoj611
Forum Replies Created
-
Hi,
I want to remove these link above page link from this topic. how i can edit. Please suggest, because on search my website showing thin link and I do not want this website in search engine.
Please suggest or edit.
Thanks!
- This reply was modified 4 years, 10 months ago by manoj611.
Is there another way to show the same as inside google photos admin area. Because the admin area filter shows 3 options Most recent photos, Last modified and Album title, if i choose Album title it’s showing the same as i required.
Can we fetch the same with photonic as showing list inside google photos not random?
Thanks for last reply π
Working now, Thanks
Forum: Developing with WordPress
In reply to: How to create custom taxonomies?Hi
Please reset your permalink setting to plain and check. if its work than revert your permalink structure as you required.
i hope this will solve your issue.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] post edit page not redirectingI have Reset plugins setting and setup again.than its working fine for me.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] post edit page not redirectingwhat i need to check?
for ex : admin.php?page=w3tc_general and post pages
this page hang up when setting save.Forum: Plugins
In reply to: [W3 Total Cache] post edit page not redirectingNo cache disable for logged user. Actually pages are hanging. when i hit urls with enter second time pages loaded correctly.
Forum: Plugins
In reply to: [WP Better Emails] Not workingSame with me. Please suggest if you got any solution.
ThanksForum: Fixing WordPress
In reply to: how to add custom message in pluginsThanks
Forum: Plugins
In reply to: [WooCommerce] how to get user meta in customer new account mailI got solution Here π
$user_email = $user_login;
$user = get_user_by(‘login’, $user_login);echo ‘This is your Promo Code: ‘.get_user_meta($user->ID,’meta_name’,true);
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Requirement .can it possible?ok thank you so much sir
Forum: Plugins
In reply to: Woocommerceokay, Thank you so much James Huff.
Forum: Plugins
In reply to: how to add file from wordpress media library with input type="file"Hello sir,
thanks but i want to attached file from media library currently i can’t attached from there. i can upload from local directories but i do not need this. Files upload and save successfully no issue about upload.