The function second parameter is the “$post_id”. Ref. http://simple-fields.com/documentation/api/getting-values/simple_fields_value/
simple_fields_value("simple_field_slug", $post_id)
Related Posts:
- Add simple field column to the posts screen
- Change Posts per page count
- How To Disable (or Remove) “All Posts, Published, and Trash” in Dashboard Posts
- Use category base slug in posts’ permalink
- Customizing HTML Editor Quicktags button to open a dialog for choosing insert options
- How to manually link posts to each other in WordPress
- Post/Page Publish/Update button not clickable once I make an edit
- Sends out email to admin
- Get title of post without using the_title();
- $post->ID not working
- Setting pagination for images attached to a post
- Find most recent authors
- How to add a custom button to the tinyMCE toolbar?
- Query only Posts from Both of Two Category?
- Is it possible to show a different WP menu when using password protected pages?
- How to add one time a new page?
- wp_update_term is always launched after wp_insert_term
- POST from jQuery to PHP
- get_post_custom stripping styling issue
- Enable commenting on front-end preview page for pending posts
- why does HTML Tag not working in Post and Page
- Redirect before post page
- Fetch posts from current week (Sunday to Saturday)
- Using radio button meta data from a custom meta box
- How to place HTML below the title of the (custom) post overview
- A way to detect which page a post is on
- Get posts by multiple ID’s (query)
- Checking if a post with certain meta value exists
- AJAX filter posts by year
- Add a class to post title if a link ends with a certain extension
- Animated gif for a thumbs
- Admin Notices don’t display on the admin screen for certain post
- I am unable to publish/update post
- is there a way to show the the post title after the image?
- Add the description field on the attached media
- How do I correctly set up a WP-Query to only show upcoming event-posts?
- Is there a way to notify specific users when new posts are published to specific pages?
- filter RSS feed in URL
- What hook do you use to update a post?
- get_adjacent_post by language
- Force authors to Preview a post before publishing
- sql select for post_title and a term name
- While loop articles – if statement order
- Count number of posts of current month
- Removing Extra Caption tag around image on post of WordPress
- How to get post body look same as my visual editor?
- Isn’t the way posts are displayed very unefficient?
- Post Filtering by GET URL parameters
- Why is my custom template not showing anything?
- showing posts of an specific category in admin custom menu with style of admin posts section
- How to create a page that shows the last 10 posts?
- Related Posts function not working
- How to display posts on custom page without declaring a posts page in reading settings?
- the_content() Not Grabbing All Content
- What will be the best caching system for wordpress blog which has more than one million blog posts? [closed]
- How to get all inline images in post content? [duplicate]
- post type slug vs page slug
- HTML Inside of Shortcode Breaks Shortcode Output
- Count post view when user open any post
- Have h2 tag not show up if there are no blog posts
- Link post images to post
- Organization of time insensitive content
- Problems with WordPress in subfolder, posts show a blank page
- Rewriting blog permalinks
- How to exclude native lazy loading from first image in post content?
- Custom Object Count
- How to remove the icons corresponding to “by” (author) and “date” from posts?
- Is update_post_meta used when save_post action hook is invoked?
- Post title not displaying as recorded in the wp_posts table
- long-title posts do not want published
- Automatically select template based on query string for New Posts
- Moved a website and excerpts don’t work for old posts
- how to fetch posts from Api in chunks or parts?
- Custom permalink for wordpress page / post
- if CPT content is empty then
- Showing get_option( ‘page_for_posts’ ) or View all posts link is not working in wordpress
- Don`t show short description on a single page
- How to get all posts in gallery post format template
- Append a random string to a post permalink
- Adding post date to ACF field
- Posts in Page – How to customize the URL?
- Next/Prev category post in same button
- Post gallery as carousel
- Show category post with excerpt text
- WordPress rewrite url help needed
- Permalink of some posts change
- Removing a post from the results of a WP Query
- Tags not appearing in “Add New Post” Page
- Creating pages and getting their values from the database table
- Older entries link within a category page
- Best way to enable sorting by 3 criteria on a page of listings
- long blog post on self hosted wordpress blog not displayed
- how to print loops for odd in 1st column and even in 2nd column in wordpress [closed]
- Bug with post titles [closed]
- If post has non-shortcode string
- Need All the posts with id, title and date [closed]
- List posts related to category on a div [closed]
- query_posts different amount of posts per page [duplicate]
- How to make the Post Author name fixed as “Editorial Staff” even if there are multiple authors?
- Trying to create parent for post. I need some help. Thanks