EVOgroup
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] resetting Jetpack statsYour support request has been submitted. We will respond as soon as possible. Thank you!
Forum: Fixing WordPress
In reply to: Attachment Page nav is buggy?The problem is in the ID of the images.
You can see that you start from ID-180 till 186 then the next image have ID 179.Forum: Plugins
In reply to: [Ambrosite Next/Previous Post Link Plus] Auto Caregory ID selectI will try to explain it
for example i have:
Wallpapers (level 1)
-Cars Wallpapaers (level 2)
–BMW Wallpapers (level 3)my posts selected in all of them
how to get the level 3 category automatically?
Thanks.
Thanks working great!
Forum: Plugins
In reply to: [Ambrosite Next/Previous Post Link Plus] Auto Caregory ID selectBecause im using categories and subcategories
Here is my categories buildWallpapers
-Cars Wallpapaers
–BMW WallpapersI want to navigate in “BMW Wallpapers” category
here is the category:
https://wallpaperevo.com/category/wallpapers/cars-wallpapers/bmw-wallpapers/Forum: Plugins
In reply to: [Jetpack Post Views] Total Number of Views on all postsso how i do it??
Forum: Plugins
In reply to: [Jetpack Post Views] Total Number of Views on all postsHow do i do it?
I have 480 posts right now where i need to add it?Thanks
Forum: Plugins
In reply to: [Jetpack Post Views] Total Number of Views on all postsYes
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Short code [views]5 Stars to you!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Short code [views]That’s all i wanted, working great!!!
THANKS Jeremy!!!
You the best!!!Forum: Plugins
In reply to: [Jetpack Post Views] Short codeThanks i will wait
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Short code [views]I have the jetpack-post-views plugin but there is no shortcode to add the number of post views into the post with shortcode.
the only option to display it it via the template file and php
<?php echo get_post_meta( $post->ID, ‘jetpack-post-views’, true ); ?>
but i want to set it in a specific place inside the post so the only solution is a short code but i dont know how to do it and the author of jetpack-post-views plugin is not answering.
Please someone help me to write a simple short code to display number of post views.
Thanks
Forum: Plugins
In reply to: [Jetpack Post Views] Short codePlease help me to make from this:
<?php echo get_post_meta( $post->ID, ‘jetpack-post-views’, true ); ?>Shortcode:
[views]Forum: Plugins
In reply to: [Jetpack Post Views] Short codeI need a short code [views]
Forum: Plugins
In reply to: [Jetpack Post Views] Short codeJVP is working but i need a short code for
<?php echo get_post_meta( $post->ID, ‘jetpack-post-views’, true ); ?>Can you make it please?