Joe, have you tried
....placeholder="I am interested in: '.get_the_title().' "....
also you don’t need all those php’s. The code can be cleaner, easier to read. One can do either:
<?php
echo '<form action="' . esc_url( $_SERVER['REQUEST_URI'] ) . '" method="post">';
echo '<h5>';
echo 'Ask a question <br/>';
?>
etc
or
<form action="<?php echo esc_url( $_SERVER['REQUEST_URI'] );>" method="post">
<h5>Ask a question </h5>
Related Posts:
- Adding first / last CSS classes to menus
- WordPress Admin Bar pushed Sticky Footer off the bottom of the page
- How to change “Shipping Calculator “field label on Cart Page – woocommerce? [closed]
- functions.php not adding css to website?
- Theme Customizer – Dynamic CSS PHP File
- WordPress doesn’t include css
- Understanding child theme functions.php
- if file_exists not working with wp_enqueue_style
- Want to create Child theme, but already edited Parent theme css files and some php files
- Using PHP to toggle stylesheet and header image, set in cookie
- Style every second widget?
- wp nav menu: add attributes to menu items [duplicate]
- Put CSS inside a PHP file and include it the right way
- Missing sidebar parameter “fix” – before_content
- How Display Posts on category
- Parent theme CSS overriding child CSS rules
- How to style options page in dashboard?
- Theme Options Page – User Updates Logo
- How to use my style.css file outside of wordpress subdomain?
- Dynamic Stylesheet loads but doesn’t finish
- How to add date to navigation bar
- Can I install/embed WordPress on a ‘single page’?
- How to design a table based on css values set from admin/dashboard
- Incorrect MIME type for assets with Valet
- Customize position of social icons in upme plugin [closed]
- Best way to schedule daily change in CSS parameter
- 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
- 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]
- Split site title and apply different classes
- Need help removing […] after excerpt
- jQuery accordion menu
- Twentyfifteen style author comment
- 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?
- 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 have a lot of JavaScript erorrs after SSL someone can help me?
- I got big white screen when i attach main style sheet of Html in functions.php
- 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
- custom field – changing an element or background of id div – different versions not working
- 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?
- Where to find the html for WordPress site? [closed]
- 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
- Show contact 7 form in popup
- How Can I Center the Logo in the Navigation Menu? [closed]
- featured post as div background
- Combining fancybox with multiple thumbnail plugin
- How to change the menu color
- Converting Menu Links to List Elements
- How to use plugins_url() inside PHP stylesheet file [duplicate]
- 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?
- WP_Query not returning results
- 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
- How do I link the side images?
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- Editing stylehseet url in head section of WordPress
- How can we upload custom page files?
- HELP PLEASE PHP slider css
- Get generated block styles programmatically
- Is it possible to remove the “Shop” title from the WooCommerce catalogue? [closed]
- How to add global CSS to all webpages without installing any plugin?