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

    (@mgsisk)

    First, open up /inkblot/webcomic/webcomic.php. It looks like you already removed the random webcomic link, but now – where it used to be (or where it is, if you just hid it with CSS; should be line 16) – you’ll want to put this line:

    <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'inkblot' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>

    You may need to update the theme style.css file to account for the extra link (e.g. changing the width of the links in nav.webcomics to 20% instead of 25%).

    To remove the title from it’s typical location you’ll want to open /inkblot/webcomic/content.php and remove or comment-out lines 27–33 (<header>…</header><!-- .post-header -->).

    Thread Starter TerranaCliff

    (@terranacliff)

    Thanks, that worked!

    https://nwain.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comic Page Title In Inkblot Nav Bar’ is closed to new replies.