Well there are two easy answers to this , one being an actual template and the other being more of a snippet.
You can use get_template_part
to call an actual PHP template file, for instance if you have a file called my-text.php
you could use:
get_template_part( 'my-text' );
Or if you just want to go the shortcode route and call a snippet in your editor you can do something like:
function footag_func() {
$foo = 'Brown Cow'
return $foo;
}
add_shortcode('footag', 'footag_func');
// then just use [footag]
Related Posts:
- Get current menu_order
- Get content from one page and show it on another page
- get_children() Not Working with orderby Parameter
- Post/Page Publish/Update button not clickable once I make an edit
- Custom Field in Featured image for A particular post
- Remove hidden formatting when user paste text from MS Word into TinyMCE
- Create custom page in WooCommerce
- Getting an alphabetic post list with two letters onclick on letter
- Static posts page with home.php
- Change WordPress post-state in Admin Area
- Pagination not working on Custom Page Template
- how to show all post in my page-grid.php template page
- eBooks download website, page or post?
- Multiple loops in same page, without duplicate content
- Include related posts on a page
- Remove whitespace at the end of posts?
- Can I hide a specific post from latest posts page?
- Hide add new page button
- $post object is null
- How to show post(excerpt) from specific category on wp page?
- Is there any WordPress alternative to Book module of Drupal?
- Convert a complex webpage into WP theme
- How To Keep Posts from Being Displayed Two or More Times on My Homepage? [closed]
- Should a photo gallery be in a post or on a page?
- Can I divide the pages into categories?
- How do I get blog posts to appear within CMS?
- Multiple loops are not reset
- Drag posts and pages so you can sort them in order
- 301 (static page instead latest posts)
- Start post pagination at 0 instead of 1
- Using wp_list_pages() after calling query_posts()
- Multiple Loops Breaking Pages
- Proper way of establishing custom landing pages in WordPress
- is_page Funtion for Posts ?
- Admin – no Featured image choice in create new/page|post
- Why won’t pagination work?
- WordPress Query Posts From Category Post on Static Page
- How to add some html formated text to every new post in WordPress
- Intercept page request and add value to it
- Output Post with ACF Fields into other Post
- get_children returns older images
- Posts and Pages: 404 Page not found
- Detecting current page from class method
- List all posts, pages and custom post types in admin
- Change Author Name to Sitename on Frontend
- Are post, page and category IDs unique to each other?
- Showing recent post of category in page
- Create a frontpage.php and static page template
- Have posts included on a page that share same category
- Preview page/post revisions without overwriting current content
- Link from Post to Another Post Via Clicking on Words within Original Post
- Link to older links
- How to determine if a post was last edited in the Visual Editor
- How to show next/prev link, when it’s not active?
- Prevent 404 of Author pages without posts
- What would causes search to return incorrect results?
- Cannot publish posts, but can create new pages
- Making a new post visible on a specific page
- Can I restore restore content from old Worpress site to a new Worpress site from an archive
- How Do I Redirect WordPress Pages but not posts?
- Edit post & page option does not display on latest wordpress
- Custom Fields – How to get the list of a specific active widget each time it rendered
- How to show only homepage in google results instead of privacy, contact pages
- Google indexing duplicate page content with Page #### in post title and /page-2 in permalink instead of the ones I set
- Add CSS and JS files of the template post on a WordPress page
- Can’t find webpage on All Pages or All Post menus
- Show post count in custom taxonomy page
- How to show WP admin edit page within template page/post?
- Display all tags even if they are not assigned to a post
- how to put post customized in page
- Show code only on WooCommerce Pages
- Very weird behaviour after removing WP pages
- Multiple Pages – Seperate blogs
- Category URL to use same string as Post URL Permalink
- Posts on Sidebar only
- Posts are not showing up on next page.
- How to give priority to page than to posts permalink structure?
- Hide Admin posts & pages in Dashboard
- structure of posts and pages
- Display only current page -> posts tags in page
- Call posts of particular category in a page
- Add wp-link-pages to post
- When I click edit on a post, all the content disappear. Does anyone know how to fix this?
- How to arrange different post categories in template
- How to mix pages and sub-categories in a url
- Make a custom URL and link to custom Template
- Displaying only posts from a certain category on my custom page template
- How to Post to Specific Pages?
- associate posts to a page
- Woocommerce – custom post type of checkout page
- Posts and pages not getting published
- How to have more post in a page than in your home page
- Custom post page has attributes of latest post [closed]
- CSS – Change height of Storefront / WooCommerce product categories, but not products
- How to have 2 posting pages on a blog
- Cannot Create a new Post [closed]
- How can I use wp_after_insert_post with $current_screen?
- wordpress category Description not allowed tag
- Header and Footer options in pages and posts
- Blog posts are not appearing as subs of Blog Page