spmtumblr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to set max image resolution in wordpress?@chris Huff : Thanks a lot ?? that looks like the perfect plugin! ?? ill check it out.
Hey ??
Thanks so much for your updates and support so far., i really really appreciate it ?? btw unfortunately the new verion of plugin is still giving me the same error ??
Are you on skype? if yes please add me : s*pmred*mi (exclude *) so i can give you my wp-admin pass if you want so you can check better?
Regards.
SahilHere is a Screenshot of Debug Section
Error Log : https://snippi.com/s/uoleh9x
Some Feeds are Getting Generated Instantly, While Some are Crashing
Success : https://imvges.com/tag/ifttt/feed/
Failed : https://imvges.com/category/photography/feed/Best Regards,
S.M.Thanks for Getting Back so soon ?? really appreciate your prompt reply. Ill update my wp-config file and let you know how it goes, if i still get the error ill share the debug.log with you, so you can get a better idea what i might be doing wrong on my side ??
Forum: Plugins
In reply to: How do i add jetpack related posts in custom location in my wordpress theme?I Tried adding
<?php
if ( class_exists( ‘Jetpack_RelatedPosts’ ) ) {
echo do_shortcode( ‘[jetpack-related-posts]’ );
}?>as mentioned in their docs, but it doesn’t render anything ??
P.S. i added this code to my single.php file out side of the content loop.
Forum: Plugins
In reply to: [Auto Post After Image Upload] How can i set Post format to Image?Found the Solution
set_post_format($post_id, 'image' ); set_post_thumbnail($post_id, $attachId);
Forum: Plugins
In reply to: [Bulk Images to Posts] post format default to image?Yes please!! I would like to have default post format as image too, please add that feature
Forum: Plugins
In reply to: [Post Views Counter] is it possible to count unique views somehow?<?php echo pvc_get_post_views($post->ID); ?>
Worked on Single Post Pageand
<?php echo pvc_get_post_views(); ?>
Worked on Index PageHappy Ending ??
Forum: Plugins
In reply to: [Post Views Counter] is it possible to count unique views somehow?I just tried both unfortunately they both render nothing ??
<?php pvc_get_post_views($post->ID); ?>
alsotried
<?php echo pvc_get_post_views($post->ID); ?>still nothing ??
am i entering the code right?
p.s. i am entering the code just where i entered the previous one “<?php pvc_post_views(); ?>” which was rendering the views just right.
Forum: Plugins
In reply to: [Post Views Counter] is it possible to count unique views somehow?Yup, just found it, your plugin is perfect! and thanks for the quick reply.
btw just 1 more thing is it possible to get just the view count without the html? currently when i use
<?php pvc_post_views(); ?>
it echoes
<div class="post-views post-5783 entry-meta"> <span class="post-views-count">0</span> </div>
i only want “0” i.e. just view count, can you please tell me how can i do that?
Thanks.