catxtwo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Settings / Reading -> SummaryIn my child theme’s content.php I added the following which does exactly what I wanted. Thanks to everyone for the help!
<div class="post-content"> <?php the_excerpt(); ?> <h5><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">Read More...</a></h5> <?php wp_link_pages(); ?> </div> <!-- /post-content -->
Forum: Fixing WordPress
In reply to: Settings / Reading -> SummaryLuckily, I am working in a child theme. But I’m not sure which file to modify… index.php? My index.php file doesn’t contain “the_content()” anywhere. What WP file represents my home page?
Thanks!
Forum: Fixing WordPress
In reply to: Settings / Reading -> SummaryThank you WPyogi
Forum: Themes and Templates
In reply to: Short blurb of every postThanks. Is there any way to edit my index.php without using ftp and a text editor? I don’t see index.php listed in the “Edit Themes” area.
Thanks again!
Forum: Themes and Templates
In reply to: Short blurb of every postHi esmi,
Thank you for your response. It is going to be my main posts page.
Cat
Forum: Fixing WordPress
In reply to: Republish entire blogThat did it!!
Thank you so much!
CxT
Forum: Fixing WordPress
In reply to: Republish entire blogSorry… badly worded question.
I just moved my blog from one hosting provider to another -I don’t think I did it right.
I downloaded everything (the entire directory structure of my website which included all of my WP-related files) from my old ISP to my computer. I then uploaded those files to my new ISP.
My website looks fine and the main page of my WP blog looks good but I cannot access any of my old posts (I didn’t back up the database(s) correctly).
If I go to Manage->Export the resulting file has the text from *all* of my posts. I can even see the pictures I’ve included in my posts (Manage->Uploads).
But when I try to browse through my blog I’m taken to a pages that looks like this:
The requested URL /xxx/2008/03/24/some-post/ was not found on this server.
So I believe I need to “rebulish/rebuild” my blog somewhow.
Does this make any sense?
Thanks!
CxTForum: Fixing WordPress
In reply to: Safari and ‘upload image’ dialog boxI deleted Pith Helmet and the problem went away.