• Resolved azurecurve

    (@azurecurve)


    Hi,

    I’d like to request a new set of summary shortcodes which don’t list the books.

    For example, the current “author” shortcode lists the authors and then all of their books below (either with images or just text titles); I’d like to be able to use a shortcode which lists the authors only. To see the books, you’d click the name to view the author page.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    Hello @azurecurve

    For what you have in mind, I would suggest you use the shortcode with the covers disabled then use CSS to hide the name of the books. It would be a simpler solution that me adding or changing more code.

    The below CSS would work

    p.rcno_book_title {
        display: none;
    }
    Thread Starter azurecurve

    (@azurecurve)

    Hi Kemory,

    Yes, that seems to work fine.

    Thanks.

    • This reply was modified 4 years, 2 months ago by azurecurve.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Request for new “summary” shortcodes’ is closed to new replies.