How can i display gallery shortcode output under Post text
so I have a shortcode for a gallery I’m using in the Single.php file for the single post pages.
so I have a shortcode for a gallery I’m using in the Single.php file for the single post pages.
I want to create a shortcode that pulls value from a custom field of a post and parses that value on Post title, post content.
I’m fairly new to WP dev and I’m trying to work out the best method to include reusable sections/templates within the page content added within the page editor. I have included an image to illustrate what I mean:
I am building a theme into which I have integrated data recovered by an external API.
This function allows me to show Demo Url on the single product page before cart button. But i want to display it somewhere else using a shortcode. Please help me How to do that-
I’m trying to create a shortcode that displays a banner containing a post content (thumbnail, title and excerpt), using ID attribute. My goal is to be able to use a shortcode like [postbanner id=123] to display any post by its ID.
I am trying to write a shortcode to display the page title. I only got the archive title to work, but not custom post type category and single post. Can anyone shed light how to do this?
Actually the problem is in this code that is, If I put the id directly in “terms” of any post type like; [arts-list 10], then this type of post which contains this id displays the posts on the frontend but if I put something else like terms => 'type' and then I try to display a specific type posts like; [arts-list type=10], no post displays on the frontend, actually in terms I think I have to pass parameter of shortcode but how I do, I can’t debug this, that’s why I asked you. I hope now you understand what is my problem.
I’m digging into shortcodes expert level 😄
I have a shortcode that obtains the name of the person logged into wordpress, I would like that shortcode when the person enters a page where I have my shortcode create a .text file and save their name inside it