Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] Removing Categories and Comments from the bottom of all posts (http://forum.bytesforall.com/showthread.php?t=5739)

davidjelias Feb 6, 2010 08:23 AM

[SOLVED] Removing Categories and Comments from the bottom of all posts
 
Hello,

I'm a novice WP user, working on this page: http://aginthecity.ca/

I want to remove the text: | Category: Uncategorized | Comments are closed | Edit this post
That appears beneath all of my posts to this page.

I've read the posting "Removing Time Stamp, Comments and category from post" and it seems to assume the user is very well versed in WP.

For example, it mentions creating a category called 'no-footer' and assigning it to the post. Is there a post that shows a simple way to create category? The information I've found on this seems fairly complicated.

In any case, my ambition is to remove reference Category / Comments from all of my posts, and any help on how to do that without getting a PhD in Wordpress would be appreciated.:)


Thanks,
David

juggledad Feb 6, 2010 10:58 AM

take a look at ATO->Edit POST/PAGE INFO ITEMS->FOOTER: xxxxxxxxx
you can change what you want, and how it is arranged there.

davidjelias Feb 9, 2010 10:43 AM

Thanks a lot juggledad, you are a great guy.

I watched this tutorial which was helpful:
http://educhalk.org/media/edit_kubri...ick_index.html

But what I finally did was edit the css.php file under /public_html/wp-content/themes/atahualpa

I changed the following section: (there i simply changed the bold word "block" to the word "none".)


/*-------------------- POST FOOTER ------------------------*/

div.post-footer {
clear:both;
display: block;
<?php echo $bfa_ata['post_footer_style']; ?>
}

div.post-footer a:link,
div.post-footer a:visited,
div.post-footer a:active {
<?php echo $bfa_ata['post_footer_style_links']; ?>
}

div.post-footer a:hover {
<?php echo $bfa_ata['post_footer_style_links_hover']; ?>
}


Thanks again.

juggledad Feb 9, 2010 02:34 PM

I'm not sure what you did, but looking at the souce of a generated page, it still shows
HTML Code:

div.post-footer {
clear:both;
display:block;
margin:0;
padding:5px;
background:#eeeeee;
color:#666;
line-height:18px
}


Cotp Mar 2, 2010 08:34 AM

Hello all,
I would like to remove possibility to comment on all articles, how can I do that ?
I've searched in the options footer like you said but didn't find it...
I removed it under the settings of WP but the box is still there,

I appreciate your help,

Thanks in advance,

Cotp

juggledad Mar 4, 2010 04:19 AM

to remove comments from all posts go to dashboard->settings->discuessions->Default article settings and uncheck 'Allow people to post comments on new articles '

if you have existing posts you will need to uncheck the post->discuession->Allow Comments option

To prevent comments on PAGES using Atahualpa, go to ATO->Style & configure COMMENTS->Allow comments on "Page" pages, too? and set it to NO

Cotp Mar 4, 2010 04:25 AM

Thanks for that anwser juggledad :)

drwmrk May 18, 2010 10:55 PM

JuggleDad,

I was following your advice from an earlier post about going to ATO->Edit POST/PAGE INFO ITEMS->FOOTER and removing the comment features there, which worked for the most part.

The only thing that doesn't appear to have affected is the line "Comments are closed." when it comes to a single post. It still appears on a single post, though the ATO Footer: Single Post Pages would suggest otherwise; I have this as the code for Footer: Single Post Pages
Code:

%date('F jS, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Category: %categories-linked(', ')% %edit(' | ', 'Edit this post', '')%
So I'm wondering what do I need to edit to get rid of this reoccuring "Comments are closed."
See this link to see what I'm talking about.

drwmrk May 18, 2010 11:03 PM

JuggleDad, nevermind, I found my answer by digging further in the forum.


All times are GMT -6. The time now is 08:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.