Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hi,
Sure. Since RSS feeds can have data in any format, I think I’ll have to have a look to see if it is something generic. Can you please share your RSS url ?
Thanks,
AakashAakash ChakravarthyKeymasterI believe the page template is stored as metadata of the post.
So you can use
_wp_page_template
as the custom field.From the example of the docs – https://www.aakashweb.com/docs/git-it-write/writing-posts/
—
title: Title of the post
menu_order: 1
post_status: publish
post_excerpt: This is a post excerpt
taxonomy:
category:
– category-slug-1
– category-slug-2
post_tag:
– tag-1
– tag-2
custom_fields:
_wp_page_template: template name—
### Post content
Aakash ChakravarthyKeymasterGreat ! Happy that you are using Git it write !
Aakash ChakravarthyKeymasterHi Mike,
That was indeed an issue !
My test environment had a different admin URL structure making certain assumptions incorrect.I have made the fix on your site. You can preview it now on your homepage.
I’ll release the fix this weekend.
Thanks,
AakashAakash ChakravarthyKeymasterHi Mike,
Thanks for your time in checking and writing back.
I verified the feature right now in couple of my setups and didn’t notice any issue.
Announcement was displayed on ?ancr_preview the page.
I could not guess what might have gone wrong.
If you can create a dummy admin user and share me the credentials to https://www.aakashweb.com/contact that would be really helpful. I can check and get back.
Thanks,
AakashAakash ChakravarthyKeymasterHi,
Thanks for using the plugin.
Plugin does work on WP 5.6
Can you please share a screenshot of the configuration/ edit page of that repo ?
Thanks,
AakashAakash ChakravarthyKeymasterHi,
This issue will be fixed in the next version of the plugin.
I’ll update once it is released.Thanks,
AakashJanuary 6, 2021 at 11:33 pm in reply to: Follow socialiser does not show up on my Neve WordPress mobile version #8739Aakash ChakravarthyKeymasterHi,
Thanks for using WP socializer.
I could see the icons show up on mobile.
Could you please be specific on what does not show up ?
Thanks,
AakashDecember 19, 2020 at 1:02 am in reply to: Is it possible to display text right after page title but before text? #8701Aakash ChakravarthyKeymasterHi Asen,
1) Create a shortcode. You can follow the instructions here – https://www.aakashweb.com/docs/shortcoder/getting-started/
2) Insert the shortcode at the top of your posts whichever you are intersted in
Thanks,
AakashAakash ChakravarthyKeymasterMarking this as resolved.
Aakash ChakravarthyKeymasterMarking this as resolved.
December 18, 2020 at 11:13 pm in reply to: Is it possible to display text right after page title but before text? #8641Aakash ChakravarthyKeymasterHi Asen,
Sorry for the late reply. Yes you can do that.
You can create a shortcode called “disclaimer” with your needed content.
Then at the top of every post you can manually insert the shortcode like
[sc name="disclaimer"]
You can find more docs and examples here – https://www.aakashweb.com/docs/shortcoder/custom-parameters/
In case you want to do this for every post automatically without shortcode then you may need to check with your theme dev to insert custom text after the title.
Thanks,
AakashAakash ChakravarthyKeymasterMarking this as resolved.
Aakash ChakravarthyKeymasterCheers !
Aakash ChakravarthyKeymasterHi,
Please avoid formatting inside parameter value. That will break the shortcode syntax. I see you have bold text for the 2nd parameter.
To get it right easily, please switch to “text” editor while editing the post and then insert/edit the shortcode.
If you want to bold the text, please do the formatting in the shortcode content.
In the end just make sure the syntax of the shortcode is like in the link below. https://www.aakashweb.com/docs/shortcoder/getting-started/
Thanks,
Aakash -
AuthorPosts