You can use get_post_status(ID)
to check to see if the post is published. You’ll need to pull the post ID (through WP Query/loop/etc)
if (get_post_status( $ID ) == "publish"){
#Show Published Button
} else {
#Show Not Published Button
}
Related Posts:
- the_author_posts_link css class
- WordPress Shortcode and Dynamic CSS
- Need help on WordPress and php
- Multiple pages on one with different HTML
- wp enqueue style and style sheet depth
- CSS saved & enqueued, but wordpress doesn’t load css text, only file
- WordPress loop specific thumbnail size
- Is it possible to use the featured image of a page as a css background without inlining?
- How to display a value from a radio button in the options menu in wordpress
- How should I best target dynamically served content?
- How to scale image with equal width and height without distortion?
- php syntax – how to concatenate properly – echo bloginfo(‘stylesheet_directory)
- Shortcode content output but not in correct place
- An unwanted inline style is added to my body tag
- Displaying theme options in css
- Problem adding class to body_class
- Add a custom stylesheet for BlackBerry
- Get different images for mobile and desktop with php, advanced custom fields without using js and ajax
- How to stop featured image thumbnail [set as background image] on blog index page just repeating same image across all posts
- Selectbox in admin panel function linking to CSS
- Using if/else statements with output from theme options
- How to display pictures from database?
- Gravity form built in Captcha
- How does wp_enqueue_scripts work?
- two columns of posts on homepage, one of them “favorites”
- Whats the proper way to use a php stylesheet in a wordpress theme? [duplicate]
- custom css for admin only
- responsive.css in the WordPress should be prioritized
- WordPress style.css not updating, only after theme reload
- Adding logo to WordPress header
- Thumbnails appear to be zoomed
- height should be set to auto to avoid pixelation in the post thumbnail function
- Odd / Even posts add class minus first post
- Add Codepen animation as Preloader to WordPress
- Reduce size of responsive title
- WordPress archive page showing 404 Error [duplicate]
- Clickable image link sends people to wrong URL
- Styling the second sidebar
- Creating a mobile site by adding a new class to the body tag from functions.php
- How to add drag and drop functionalities to a div inside option panel
- Removing WordPress Footer -without access to PHP code?
- CSS change in woo commerce Place Order Text [closed]
- Post repeated when opening in overlay, how do I solve this? [closed]
- Add New Text Box To WordPress Twenty Seventeen Header
- Split site title and apply different classes
- Need help removing […] after excerpt
- Extend Menu Walker Output
- Dynamic CSS through PHP issue
- Assign Custom classes to every Excerpt
- How to make changes to style.php [closed]
- Adding a navigation page state to individual blog and portfolio pages
- Inline CSS header style priority function.php Child (no enqueing I think)
- How to put search bar & logo in the “primary navigation” storefront theme?
- Create Columns with Custom Walker and CSS Classes
- Background image no longer fits to screen now that project is in php files
- How to add a CSS class to this php code [closed]
- Why would the child theme load in the Customize preview, but not on the site itself?
- How to make only the valid active page of a multilevel menu active with – “.nav li.current-menu-item a”?
- echo cutom css code to WordPress page template file ? is this safe?
- Use CSS tag inside PHP code
- I have a background-image in css file but don’t show in site.how to fix this prblm. i sent screenshot. thx
- Warning: Use of undefined constant all – assumed ‘all’ (this will throw an Error in a future version of PHP) in C:\Users\…….. on line 6
- Trying to generate a CSS file in wordpress uploads folder
- WP Website is shown in HTML
- I cannot find the wordpress.scss file that my live site is pulling from
- I got big white screen when i attach main style sheet of Html in functions.php
- register dependency css and js inside a plugin class
- how to add functions to my function.php using a child theme?
- Replace header with large image on home page only, using Genesis child theme
- Add a default style if no Featured image is selected
- PHP/CSS: Shortcode won’t display correctly, and only displays in the head (before content)
- Styling a specific post after hovering over it
- Using Sprit-sheet on WordPress categories
- Add class for the_post_thumbnail_caption()
- How to include different html tags in the header for different pages?
- CSS loading as empty file in Custom Theme
- user update profile for custom code
- How limit the width of a fixed menu-bar on scroll?
- Font-Family does not looks like how it should be [closed]
- Where to find the html for WordPress site? [closed]
- How to add style in functions.php depending on conditions?
- How to remove image on single product and get product to span page?
- widget: input the px value from user and use it as inline style in widget function
- Modify arguments for parent theme’s `wp_register_style` via child theme
- Show contact 7 form in popup
- How Can I Center the Logo in the Navigation Menu? [closed]
- Show Nav Link To Users Signed In
- How to change the menu color
- Converting Menu Links to List Elements
- PHP Puzzle: Unique Styles with PHP loop
- How to get shared CSS body class between translated WPML pages [closed]
- How to customize posts in WordPress by using HTML and CSS?
- How to create and add js and css file when server is not on my PC?
- which php or css file has generated an inline style in WordPress that overwrites my css
- Header location [closed]
- Blog listing not showing dates for every post and arrow missing off image
- Custom HTML/CSS Theme into WordPress – SEO considerations
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- why css file not link?how to create permalink?
- Using Featured Image as Hero Background in Word Press