About Wordpress
Posted January 18th, 2008 by EditaSaluzzo
I´d like to know why I can´t see the pages I´m creating in my wordpress blog. I created thte About me page, which I can see if I click pages, but not in the main page blog. Thank you
- Login to post comments
Did you click on "Publish" when you finished creating your page? Did you check if the "Post statuts" is on "published"? Did you give a title to the page?
Joao
Hi Edita, you'll proabably find them as drafts. Go to your dashboard and find 'write'. At the top you should see which drafts you have open. If you click on them, you will then be able to edit. Then do as Joao suggested and click on 'publish'. For posts that have already been published, it's enough to click on 'save' after editing.
I'm looking forward to reading your first post!
Illya (smielt team)
Another possibility is the presentation you are using. Some templates do not display the pages unless you force them using the widgets (under presentation tab)
There’s nothing wrong at all with your blog. Your About page is where it should be and it’s properly referenced in your right sidebar.
There’s currently no actual content on your front page yet because you haven’t posted a blog entry yet.
Look: a blog entry gets entered in the site’s database when you post it. The scripts that shove stuff around inside the site then take the blog post from the database and stick in in two places[1]: for one thing they stick it on top of the front page and for another thing the stick it into a permanent archive page. The post stays put in its archival version but it moves down the front page with every new entry that gets added on top, and eventually it disappears off the front page. There’s a link that connects the entry on the front page to its archival version: that’s technically known as a "permalink".
The above essentially describes how a blog works: an entry enters the "stream" of posts on the front page, but it also gets a permanent location in an archive and there’s a "permalink" from the front page to the archive. A blog, looked at this way, is a stream of posts up front that’s wedded with a permalink to archival representations of its constituent parts out back.
Now, the Page feature in WordPress has nothing to do with this stream. It’s designed to be a single page that never enters that stream and just sits there as a "static" page. It’s special, though, in that it gets a direct link from the "Pages" section in the blog’s sidebar.
Now that you’ve posted Pages, post some blog entries and you’ll have a perfectly regular blog.
Happy blogging!
——-
[1] Okay, three places: they also stick it into a news feed, but let’s keep to basics first.
Thank you Rudolf, bdieu, illia, joao! Your explanations have helped me a lot. You were right bdieu, my template needed the pages widget. so I dragged and dropped and got my pages!
Edita
Rudolf, you mention the news feed. I was asking myself how to add a feeds reader for people to suscribe to my blog. Is that what you mean. I´ve got my googlereader to subscribe to other people´s blogs, but how do I let people subscribe to mine?
Thank you
You don’t need to do anything, as Wordpress automatically generates and updates your feed for you. It’s located at this address for anyone to pick up:
http://editasaluzzo.wordpress.com/feed/
Thank you Rudolf! Where does the feedreader show in my blog?
Edita
You don’t need to worry about that. Other people have their own Google Reader or Bloglines accounts (or whatever their feed reader of choice is) and they will use it to subscribe to your feed. (The feed reader will check on your site maybe once an hour to see if you have any updates: such "visits" may show in your access statistics, but otherwise you won’t ever "see" a feed reader on your blog.)
Thanik you Rudolf! In some blogs I´ve seen an invitation to suscribe and an icon to click on. How do I do this in Wordpress?
I don’t think you can code in the icon by hand, as Wordpress.com is rather uptight about what it allows users to customise.
Offhand, I’d say you have two options: check through the themes (Dashboard > Presentation > Themes) and see if you find something that comes with a feed icon. Alternatively, under Dashboard > Presentation > Widgets there’s an "RSS 1" widget that you might try. It looks like it’s supposed to put a link to your feed in your sidebar. I’ve just tried it on one particular blog with one particular theme where it didn’t do anything at all, but Wordpress themes vary greatly in quality of coding and in the features they support — maybe you’re lucky if you try the RSS 1 widget with a few different themes.
Note that a link to your feed is not an absolute necessity. Feedreaders are quite good at "auto-detecting" the location of feeds, and Firefox will give you an orange feed icon in the address bar when it spots a feed that belongs to the page you’re viewing at any given time (some other browsers may have caught up as well).
Edita, the orange icon in your blog (or the icons of different feed readers) is just a sort of invitation to your readers to subscribe to your blog. It doesn’t mean that they can’t subscribe if you don’t have the icon.
Rudolf’s advice about checking out different themes in wordpress is a good place to start. The one I use (MistyLook) comes with buttons to subscribe up near the top. Most of the others I checked just now don’t have that. You can try the RSS1 widget Rudolf mentioned or the Meta widget, which includes links to the feed, too.
How do I get the fancy quotation graphic for use when I want to quote someone on a wordpress blog post?
Also, when commenting on someone else’s blog, how do I get a hot link to my own blog post?
thanks,
Sarah Braxton
Sarah, if you are referring to the quotation marks like appear in my blog, they come automatically with the theme I have selected. Other templates handle quotes in different ways.
As for the hot link to your blog, I believe it happens when you put your blog URL in the space provided for it. If you don’t include it, there is no link. If you include it, there is.
Nancy McKeand
Wordpress.com now allows you to tweak your CSS, so you could make your blockquotes display any which way you want, even with a background graphic.
Not that you should, as block quotes don’t need anything other than an indent. In most cases whimsical embellishments such as added background graphics, copy set in italics, a hefty coloured line down the left side or thin border around the quote are bad typography and interfere with the readability of your copy.
I really agree, Rudolf. I like just indentation or a simple vertical line much better than the quotation marks that come with my template. The quotation marks are annoying!
Okay Nancy— take a quick look at your blog’s style sheet — invoke your browser’s Find feature by typing ctrl+f, then type "blockquote" into the Find box and hit the return key.
This will take you to the style sheet’s blockquote element, where all the presentational properties of your block quotations are defined within a set of swung brackets (that’s ‘{’ and ‘}’). Here’s the line that fetches the background graphic and puts it in place:
background: url(img/blockquote.gif) no-repeat left top;
All you’d need to do is to remove this line and the graphic would be gone.
I’ve just, for the first time, read all the way down to the bottom of the Wordpress Custom CSS page, where it says that the ability to modify your style sheets is available only as a paid upgrade. The corresponding page inside the Wordpress admin interface says that Custom CSS will set you back $15 a year. It doesn’t say if it’s tax deductible.
Thanks, Rudolf. I tried it and looked at the preview; the quotation marke were still there, Then I put the line back in and previewed and there was a different background for block quotes. I think I will stick with what I have or, more likely, change themes.
I appreciate you checking into this.