Hello-
I would like to add an image to this blog page:
I have figured out how to show the description on this category page but I’d like to have a left justified image alongside the copy. How can I do this?
THanks,
Kim
Hello-
I would like to add an image to this blog page:
I have figured out how to show the description on this category page but I’d like to have a left justified image alongside the copy. How can I do this?
THanks,
Kim
Hi Kim,
You can try this third arty plugin.
It will add an option to add an image to your category description.
Hope that helps.
Hi Kim,
In case what you did is add the following line of code on _landmark-header.php template:
<p class="p-landmark-desc"> <?php echo category_description(); ?> </p>
The image can be added along with the description:
Then used CSS to achieve the look you preferred.
Hope this helps.
Thanks but I did that and nothing happens.
When I add this to the category description I click update and that line of code "<img src=…"deletes:
Please advise
Hi,
It’s because only accepts limited html tags.
You can use this third party plugin to be able to do that.
Thanks
Sorry not sure why I didnb;'t see that plugin suggestion earlier. It worked great thank you!
You’re always welcome!
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.