Usce
Forum Replies Created
-
Hi,
I made a mistake in settings, I corrected it now and it is okay.
Thank you on this plugin!
Okay, did you checked it already, beacuse I really need to solve that problem beacuse my page must function with infinite scroll, so I would like to get the service I am paying for.
Thank you!
Ok i we read and I came to consclusion i can make multiple querys, but that will make my posts sorted by likes. Can I make it that on my main page homepage, be everything with normal loop, BUT that most liked post’s from my homepage be on my top page.
Is that meanning that i need to make multiple loops and somehow apply another loop to my top100 page for example?
Forum: Plugins
In reply to: [Thumbs Rating] How to put voting buttons only opn posts?I was/am interested in making top post’s page, where top 100 rated post on my homepage will be featured on my top100 page.
And i need to put voting only on my posts, that was my other queston.
“mist rated post” = “most rated post”*
How to use values from your plugin to get my top post’s also featured on other page is there any way to do that?
I just put that code in my functions.php and nothing changed? So do i need it to modify or something?
Hi Alimir,
I just read FAQ and I found a code for that but I don’t know how to integrate it with my page. How to make that top 100 liked be on my top 100 page?
Do I need to put <?php
$the_query = new WP_Query(array(
‘post_status’ =>’published’,
‘post_type’ =>’post’,
‘orderby’ => ‘meta_value_num’,
‘meta_key’ => ‘_liked’,
‘paged’ => (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1
));
?>
in php. fucntions or??Thank you on help!
Hi,
I just solved my problem. It was problem in my theme php function. Your plugin is really helpfull. Thank you very much on your plugin, responds, and support.
HAVE A NICE DAY!
No, it is not the same i just recognized that my theme could be problem, becuse I have a post for example with featured image, on my mail landing post page.
Then when i click to enter the post, picture is not emmbeded in the post.
I FOUND BEAUTIFULL PLUGIN FOR THIS SO CHECK IT OUT. I use it now and it fullfill my needs. Thanks to author.
WP Photo Album Plus
https://www.ads-software.com/plugins/wp-photo-album-plus/
HAVE A NICE DAY!
I just found a way and i want to know why image is not displayed wehen i enter the post?
And btw your plugin is awesome!
I want to make gallery post by post pictures one each under with voting options and commenting. And i need to bulk upload it beacuse i have 5000 of them to upload.
check out: https://www.9gag.com – i want gallery like they have, can you help?
Thank you !