on index page. Anyone figure out how to do this?
Thanks!
on index page. Anyone figure out how to do this?
Thanks!
You don't really want to show the complete post because of length. Usually you just want to add a blurb to get users to click on the article so they can read the rest.
I assume you're using the wordpress RSS feed to display the latest post on the home page? If so then you're probably looking at modifying wp-rss.php to display the full article. Remember though that anyone else linking to your feed would receive the full post as well and they may not appreciate it.
I'm using the method found here:
http://www.indexudirectory.com/blog/...our-directory/
and yes, I really do want to include the complete post. I've taken out alot of other stuff to customize this to my viewers and including the most recent post on my index page is something I really feel like would greatly increase traffic to my site.
Then as I said earlier take a look at wp-rss.php
I am not using the rss feed. I am using the mod I linked to above.
I know you're using that mod, but how else do you expect to pull the post out of wordpress and place it onto a different page?
Modify wp-rss.php
I don't know. I don't see an option to put anything on the front page except titles. When I put in the block call for recent posts, all I get is a title. I don't understand how modifying my wp-rss is going to change that. If it will, I don't understand what to change to make it show the post. I am not an idiot, though you make me feel like one. Most help forums speak a little bit more in layman's terms than this one seems to so please bear with me.
Considering this is a wordpress issue and nothing to do with IndexU, you need to modify wp-rss.php to show the complete post and not just a snippet.
The wordpress mod has nothing to do with what you're wanting. You need to add a new block and call the feed from your wordpress. That's the only way you get articles out of wordpress easily.
The functions that this mod gives only give the titles.
Create a new block with your wordpress feed and put it in your index like this
<%block_rss_feed url="yoururlfeed.com/path/to/wordpress/rss/feed" title="Name your feed here" template="block.rss_feed.html" max_item="3" cache_time="86400"%>
Set the cache time, set the number of items you want to display and then modify wp-rss.php to show the complete article rather than just a snippet.
For further support for WordPress please visit http://wordpress.org
Actually, it wasn't a Wordpress issue at all, I didn't have to touch the wp-rss.php file. Zubby helped me modify his mod. Your block code there is part of what he had me use, though. He had me just change some of his original code to something like that and had me make a change to the rss block in IndexU and it worked like a charm. You can see it here if you'd like.
http://www.digiscrapdirectory.com