celestial aura – help removing comments/reply
-
Also,
how do I change the favicon — I’ve figured out how to create one but where/how do I paste the code?
I would like to remove the theme name from the bottom of the page if possible…
Thanks!
comments:
possibly edit page.php (if not, see http://codex.ww.wp.xz.cn/Template_Hierarchy), and remove the ‘comments_template()’ section.favicon:
http://codex.ww.wp.xz.cn/Creating_a_Favicontheme name:
either try to find the section in footer.php
(<p class="author">Celestial Aura Theme by <a href="http://www.dkszone.net/" title="dkszone.net">dkszone.net</a> </p>) and remove it; or add#footer p.author { visibility:hidden; }to style.css of the theme.Thank you I will try that!
Ok I went into page php and removed the comments template section and hit save but it gave me a parse syntex error so I pasted it back in.
Any other advice on this issue?
Thanks for your help – much appreciated!
Can you paste and submit the full code of page.php of your theme into a pastebin.com and post the link to it here? see the Forum Rules for posting code and using the pastebin.
Thanks Keesiemeijer for looking at this for me.
Here is the link to my code in pastebin
Try it with this page.php: http://pastebin.com/DgQRwNnj
Thank you so much Keesiemeijer! That worked — reply to and comments are no longer showing…
I really appreciate your help on this :0)
Now, I need help with one last item (see 2nd part of question above ) — is there a way to shift my text on all of the pages to the left a bit or if that is not possible because of the sidebars..? See how far center the WELCOME is, the same on the other pages.
Thank you again – you were a HUGE help!
The topic ‘celestial aura – help removing comments/reply’ is closed to new replies.
(@ken42)
14 years, 7 months ago
Hello,
I have a website: americanmidwestsalesllc.com and I’d like to remove the following from all of my pages:
– comments closed
– leave a reply
Also wondering if there is a way to shift the page info to the left a bit?
For instance, check out the about page — there is all that space on the left (probably for a sidebar) but would like to shift the page title and text to the left if possible.
Thank you,
Ken