• hello!

    I’m new to wordpress and i’m trying to set up an online store… i have two questions.. both of which i tried the “solutions” ive found on the web, but it still wont work for me or im probably doing something wrong.

    1. i would like to make the header image clickable. I’ve followed what i read on other styles as well as on the developers blog but i cant seem to make it work for Emptiness. can anybody help me out?

    2. is it possible for the main page not to display the post ..not until you click on a link like the “newest post” or “blog”, if so how does one go about that?

    would appreciate answers. thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I recommend finding the logo in the header.php section of your theme.

    Once you find it there you can add an <a> link to it.

    So before the image or div shown in your header.php add <a href="yourwebsite.com"> and after the image or dive add </a>

    [sig moderated as per the Forum Rules]

    Thread Starter palespectre

    (@palespectre)

    doesn’t quite work for this theme.. ??

    It doesn’t work…is your logo in a background image? If so, something like this would work:

    <h1 id="logo" onclick="location.href='https://example.com/';" style="cursor: pointer;"><img src="<?php bloginfo('template_url'); ?>/css/logo.png" alt="example.com" /></h1>

    Thread Starter palespectre

    (@palespectre)

    I tried it but I don’t know where to put it. And I also tried other stuff but it just puts the name of the site on top of the image. From googling I read that the background header image of the Emptiness theme is on the div#splash page? I don’t really understand that.
    I’m really like a 1st grader css-wise. like for example on the ID above.. do i appoint it as logo or is that the standard term.

    here is my site btw, maybe it would help https://fikafikafika.com

    thanks for the inputs so far though..
    i really need to figure this out …

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Emptiness theme help’ is closed to new replies.