Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] removing sticky post from category page (http://forum.bytesforall.com/showthread.php?t=1310)

creativeliza Apr 17, 2009 01:54 PM

[SOLVED] removing sticky post from category page
 
How can I delete the sticky post from the category page? I have taken of the category check but it keeps checking again. Basically, the first lines of text here: http://designintense.com/ is the sticky post and that's the only place I want it to appear. But it currently also appears at the end here: http://designintense.com/?cat=1 and I don't want it to

Flynn Apr 17, 2009 06:19 PM

None of the posts on the category page has a "sticky" class. That last post just happens to be the last post on the category page, it's not there because it is sticky.

creativeliza Apr 22, 2009 09:51 AM

Basically what I want is to have one post on the home page to be sticky. I set it as such, the first lines of text here: http://designintense.com/ and for that post not to appear here: http://designintense.com/?cat=1 or anywhere else.

How do I do that?

creativeliza Apr 23, 2009 01:24 PM

I'm still unable to find an answer to this question. Is there a way I can surpress a post from appearing in the category page or not?

HavaLyon Apr 24, 2009 02:41 PM

Excuse if I'm missing something here, but if you don't want a post to show up in your category page, then simply go back and edit the post, and take that category off that post. You choose to categorize that post with that category - now just uncheck the box and uncategorize that post with that category.

Again, my apologies if I'm missing something. :)

Hava

PS When I try to go to your site, it gives me an error message. I just thought you might want to know.

creativeliza Apr 28, 2009 07:34 AM

I tried your suggestion but it does let me have the post without a category and if I add a new category for just that post, I get the category added to the menu which I do not want. Should be simpler than this I would think.

Please let me know if you are still getting an error on my page: http://designintense.com/?cat=1 -- there was a hacker problem and I think it got resolved but perhaps not.

Burn Nov 9, 2009 07:19 PM

Did you succeed in removing the sticky from your category?
I would like to use sticky posts on the home page only as "promotional boxe/space" when I get a special offer or event which needs special attention... but if I look in the archive of the sticky post's month... I can find the sticky post there.. I'd like to avoid this!

juggledad Nov 9, 2009 08:01 PM

check out 'How to: Create a announcement box at the top of the center column of the landing page' (http://forum.bytesforall.com/showthread.php?t=3486) it might suit your needs

Burn Nov 10, 2009 03:27 AM

Burn, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.


si what I get with your link... I tried and make a search... but was only able to get this thread as result...

Burn Nov 10, 2009 03:48 AM

This is how I solved the problem for now... which means editors will need me for announcement but until I have a better solution... it works at least

at the BFORE THE LOOP
Code:

<?php if ( is_front_page() ) { ?>

<div class="announcement">The HTML, Javascript or PHP that you put here will be displayed before anything
else on the fornt page and nowhere else.</div>

<?php } ?>

in the CSS insert make a
Code:

div.announcement {
your css code here
}


juggledad Nov 10, 2009 03:56 AM

Sorry, that post is in the gold forum and you have to have donated to get access. I look at so many queries, I don't look to see who has donated or not. glad you have a fix.


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

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