You can wrap the entire return
output in a do_shortcode()
. That will render the shortcode as well as output the regular content.
function bp_contenido_privado( $atts, $content = null ) {
if ( is_user_logged_in() ) {
return do_shortcode( $content );
}
return '<p style="font-weight:bold;padding-top:10px;">Este contenido esta reservado para los usuarios registrados. Registrate <a href="'.wp_registration_url().'">aquí</a> o <a href="'.wp_login_url(get_permalink()).'">inicia la sesión</a> para poder verlo..</p>';
}
Related Posts:
- Stop WordPress automatically adding tags to post content
- WordPress removing tags?
- Update all posts automatically when using post_meta
- Search & Remove Specific Shortcode From All Posts
- Shortcode Not displayed at the Right Place [duplicate]
- Automatically added brs and paragraphs?
- Specific loop in Shortcode
- How to add shortcode tags in single.php [closed]
- How To Add Perfect Apostrophe And Quotation Mark In WordPress Posts?
- Adding variable for post title so post template can include auto-generated link to view on external website.com/{post title}
- How to create shortcode to show the 2 latest posts
- Hide Post comments when displayed via WP_Query
- Remove Shortcode […] from Blog Preview
- Display a post by ID attribute with shortcode
- UberMenu list current user’s posts as menu items
- Duplicating Table of Contents for Paginated Post
- Query how many items to show in shortcode
- do_shortcode within post query
- How to get rid of shortcodes in post content once and for all
- get_the_content(“more…”) returns full text
- Is there a straight-forward way to iterate over all shortcodes in a post?
- How can i display gallery shortcode output under Post text
- How to display Common posts from specific Tag & Category with Shortcode
- What’s the best way to render Visual Composer in posts, not pages?
- display-posts shortcode attributes have no effect
- Shortcode and whitespace formatting problem
- Shortcode to display the latest news article within a page
- Shortcodes on my website stops working after theme update [closed]
- How to get ID of the page included with get_page()?
- How to get a post’s details by shortcode?
- Shortcode with ‘year’ parameter
- How come a YouTube link isn’t transformed into a shortcode inside the post content?
- Is it possible to add a shortcode below post title?
- WordPress 302 Redirect to Random Product/Post/Page
- How to convert query sql to shortcode in wordpress?
- How can I add 2 buttons with shortcode
- Why aren’t paragraphs breaking on this page?
- HTML Inside of Shortcode Breaks Shortcode Output
- Shortcode for tables which can include comma and linebreaks
- post/page content
- Change published date and time using SQL query for page in every 5 hour
- What parameters do I need to pass to get_tags to get ALL tags for the site, when used in a post
- Shortcode for Comments and Comment Boxes in Post Loop
- get category in list of posts // shortcode for custom related posts
- shortcode // get posts by ids
- Display “no post” message
- How can I create a shortcode to show the number of posts of actual day?
- Featured Story Shortcode not outputting content
- Function is printing twice – any suggestions?
- How to pull sticky post permalink inside php?
- Display Post from Custom Post Type with Shortcode
- wp_insert_post() Add and specific ID to the body of that
- Add a url parameter to the current post and read it in a shortcode
- Secretly passing post ID/title etc into a shortcode form automatically to link submission to post
- I need show posts by customer (Shortcode)
- Is it possible to query a category with specified posts?
- Shortcode: How to add custom posts?
- Add category attribute to custom recent post shortcode
- Shortcode for printing post titles
- How to use extract shortcode in loop?
- Using Post ID and Page ID in same function
- Display only posts with comments
- Change the default video URL in a post to shortcode format
- How do I add an article to specific page?
- get value from post to sidebar
- WordPress Yoast SEO plugin Post Save/Update Issue
- If post has non-shortcode string
- Insert Shortcode exactly at the end of the content
- Trying to create shortcode listing custom posts, but formating not being included
- Simple shortcode to check if a user has commented on a certain post
- Undefined Function Fatal Error with Shortcode [closed]
- How to use shortcode to get the second to newest post?
- Post/Page Preview Template
- Post slugs and images cannot have same name?
- Convert custom fields to post categories
- Hide password protected posts in admin
- Most viewed post for the last 2 days using WP_Query
- Custom post type permalinks breaking due to 3.1 bug fix
- Loop through all product posts?
- How to add Tags Filter in wordpress admin dashboard
- How to display featured image without it appearing in post?
- Ajax post filters not working
- How to order posts by meta_value and title
- What do these phpMyAdmin errors mean on my WordPress databaes?
- Do one have to wait after pressing “update” on a post edit page?
- Add post tags to previously created custom post type
- Add Input Field in Simple Model Contact Form (smcf) plugin [closed]
- Am getting duplicate data from get_posts()
- How can I create a Survey Form in WordPress that users can fill in and then submit the entire survey contents as a post?
- How to Make my Homepage Display a Single Specific Post?
- WordPress each user has each content for a page,how to do that?
- Fixing the WP Post Object for Custom Route
- Send/Publish a Post front end
- Insert new post for each user infinite loop error
- Last three posts not being put in order by date. How to fix this?
- WordPress sub-posts and permalinks
- Show List of Posts With Comments Open
- When and how will php code in a user made WordPress page be executed?
- Onclick open posts displayed in slider in a popup [closed]
- Listing category and its posts one by one