Cập nhật đếm lượt xem của chap và tổng lượt xem truyện.

04/10/2024 – 6:11 chiều

Áp dụng các giao diện: 

Fix:

Cách 1: Tải lại file backup mới nhất trong thư mục tải đã mua (file 4/10/2024) và restore lại website

Cách 2: Lên thư mục tải file functions.php và tải nó lên /public_html/wp-content/themes/theme-child/ thay thế cho functions.php

Cách 3: Mở file functions.php trong /public_html/wp-content/themes/theme-child/ tìm đến đoạn code

add_action( 'wp_head', function() {<br />
	if ( is_singular('chap') ) {<br />
		$current_chap = get_queried_object();<br />
		$parent_id = (int) $current_chap-&gt;post_parent;</p>
<p>		if ( $parent_id ) {<br />
			?&gt;<br />
			&lt;script&gt;<br />
				(function(){<br />
					if ( 'undefined' !== typeof WordPressPopularPosts &amp;&amp; 'undefined' !== typeof wpp_params ) {<br />
						WordPressPopularPosts.post(<br />
							wpp_params.apiUrl + '/v2/views/&lt;?php echo $parent_id; ?&gt;',<br />
							&quot;_wpnonce=&quot; + wpp_params.token + &quot;&amp;sampling=&quot; + wpp_params.sampling + &quot;&amp;sampling_rate=&quot; + wpp_params.samplingRate,<br />
							function( response ) {<br />
								wpp_params.debug&amp;&amp;window.console&amp;&amp;window.console.log&amp;&amp;window.console.log(JSON.parse(response));<br />
							}<br />
						);<br />
					}<br />
				})();<br />
			&lt;/script&gt;<br />
			&lt;?php<br />
		}<br />
	}<br />
}, 99);<br />

Và thay nó bằng:

<br />
 add_action( 'wp_head', function() {<br />
 	if ( is_singular('chap') ) {<br />
 		$current_chap = get_queried_object();<br />
 		$parent_id = (int) $current_chap-&gt;post_parent;</p>
<p> 		if ( $parent_id ) {<br />
 			?&gt;<br />
 			&lt;script&gt;<br />
 				(function(){<br />
 					if ( 'undefined' !== typeof WordPressPopularPosts &amp;&amp; 'undefined' !== typeof wpp_params ) {<br />
 						WordPressPopularPosts.post(<br />
 							wpp_params.apiUrl + '/v2/views/&lt;?php echo $parent_id; ?&gt;',<br />
               &quot;_wpnonce=&quot; + wpp_params.token + &quot;&amp;sampling=&quot; + wpp_params.sampling + &quot;&amp;sampling_rate=&quot; + wpp_params.samplingRate,<br />
               function( response ) {<br />
                   wpp_params.debug&amp;&amp;window.console&amp;&amp;window.console.log&amp;&amp;window.console.log(JSON.parse(response));<br />
 							}<br />
 						);<br />
 					}<br />
 				})();<br />
 			&lt;/script&gt;<br />
 			&lt;?php<br />
 		}<br />
 	}<br />
 }, 99);</p>
<p>

SẢN PHẨM ĐÃ ĐƯỢC XEM

Không có sản phẩm nào đã xem!

© THEMEWP.TOP - All Rights Reserved