Results 1 to 10 of 10
-
11th Oct 2012, 04:04 PM #1OPMember
How can I make this?
Hello guys,
Maybe someone can help me...
I have a wordpress blog installed and I have many categories, including one with adult content.
I dont want to show adult images in frontpage, but I want to show when the user is inside the category. How can I do that?
Heres an exact example of what I want:
Code:http://ainanas.com
Now check the adult category without this image:
Code:http://ainanas.com/gajas-nanas/
I tried to use excerpt, but the image appears in both places, frontpage and category page, I want to show only on frontpage, like the website above.
Any advices? Thanks :-)Divvy Reviewed by Divvy on . How can I make this? Hello guys, Maybe someone can help me... I have a wordpress blog installed and I have many categories, including one with adult content. I dont want to show adult images in frontpage, but I want to show when the user is inside the category. How can I do that? Heres an exact example of what I want: http://ainanas.com (you can see that adult posts appears with this image in frontpage) Rating: 5
-
11th Oct 2012, 04:22 PM #2MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comThere are 2 separated files to show the post, right? index.php and category.php
You can use excerpt like you said and show it only on the index.php file
or make a new custom field on each post and add that image and show it on index
PHP Code:<?php
if(is_home() ) {
//do stuff
}
else {
//do stuff
}
?>
-
11th Oct 2012, 04:34 PM #3Member
Go to wordpress search for plugin:category frontpage
-
11th Oct 2012, 05:18 PM #4OPMember
Hello guys, thank you for your replies!
I got an idea, but dont have php knowledges to make this work.
I want to use a specific image to show in all adult posts and on frontpage only. So my idea is to use the featured image to do that.
I already installed in my theme and inserted the line of code below in my teaser.php file:
PHP Code:<a href="<?php atom()->post->URL(); ?>" rel="bookmark" title="<?php atom()->te('Permanent Link: %s', atom()->post->getTitle()); ?>"><?php the_post_thumbnail( $size, $attr ); ?></a>
http://pastebin.com/66Qi3SSn
What I need?
1- Featured image must appear on frontpage only (when featured image appears, the excerpt will be hidding)
2- When the user visits the adult category, the featured image will not appear, instead, only appear the post excerpt only.
3- When the user reads the post, the featured image will not appear too....
-
11th Oct 2012, 06:11 PM #5MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comtry this http://pastebin.com/fUEAX0kj
but will show the image for all posts, even if aren't adult
-
11th Oct 2012, 06:22 PM #6OPMember
Hello my friend, thank you for traying to help me!
I dont mind to show the image for all posts, because I will use featured image only on adult posts.
I tested your code and is almost done
1- Featured image must appear on frontpage only (when featured image appears, the excerpt will be hidding)
ALMOST DONE! Excerpts is not appearing in any post in my frontpage, I just need to hide excerpts of the category ID 12 or else when the post have a featured image (prefered). Can you do It?
2- When the user visits the adult category, the featured image will not appear, instead, only appear the post excerpt only.
DONE!
3- When the user reads the post, the featured image will not appear too....
DONE!
-
11th Oct 2012, 06:33 PM #7MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.com
-
11th Oct 2012, 06:38 PM #8OPMember
Once again, thank you for trying to help me.
I didnt see any difference from my original code, the featured image doesnt appear anywhere.
EDIT: please wait... I forgot one thing...
-
11th Oct 2012, 06:40 PM #9MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comcode edited by me
PHP Code:<?php if(is_home()&&in_category( '12' )) { ?>
<a href="<?php atom()->post->URL(); ?>" rel="bookmark" title="<?php atom()->te('Permanent Link: %s', atom()->post->getTitle()); ?>"><?php the_post_thumbnail( $size, $attr ); ?></a>
<?php } else { ?>
<?php (is_sticky() && is_home()) ? the_content() : the_excerpt(); ?>
<?php } ?>
-
11th Oct 2012, 06:41 PM #10OPMember
Is working perfectly !!! Thank you so much my friend! Youre the MAN!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Please someone make a screencaps HOWTO make webmoney MINI account
By daboobies in forum OtherReplies: 0Last Post: 11th Jul 2012, 07:34 AM -
Wordpress, want to make font smaller? and make width bigger
By jcberry526 in forum Technical Help Desk SupportReplies: 9Last Post: 2nd Nov 2011, 05:54 AM -
Videobb.com Make Up to $30 - Upload Videos And Make $$$ What You Think?
By quakeon in forum File Host DiscussionReplies: 33Last Post: 4th Sep 2011, 01:45 PM -
Userporn - Make Up to $30 - Upload Adult Videos and Make $$$
By jessepure in forum File Hosts Official SupportReplies: 61Last Post: 7th Apr 2011, 06:37 PM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...