-
Author
-
March 27, 2015 at 19:08 #51864NormanParticipant
sharmstr how can i add a picture on the top of the register page.
i guess it is the register.php and i have to copy it to the child theme.
but what would be the best code ?
thx
March 27, 2015 at 21:14 #51884sharmstrModeratorDepends on where you want to add it. You can use the code I gave you yesterday(?) and just add in a echo statement above the do_shortcode line
COPY CODEecho "<img src='pathtoyourimage' />";
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 21:38 #51888NormanParticipantif I only use this on the top of the register page, do i not have to set dimensions ? is this code enough.
because I really only need to place the picture nothing else ( the picture is not from a database).echo ““;
March 27, 2015 at 21:40 #51890sharmstrModeratorYou can put whatever you want. You can add dimensions or not. Up to you. I was just giving you an example.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 21:45 #51891NormanParticipantok. so this line is enough to integrate the picture no additional parts from yesterdays code ?
March 27, 2015 at 21:52 #51894NormanParticipantecho '<img src="http://mywebsite.com/mytheme/wp-content/themes/my theme/_images/project3image1.jpg">';
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.