Tagline Description Clickable Link

  • Author
    Posts
  • #4509
    Maggy

    I’ve read several articles and conversations  online about how to make a tagline into a click-able link.  I can’t seem to find the corresponding code in any of  the theme function or header  files.  Does anyone have experience with Mantra in regard to adding a link to the  tagline “description”   What file should be edited and how do I get the theme to recognize the use of child theme php files.

    I am also experiencing ugliness when trying to enable a child theme. Currently the child has no custom css nor any php files in it. All the folder has is the emtpy css that states it is a child and the path to the parent.   The slider texts are all over the page down the left side with 2 sliders partially showing.  I’ve had success with other child themes so I am stumped. Seems like a hook issue and I am unfamiliar with hooks.  I guess it is time to get familiar.

    Any help or advice would be greatly appreciated.

    #4573
    Zed
    Cryout Creations mastermind

    This is the bare minimum content for the child theme’s style.css:

    /*
    Theme Name: Mantra Child
    Description: Mantra child theme
    Author: Cryout Creations
    Author URI: http://www.cryoutcreations.eu/
    Version: 0.1
    Template: mantra
    */
    @import url("../mantra/style.css"); /*include parent theme css*/

    The tagline is already a clickable link, together with the site title, both pointing to the homepage.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Tagline Description Clickable Link’ is closed to new replies.