Themes
- Ghost Themes - The Marketplace
- Repository search results · GitHub
- 15 Best Open-Source Free Ghost Blog Themes For 2025 | Themeix
- 15 Best Open-source Free Ghost Blog Themes for 2025
Plugins
Plausible
- Official Ghost + Plausible Integration
- Plausible Community Edition (CE) | Plausible docs
- GitHub - plausible/community-edition: Example Docker Compose setup for hosting Plausible Community Edition
Tips
Powered By
If you need to remove "Powered by", there are 3 places. Reference:
Portal
Inject into Site Footer
<script src="https://example.com/remove-ghost-in-portal.min.js"></script>
remove-ghost-in-portal.min.js
function handleMutations(e){e.forEach(function(e){"childList"===e.type&&e.addedNodes.length&&e.addedNodes.forEach(e=>{if(e.nodeType===Node.ELEMENT_NODE){let n=e.querySelector('iframe[data-testid="portal-popup-frame"]');n&&(n.onload=function(){var e=n.contentWindow.document,t=document.createElement("style");t.textContent=".gh-portal-powered { display: none; }",e.head.appendChild(t),n.onload=null})}})})}let parentElement=document.querySelector("body"),observer=new MutationObserver(handleMutations),config={childList:!0,subtree:!0};observer.observe(parentElement,config);
//# sourceMappingURL=remove-ghost-in-portal.min.js.map
Footer
Inject into Site Header
<style>
.gh-footer-copyright {
display: none;
}
</style>
Note browser to get the correct string to replace ".gh-footer-copyright" above.
Newsletter
Just go to each newsletter to turn in off.