thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Individual Posts have no contentDoes the single.php of your theme have something like
<?php the_content(); ?>? As alchmyth said, a link would be helpful.Forum: Fixing WordPress
In reply to: How to only show Topic and no text on front page?Remove
<?php the_content(); ?>(or something similar) from the index.php of your theme.Forum: Fixing WordPress
In reply to: Links not listingHave you created the pages? They won’t be there until you create them. If you have, can you post a link to the site so we can take a look?
Forum: Fixing WordPress
In reply to: Links not listingWhen you say links do you mean the blogroll or the list of pages?
Forum: Fixing WordPress
In reply to: centering the blog on a pageForum: Fixing WordPress
In reply to: centering the blog on a pageIn your stylesheet, change
#wrapper { margin: 0px 50px 100px 100px; width: 720px; text-align: left; padding: 0px; }to
#wrapper { margin:0 auto; width: 720px; text-align: left; padding: 0px; }Forum: Fixing WordPress
In reply to: Linking to another site from blog titleIs this one of those things where you’re stealing other peoples blog posts and then plastering the site with ads in hopes of making some money?
Forum: Plugins
In reply to: Page Category PlusGot it, thanks.
Forum: Installing WordPress
In reply to: How can I stop search engine from indexing my site ??admin/settings/privacy and then tick: I would like to block search engines, but allow normal visitors
Just curious… did you even look?
Forum: Installing WordPress
In reply to: CSSCSS stands for cascading style sheets. Basically — HTML, PHP, ASP and whatever else files might be used are what make up a site. CSS puts everything together and makes it pretty. You can do just about everything with CSS from color choices to aligning. Google “beginning CSS” and you’ll find lots of tutorials to help you get started 🙂
Forum: Fixing WordPress
In reply to: Query Children Of A Page IssueYup I started out having them as posts and querying the category they were in which works perfectly. But I want the permalink to be sitename.com/mainstorypagewithexcerpts/partname/ and the blog posts to be date based. Since you can’t have 2 different permalink structures, I was trying to do it this way.
Forum: Fixing WordPress
In reply to: ‘Please update now’ killed the blog. Any HELP appreciated.Why in the world would I have a copy of the theme?
You should have a backup of your custom themes so this type of thing doesn’t happen. I would have thought that would be obvious what with the troubles you had but apparently it wasn’t. If you’d had a backup you could have just upgraded and reuploaded your custom theme and all would have been well. I have a backup of my entire site on my computer. I’m not even sure how you couldn’t have a copy of your theme? Unless you edit though the editor in admin? I edit everything on my comp and upload it.
Also, the upgrader only upgrades the standard WP files. This means that if you have a theme in your themes folder called “mytheme” it isn’t touched when you upgrade. The theme called “default” is overwritten however, because it’s a standard WP theme. So you should rename your custom themes. As a website owner it’s your job to learn these things — not blame the software when things go wrong. That’s a little like suing Mcdonalds because they didn’t tell you hot coffee might burn you. I have been using WordPress for YEARS without any problems I didn’t create myself. It’s not the FREE software that’s at fault… it’s YOU.
And? If you don’t like the auto updater, don’t use it. Do it manually. It’s just a matter of deleting and uploading files.
Forum: Fixing WordPress
In reply to: Query Children Of A Page IssueYeah I’ve tried everything and I don’t think it’s gonna work. Thanks for your time though 🙂
Forum: Fixing WordPress
In reply to: Query Children Of A Page IssueI’m positive I have the right ID. With post_type=page I get a blank page. As soon as I change it to static=true the page excepts are there but don’t paginate. What I’m doing is, writing a serial story. I have the main story page with a little description and then I have the parts listed as excerpts. Right now there are only 5 parts (I used 10 as an example). Eventully there will be many parts which I will break into 20 per page. Except they won’t paginate, heh.
Forum: Fixing WordPress
In reply to: Where is this stuff stored?You mean the pages and posts? They’re in the database. But if you’re wanting to change the order of the pages, here’s a few things you might try first.
http://en.forums.wordpress.com/topic/changing-page-order?replies=12
http://wordpress.org/extend/plugins/my-page-order/
Google: wordpress + change page order