just add it in…
<div class="bd-layoutcolumn-20 bd-column" ><div class="bd-vertical-align-wrapper">
<img alt ="my alt tag" class="bd-imagelink-3 bd-imagestyles " src="https://wordpress.stackexchange.com/questions/244847/<?php echo theme_get_image_path
("images/b56392d722ada5890c6d2f29f1dbde4a_logo.jpg'); ?>">
if you’re going to make it dynamic you’ll need to add the php. Something like this if you’re in a loop:
<div class="bd-layoutcolumn-20 bd-column" ><div class="bd-vertical-align-wrapper">
<img alt ="<?php echo get_the_title();?>" class="bd-imagelink-3 bd-imagestyles " src="https://wordpress.stackexchange.com/questions/244847/<?php echo theme_get_image_path
("images/b56392d722ada5890c6d2f29f1dbde4a_logo.jpg'); ?>">
Related Posts:
- How to add a post or page tag to the list of classes appearing in the body tag’s class attribute?
- How do you change the tag font size in the repeater-template.php [closed]
- PHP tag in post content makes wordpress go crazy
- How to only fetch certain Tag ID’s
- Php echo into tag
- How do I change/modify the_post_thumbnail(); html output?
- How do I make an HTML table from a database table?
- start_lvl Ignored in Custom walker_nav_menu
- How to get the custom header image’s alt text?
- Why do templates contain so many PHP tag pairs?
- Modify previous and next text from pagination links
- How do I use Shortcodes inside of HTML tags?
- Edit tag cloud widget number
- add_filter the_content str_replace after shortcode
- Correct regex for wp_embed_register_handler
- How to automatically apply woocommerce product title to all product images alt tags?
- Why would a GET variable one one page of a site cause a 404 error when a GET variable works on another page of a site?
- What exactly does “Posts page” do in WordPress?
- Where should I install a PHP library into WordPress so that code in a webpage can activate it?
- remove tags from posts in php
- WordPress Ajax always returns a 404 error
- Adding a search form inside a div
- WordPress custom taxonomy description for each post?
- WordPress Shortcode and Dynamic CSS
- Calling a method from functions.php on a click of a button
- tag search using WP_Query
- Load custom field value into div with AJAX
- Blank on static home page?
- Correct way to make static pages editable in wordpress
- Conditional statement for parent, child and grandchild pages
- How do I edit the php/html for a particular post?
- Nice scroll to wordpress
- How to use SRCSET with get_the_post_thumbnail()?
- Multiple pages on one with different HTML
- How to use a frontend URL with a Plugin
- show limited tags in an article
- How do I make wordpress comment fields required?
- Two posts in same div – WP loop
- display most popular tags in two columns
- Is it ok to replace php code with html?
- How to display blog images using wordpress in existing project
- Add custom HTML to posts page
- WordPress Wysiwyg Content not being displayed
- Displaying Only Certain Tags in Loop
- query if on page/2/?
- Javascript code inside “” in core WordPress files .php
- HTML table from shortcode with multiple parameters
- Minify HTML, CSS, JS with PHPWee?
- How to display a value from a radio button in the options menu in wordpress
- Header has extra HTML block at top before my code
- To echo or not to echo?
- Blank space at beginning of tag?
- Highlight Current Tag in wp_tag_cloud
- How do I add HTML to a PHP function [closed]
- Custom image upload
- How to display recent posts on home page with custom HTML
- Add relevant tag to search results
- WordPress automatically adds tags when pasting code, how to stop it?
- Add HTML Attributes To Anchor Tags In `wp_list_categories()` Function
- Must Use Plugin Causing Query Error
- Placing raw HTML inside a WordPress shortcode
- How to only show page id as body class?
- Slide in Panel WordPress Post
- Shortcode content output but not in correct place
- Correct syntax to html php conversion
- An unwanted inline style is added to my body tag
- How to properly insert a link to a template in WordPress?
- Upload Image in a WordPress page using PHP
- Show post in slider
- Add itemprop Schema.org Markup to li Elements in wp_nav_menu
- Removing unneccessary p-tags (Not every p)
- How can I hide Home in my menu in a specific page?
- WordPress automatically adding html tag around PHP code
- How to create a linked tag list in my sidebar
- Missing sidebar parameter “fix” – before_content
- How Display Posts on category
- How to get the POST TITLE using the POST ID?
- Adding country tags automatically
- HTML tags in bloginfo description
- Way to querry data (tags) from a wordpress database?
- ACF page while loop breaks footer while loop
- Getting a specific post values to another div or modal
- Add a class to the anchor tag on HTML5 gallery
- Transferring working local PHP site to wordpress – with database (MySQL)
- how to remove metadata from the posts of my blog?
- Load a page into a div with Ajax
- My form action url is being prepended with a directory that does not exists
- Where in PHP do I move title and meta (date) to bottom of each blog section?
- Converting HTML Template to WordPress Theme
- Multiple options not staying selected after saving
- Using the echo command adds unwanted br tags to source
- custom fields wordpress
- Why the JavaScript code is ignored from wp editor?
- Populate dropdown with Child Pages based on Parent Page chosen
- How to store data from multiple forms using ajax and php
- search and replace preword from author
- Embed html in php code
- WP grandchild categories in nested ul li
- Use DOMDocument with ob_start breaks my HTML code
- How to change redirection route to a php page for making it only accessible by logged-in members?