qdungeng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: There has been a fatal error on your website.-
What error do you get?
The same when login wp-admin/
`lease help me with error, I can not login my website & alway error display:
Fatal error: Cannot redeclare retrieve_password() (previously declared in …./wp-login.php:273) in /…../wp-includes/user.php on line 2703Forum: Fixing WordPress
In reply to: There has been a fatal error on your website.`@qdungeng
I did use sahifa theme from TieLabs
did you disable it?`
I did disable sahifa theme, but not ok.Forum: Fixing WordPress
In reply to: There has been a fatal error on your website.Dear friend
|What about themes? Were you using the default one or a third party theme?
I did use sahifa theme from TieLabsThank you for your reply.
Forum: Fixing WordPress
In reply to: There has been a fatal error on your website.Dear a2hostingrj (@a2hostingrj)
I did not modify my wordpress website.
This error display after upgrade from 5.7 to 5.8 version.
I do not know why ?Forum: Fixing WordPress
In reply to: Login error “There has been a critical error on this website”who can help me?
Thank you so much !
Forum: Hacks
In reply to: get post from slect field ACFThanks for your support
but it not working fine : Please help me to edit this code :<?php $category = get_the_category($post->ID); $category = $category[0]->cat_ID; if ( have_posts() ) : while ( have_posts() ) : the_post(); $field = get_field_object('hotel_in'); $value = get_field('hotel_in'); $label = $field['choices'][ $value ]; ?> <?php echo '<h2>Hotel in ' .$label. '</h2>'; $args = array( 'post_type' => 'post', 'posts_per_page' => -1, 'meta_key' => 'hotel_in', 'meta_value' => $value, 'cat' => $category ); $the_query = new WP_Query( $args ); ?> <?php if( $the_query->have_posts() ): ?> <ul> <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?> <li> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </li> <?php endwhile; ?> </ul> <?php endif; ?> <?php endwhile; endif; wp_reset_query(); ?>
I did post any post and select field : HN,SG
but it load the same :1.Hanoi :
post 1
post 2
2. Sai gon :
post 2
post 3
3.Hanoi
post 1
post 2Why is Hanoi display two times .
Please help me .Thanks
Forum: Hacks
In reply to: get post from slect field ACFHow to show all post from current category example :
Hotel in Hanoi
-post1
-post 2Hotel in Saigon
-post3
-post4Hotel in Hue City
-post5
-post6Thanks
Forum: Hacks
In reply to: How to get choice select name ACFHow to get label from name_1 without ‘field_name”.
Now I need get Name 1 from name_1 only,
please help me .
Thanks
Forum: Fixing WordPress
In reply to: error 404 for subfolderI did copy this code to .htaccess of root (domain.com).
ErrorDocument 404 /subfolder1/index.php?error=404it not working.
But add this code to .htaccess of subfolder1.
domain.com/subfolder1/ 404 error working fine, but the domain for subfolder1 not working, 550 error display.Please help me
Forum: Fixing WordPress
In reply to: error 404 for subfolderNot working, please help me
Forum: Hacks
In reply to: How to search by field from ACFHow to use is_search in search.php for a cat=1 search results.
Thanks
Forum: Hacks
In reply to: How to search by field from ACFI do not know how to coding,
this search /?s=hanoi&term&cat=5
How to get results without search.php
Thanks
Forum: Hacks
In reply to: How to search by field from ACFDear friend
How to create page for this search results ?
Now all results in search.php
Please help me.
Forum: Fixing WordPress
In reply to: "Not Found" on blogroll?How to rewrite this url :
?taxonomy=link_category&term=Thanks
Forum: Your WordPress
In reply to: My website wordpressThanks, I will remove it .