Hao Duy
Forum Replies Created
-
Forum: Plugins
In reply to: [Login] Error on Login or RegisterHi,
I have recive email from Huge-IT Support , Supported a great!
I have using free version from https://ww.wp.xz.cn/support/plugin/login-social/Please help me fix error.
Waiting for youThank you!!!
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Exposing table data as Rest JSONHello,
My array after json_decode:
Array (
[p] => Array ( [o] => Array ( [uh] => 0 ) )
[c] => Array ( [0] => Array ( [p] => ) )
[h] => Array ( [0] => Array ( [c] => domain ) )
[b] => Array ( [0] => Array ( [0] => Array ( [c] => domain ) ) )
)How i can echo”domain” from array for because i don’t now about Array table
Thanks for support
Forum: Themes and Templates
In reply to: Need a "Read More" linkHi
You can view file category.php ( /public_html/wp-content/themes/theme-name/category.php)Find loop <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
add code below LOOP <a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>'> read more </a>Thanks
Forum: Plugins
In reply to: [WooCommerce] Problem with new product categoriesHello giouli,
Option 1: when you move the products into an old product category, You can delete “New categories” (don’t work) and creat New categories againOption 2: You Check management Page if have same slug as categories you need rename or delete slug and test again. because Page override categories
Thanks.