getwithrobby
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How Do I Remove the "Edit" link –i want to remove the link because i won’t use it as a blogging site-
Forum: Themes and Templates
In reply to: How Do I Remove the "Edit" link –I do want it removed-
Forum: Themes and Templates
In reply to: Remove Edit Posts link from twenty ten 1.2 theme@timdesain, THANK YOU!
Forum: Themes and Templates
In reply to: Remove Edit Posts link from twenty ten 1.2 themetimeDesain – that fixed it!
unbelievable that a // in a line of code can do that. i don’t see how you guys & gals do this coding stuff!!!
esmi – i will have to read up on how to make a child theme to edit instead of editing files in the main theme. as it stands now; the loop-single.php and loop-page.php files have been edited!
Forum: Themes and Templates
In reply to: Remove Edit Posts link from twenty ten 1.2 themei pulled up the editor and found the line
<?php edit_post_link( __( ‘Edit’, ‘twentyten’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
i then put a // in front of edit_post_link making the line look like
<?php //edit_post_link( __( ‘Edit’, ‘twentyten’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
is this what you meant for me to do?
Forum: Themes and Templates
In reply to: Remove Edit Posts link from twenty ten 1.2 themehelp me understand-
so i need to edit single.php and add a line of text, correct?what i did was went to Appearance> Editor> then found single.php then opened it with an editor. It didn’t even have 56 lines in it.
sorry but i’m not a coder!
Forum: Themes and Templates
In reply to: Remove Edit Posts link from twenty ten 1.2 themeIt has something to do that I’m logged in. When I logout as admin the Edit link disappears.
This is however a problem ’cause when I’m logged in doing admin work the Edit link will appear for users browsing the site.
Any suggestions will be appreciated
Forum: Themes and Templates
In reply to: Where is a Good Source for NO BLOG templates?-I activated the Twenty Eleven Theme
-I created a page called Home
-I went to >Settings > Reading and selected A Static Page and Front Page HomeHow do I “hide the main posts page by setting its status to ‘Draft’ and turn off all commenting”
Forum: Themes and Templates
In reply to: Where is a Good Source for NO BLOG templates?what i’m find is “the trick is disabling blogging within the themes”
do you have any suggestions on best ways to turn blogging and comments off?