WWP
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Plugin has JS errorsThanks! I’ll give it a try.
Forum: Plugins
In reply to: [WordPress Popular Posts] Sorry. No data so far.I did cleared it. Still no results.
I know that, but that option will be checked next time. I manage like 5000 posts and update many of them at a daily basis. 99% of the cases I forgot which one I checked not to tweet and I
m too lazy to check the meta box each time. So just a "don
t tweet this time” radio button will be really cool.Seems that there was a problem with my server contacting external services. I could not update or install any plugin. Now it`s all back to normal, thanks for the support.
By the way, as a future feature request: Can you make an option to skip just once (basically this time) the twitter update for a post?
Thanks
I`m using https. The plugin worked until this morning (10 in the morning, GMT+2).
I`m not sure what do I need to install (if any) on my server. I read various websites that specified CURL SSL, which I checked in apache config and is installed.Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Custom meta?I`m not sure, but we might talk about something different.
I have this custom post meta key in wp_postmeta.
So for each post I need a couple of the serialized data.
For example, when I update a post, I want to take from that the price and author. Or app version, or whatever. I don`t need only one thing.
Here`s the structure: https://hcd-1.imgbox.com/abqMVr0o.jpg?st=EbsO0Phl8B62nnzFkmR6eg&e=1369775029So I don`t really get how can I use what you just said. Because if I put the code in the brackets, how do I set multiple values? For example, for price and another one for author.
Regards
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Custom meta?Sorry, but I don`t get this.
I made this:add_filter( 'wpt_custom_shortcode', 'filter_shortcode', 10, 3 ); function filter_shortcode( $value, $post_ID, $field ) { $value = maybe_unserialize(get_post_meta($post_ID, $field,true)); $value = implode( ", ",$value ); return $value; }
Now what? How do I take specific fields from the post meta and use them with your plugin? I see to use double brackets. Something like
filter_shortcode
? Then how do i specify what do i want to get?…Regards
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Custom meta?Thanks for letting me now. I don`t know how to use this. Is there any code sample out there?
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Custom meta?Thank you!
I`m looking forward to this.
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Custom meta?I don
t know how to explain it. But here it
s what I do know ??In wp_postmeta, for each post I have a meta key that contains some meta values that are serialized.
Example: for a product, i have:
a:7:{s:11:"price";s:4:"Free";s:17:"author";s:42:"James";}
I would like to use values from here on the tweet. Is there any way?
Thanks
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Custom meta?Thanks for answering. My question was not how can I use custom-field-name. I have a serialized custom post meta for each article. Is there any support for adding custom code?
Forum: Plugins
In reply to: [Yoast SEO] XML not workingThe xml is not working on my website, webmaster tools is not a issue right now.