layz
Forum Replies Created
-
in pure frustration and desperation i tried installing a competing feed plugin, and to my surprise i could not find the custom field there either. so its safe to say that the issue does not lie within the CTX feed plugin but rather in my wordpress installation itself.
Has anyone had this issue before?
it was there. thank you
i see.
i did have a problem that my site was switching between languages randomly, thats why i asked if it was possible to force the currency.
the short term solution was to disable wpmlthanks
thank you.
will it be active in the background, and just not visible?
just asking to make sure it doesnt take server ressources for no need.
Hi Badal,
my question is basically; how do i make sure that the feed is in the right currency? i dont need multiple currencies, just the correct one.
because I had a bad experience where the feed was randomly showing the prices in USD instead of my local currency, so the prices were shown to be a sixth of the actual price.
i believe there was an error with WPML, which I had to disable, so I just want to make sure that it doesnt happen again.Cheers
that would be quite amazing.
currently i am adding products via the form but as a draft, and then manually changing that post status in the backend so the SKU will be filled aswell
yikes. i know a few people that needs to be aware of this for other projects. thanks!
how will @wayne react to it?
where did you get this announcement?
- This reply was modified 4 years, 2 months ago by layz.
Forum: Plugins
In reply to: [Postie] Move instead of deleteHi Wayne. Thanks for replying.
i am already using that solution but i am not convinced that i like that setup. yet.
I am having an issue where replies are being inserted into new posts instead of updating the original.
is that because i am forwarding the emails to a new emailaccount?
the original sender of the email is a wordpress user with the correct email and the checkbox inside Postie is set to “Treat Replies As: comments”What am I missing here?
(let me know if I should have created a new thread for this question)
Cheers
- This reply was modified 4 years, 9 months ago by layz.
Forum: Fixing WordPress
In reply to: random post on frontpagestill no luck, sorry.
Forum: Fixing WordPress
In reply to: random post on frontpagei am replacing the above code and if that doesnt work i add above/beneath the code.
thanks for your effort mate, you tried, thanks.
—
i tried searching again and found this
<ul><li><h2>A random selection of my writing</h2> <ul> <?php $rand_posts = get_posts('numberposts=5&orderby=rand'); foreach( $rand_posts as $post ) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul> </li></ul>looks pretty much like your earlier reply. don’t understand why it’s so hard to make it show the actual post :p
Forum: Fixing WordPress
In reply to: random post on frontpage<?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ get_template_part( 'loop', 'index' ); ?>this is what i have in index.php that, i believe, shows the posts.
isnt there anything you can do with that?
Forum: Fixing WordPress
In reply to: random post on frontpagehmm, nothing.
how about the loop? can you do something to that?
Forum: Fixing WordPress
In reply to: random post on frontpagedoesnt work
Forum: Fixing WordPress
In reply to: random post on frontpageso i’ve tested it now.
the random part works but it still only shows a link to the post, not the post it self?