• Hi there,

    Can anyone help me out here?
    I want to wrap the link around the description as well as the title when using the get_links tag. Does anyone out there know of this is possible?

    This is what I am getting

    <div id="quicklinks">
    <h2>Quick Links</h2>
    
    <ul>
    <li><a href="https://www.fecalface.com" title="description">Fecal Face</a><br />description</li>
    	</ul>
    </div>

    This is what I really need:

    <div id="quicklinks">
    <h2>Quick Links</h2>
    
    <ul>
    <li><a href="https://www.fecalface.com" title="description">Fecal Face<br />description</a></li>
    	</ul>
    </div>

    Basically with CSS I want to make these block links that I can maybe change colour whe they hover.

    Thanks

  • The topic ‘get_links – Wrapping the href around the description.’ is closed to new replies.