joenebula
Forum Replies Created
-
Yes thanks. OK I will get the two plugins for now. But please update me when this is fixed?
It would be great to have this feature so you can return to the same spot. So no matter which way you scroll the URLs will update to the correct page.
Thanks again and great work by the way 🙂
I have noticed on the paging plugin the URL only updates once clicked. If you scroll back to the top the URLs do not update? So I open page 2 > Scroll back to page 1 > View a full post > Click back I end up on Page 2 not page 1.
Is this right or can page be updated on scroll?
Thanks I just want to get this right before I buy the plugins?
I think what Im after is the paging add on? Do I need the SEO plugin to make this function as well or can I just use the paging pulgin?
Thanks
Hi I have a question on the Cache plugin. Im not sure how this works and what I was hoping is when you click a post link and view the page then go back a page the posts start from the first post again. Im wanting to keep the current location I previously left from.
So if I hit say for example the last post in my list > View the post > Hit back > Return to the same place I left?
Is this possible?
Thanks
My apologies. That code works 🙂
Happy days. Thanks again
<article class="releases"> <?php global $post; ?> <?php the_title(); ?> <?php the_time('d/m/Y') ?> <?php the_field('custom_name', $post->ID); ?> </article>The page is now loading but still the custom filed is not working?
Thanks
Thanks for the help and quick response appreciated
<article class="releases"> <?php the_title(); ?> <?php the_time('d/m/Y') ?> <?php the_field('custom_name'); ?> </div>Hi I saw this code before but not used this way. Still didnt work?
Parse error: syntax error, unexpected T_VARIABLE in wp-content/plugins/ajax-load-more/core/repeater/default.php on line 12 Older PostsHi yes not working at all. The page loads correctly but the fields dont output. I have tried to add a custom query also but that didn’t work either?
The fields all working fine when I use in a custom loop on another php page. Only when added to the repeater filed they all stop working! A bit lost here. If you need more info let me know. Thanks
Hi I have a similar question.
Im using Advanced Custom Fields plugin to create my custom fields and I cant work out how to output them correctly within the repeater field. The normal way would be for example
<?php the_field('custom_field_name'); ?>I know im missing something but cant seem to find any help or answers on-line?
Thanks in advance