Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Remove comic title from homepage and change footer #68

Open
herrzeba1 opened this issue Mar 18, 2018 · 1 comment
Open

Remove comic title from homepage and change footer #68

herrzeba1 opened this issue Mar 18, 2018 · 1 comment

Comments

@herrzeba1
Copy link

Hey,

  1. Thanks to your help I managed to hide post details, which is great. I also installed Tittle Remover plugin, which works great on comic pages, but not on the home page. I'm using Inkblot with Webcomic. Homepage shows my latest webcomic.
  • Is there a way to hide the tittle from home page?
    This is what I tried: I checked files in editor, but couldn't locate it.
    I also cannot unselect it in comic settings - general - supports - features, because then I won't be able to give my comics url titles (they will have just random numbers instead of tittles).
  1. Currently my footer says @ 2018 [website name], how can I edit this to show my full name?
    I checked footer.php but couldn't locate it there.

Thank you,
Sebastian

@herrzeba1
Copy link
Author

Hi, for anybody looking for solution for this, after doing some research I found it.

  1. You need to add this into custom CSS in appearance:
    .post-header { display: none; }

  2. Currently stlll no solution for this. I managed to add my name and hyperlink by replacing this:
    '<a href="#document">' . inkblot_copyright() . '</a>', '<a href="//wordpress.org">WordPress</a>', '<a href="//github.com/mgsisk/inkblot">Inkblot</a>'

with this:
'<a href="//danandclue.com">My Name</a>' . inkblot_copyright() . '</a>', '<a href="//wordpress.org">WordPress</a>', '<a href="//github.com/mgsisk/inkblot">Inkblot</a>'

But that only added my name before the copyright sign in the footer. The other content of the footer remained unchanged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant