Welcome to the Edublogs forums - search, browse or post away!

Log in below with your edublogs account: [Don't have an edublogs account? Grab a free one here!]

The Edublogs Forums » How do I do that then?

post immediately show up on the page

I would like to have the post immediately show up on the page on load. Right now you have to click on the post's title to make it show up. How do I do this? IS this controlled by the template?
examples:
http://hastingsart.edublogs.org/category/6th-grade-projects/
http://hastingsart.edublogs.org/category/7th-grade-projects/
http://hastingsart.edublogs.org/category/8th-grade-projects/

Answers from fellow members and edublogs support

Thanks for the links.

Unfortunately with that theme, it's not going to. This is kind of hard to explain with out getting technical so please forgive me.

Wordpress uses two functions or methods to display the contents of a post. the_content and the_excerpt. the_content displays everything that's contained within a post. the_excerpt only displays a portion of the content, I believe the first 40 words. It also strips out anything extra like images, pictures and links. It just displays the basic words. The reasoning for this is because search engines hate repeated content. Usually when search engine spiders see the same content within a site over and over again, it'll ban the site. To get around that the software uses the two different methods to display post content. Some theme designers on their extra pages (like your category pages) use the the_excerpt method to get around the search engines dislike of duplicate content. You may have noted that this is done on your date content as well:

http://hastingsart.edublogs.org/2009/10/30/

There's really no way to get around this outside of changing themes. Some theme designers just use the the _content method to display content. I don't have a list handy though so I can't point you at one.

edit: Actually Anubis shows complete content it appears:

http://drmike.edublogs.org/category/test-post/page/2/

I hope this helps,
-drmike

Thanks for the reply, I will look into another template.

Not a problem. Maybe Sue will add to her ever growing list of topics which themes display their content with which functions. :)

Let me see Sue was crazy enough to work through all 100 themes once to work out features of those themes..... chances of her doing it again are????

Heh Actually I thought we had a member step up and run through them for her. :)

Since James is going through the themes currently, mayke he can check for us. (Technical method: Run a grep for "the_excerpt(" within the theme directory and see how many times it shows up. You'll have to take into account dupes within theme subdirectories of course.)

How it went was I did the original list then a nice member did the list with comments on pages. mmmm I could ask him -- how much chocolate involved?

I still think doing a grep, exporting out to a text file and running through it would be quicker.

Post Meta

Latest reply from drmike

Reply

You must log in to post.