Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8894345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:28:19+00:00 2026-06-14T23:28:19+00:00

I am displaying a page from vendor’s server on my website, and would like

  • 0

I am displaying a page from vendor’s server on my website, and would like to use shortcodes to style the layout of the content, this page has a url http://mysite.com/vendor_page.

I did some research and understand that I can use do_shortcode() to echo the shortcode, but not sure how I can use it on an external page where there is no actual content I can edit with my WordPress visual html editor.

Kinda lost here and hope someone can point me a right direction.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T23:28:21+00:00Added an answer on June 14, 2026 at 11:28 pm

    To use do_shortcode() function in a template/php file you have to first create/register a shortcode in your functions.php like

    add_shortcode('my_test_shortCode', 'my_test_shortCode_func');
    function my_test_shortCode_func()
    {
        return "my_test_shortCode_func working...!"; // or whatever you want
    }
    

    Then in your template/php file you can directly call it like

    <?php echo do_shortcode('[my_test_shortCode]');?>
    

    As a result it’ll echo my_test_shortCode_func working...! at the place of do_shortcode.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a php page displaying query results from mysql. This result is displayed
I would like to create a web page displaying an interactive svg: since several
Quick question. How would I go about displaying comments to a static page from
I have a page that is displaying a company name and its details from
I tried 3 different ways of displaying Page numbers, OnCloseDocument content is not displaying
How to create simple PHP COMET server page displaying current time? I need code
I try to understand Firefox's behavior regarding the added prevent this page from creating
I need to get a value from a url without the server displaying the
Background: I have a simple web page displaying current weather conditions from a backyard
What I am talking about is like this website : http://www.ernesthemingwaycollection.com It has a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.