Maurizio Zani
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Related Posts] Show related posts at the end of the postIn this moment I’m using the widget (see for example https://www.mauriziozani.it/wp/?p=11279), but in this case the related posts list cannot be under the text post…
Forum: Plugins
In reply to: [Custom Related Posts] Show related posts at the end of the postThanks, but in that case I must add the code in EACH post, that’s why I’ve recalled the php code hoping was the correct way…
Forum: Plugins
In reply to: [Related Posts for WordPress] Reciprocal related postsI mean: when you set that post B is related with post A, automatically post A becomes related to post B, reciprocally
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Issue with latest updateYes! Now it works, after deactivating-activating…
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] in_array() expects parameter 2 to be array,Idem for me…
Forum: Themes and Templates
In reply to: [GeneratePress] Show number of visits and number of commentsLeo, it’s working! I’ve modified it just a bit:
add_action( 'generate_post_meta_items', function( $item ) { if ( 'view-counter' === $item ) { echo ' - '; echo '<span class="view-counter"> ' . the_views() . ' - </span>'; } } ); add_filter( 'generate_header_entry_meta_items', function() { return array( // 'author', 'date', 'view-counter', 'comments-link', ); } ); add_action( 'wp', function() { if ( is_single() ) { add_filter( 'generate_show_comments', '__return_true' ); } } );
PS: I’ve seen your gentle and generous contribution on this free forum and on the other one (reserved, but open), thanks again. I’ve decided to subscribe to GeneratePress
- This reply was modified 3 years, 12 months ago by Maurizio Zani.
- This reply was modified 3 years, 12 months ago by Maurizio Zani.
Forum: Themes and Templates
In reply to: [GeneratePress] Show number of visits and number of commentsThanks Leo. I’m already using WP-PostViews, that was working with the previous theme Atahualpa. Is this the shortcode you are referring to?
the_views()
- This reply was modified 3 years, 12 months ago by Maurizio Zani.
No news? Must I have to keep the 3.8.9 version installed?
With the 3.8.9 there’s an automatic redirect from https://www.mauriziozani.it to https://maurizio.altervista.org , but I don’t know why
I’ve just tried installing the 4.3.10…
I’e tried again following your method, but the result is the same
Tried just now also with the 4.3.10, but the situation seems the same…
Now I have the 4.3.16 (some days ago was the 4.3.15), but I’ve tried also with the 4.3.11
Done
I’ve more or less the same problem: if I connect via mobile to my website
https://maurizio.altervista.org
the plugin works well, but if I use the domain (that use a frame)
the hamburger menu doesn’t work.
Maurizio
Maybe is also related to WordPress version?