I’m fairly new to WordPress. Is there documentation for the Desire theme so I don’t have to post so many questions?
I’d like to change the photo under the header first. I see there are few requests on here for that but no responses.
Thank you!
Rob
]]>Looked at the .php files but couldn’t see anything of note. On functions.php file found following code
function desire_posted_on() {
$posted_on = '<a href="'.esc_url(get_permalink()).'" title="'.esc_attr(get_the_time()).'" rel="bookmark">'.date_i18n(get_option('date_format'), strtotime(esc_html(get_the_date()))).'</a> ';
$posted_on .= '<a href="'.esc_url(get_author_posts_url(get_the_author_meta('ID'))).'" title="'.__('View all posts by ','desire').get_the_author().'" rel="author">'.get_the_author().'</a>';
echo $posted_on;
}
But that’s as far as I’ve gone.
Any suggestions gratefully received.
Thanks
Richard
this is the home page of the site, but I am still working on the other pages. I want just a few of the other pages to have a static photo just like the photos in this home page slider. https://www.autumnspromise.com/
]]>I have tried different parts of the desire appearance options and even managed to upload a logo but cannot remove the camera outline.
There is a post of several months ago on the same issue but no reponse appears to have been given.
blog site address is https://hr-management-dimensions.com/wphrmd
]]>