Erik
Forum Replies Created
-
I have the same problem. Any ide how to fix this.
vburlak how do I add this to this plugin?
Same here.. its not working :/
Forum: Plugins
In reply to: Display Other Nearby Posts Based on GPS Lat and Long DataHi Chris!
Did you find a solution to this? I am looking for the same. And hope there is a simple code that I can add to my site.
Best regards,
ErikForum: Plugins
In reply to: [Infinite-Scroll] Infinite-Scroll both for post and sidebarEgpc: Sorry but I am not so good at coding.. can you please show me little more how to do it?
Right now my images open to show only the images, url like this (http/../image.jpg)
I like it to open with the “wordpress attachment page” the (attachment.php)Is this possible.. and if so, how do I do it.
Best regards,
ErikForum: Plugins
In reply to: [WordPress Popular Posts] show plugin with out widgetoh no.. Ok it would be a great addition to the plugin.
Really hopping for this update as soon as possible.Best regards,
ErikForum: Plugins
In reply to: [WordPress Popular Posts] show plugin with out widgetThanks!
We are almost there ??
where it says
"{thumb} {title} - {stats}"
is it possible to make it more changeable?
I am making an RSS feed with the most popular post in a week. And I like to be able to have other tags then the ones find in {title} and so on. So it would be great to beable to use standard wordpress calles for title, tumbnail, content and so on. like this:
<a href="<?php the_permalink() ?>"><?php the_post_thumbnail(array()); ?></a> <a href="<?php the_permalink() ?>"><?php the_title(); ?></a> <?php echo excerpt(15); ?> <a href="<?php the_permalink() ?>">read more</a>
I am crossing my fingers that this is possible. It would be great it mean I can make the RSS feed and a widget style just the why I like it to look and work.
Best regards,
ErikForum: Plugins
In reply to: [WordPress Popular Posts] show plugin with out widgetGreat! Thanks!
Just one more question. I am just a PHP beginner, can you show how this loop look like. Sorry for this, but it would help me super much!
Best regards,
ErikForum: Plugins
In reply to: [WordPress Popular Posts] show plugin with out widgetSorry about my english ?? Will try to make it more clear.
To list post in wordpress, wordpress has an php loop. I like to do this with this plugin. So I can build the contant exacly as I like. It will make so I got more control over the content.
Best regards,
ErikForum: Plugins
In reply to: [WordPress Popular Posts] show plugin with out widgetHi Héctor!
Yes I have looked at them. But they do not show how to make it in a loop with this elements:
<?php the_post_thumbnail(array()); ?> <?php the_title(); ?> and more
so I can make the listing in the way I like. I can’t find an example of this anywhere.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] User to update order when they send back and produkt?Thanks mate!