Editing Website Content
Tips and help for editing your website content in WordPress.
-
Help for Adding or Editing a Blog Post
Log in to WordPress and click on Posts. To write a new post, click on Add New…, to edit an existing one, click on its title in the list. Using the WordPress editor is quite similar to writing an email and most of the buttons will seem quite familiar. If you need a little extra help,…
-
Introduction to WordPress Basics
Nice, clear help pages for people who are using WordPress to add and edit blog posts or website content.
-
Including Pictures in a Post
There are 4 key steps for including a picture in a post: Save the photo in the right size and format for the web (max 400px wide, 72dpi, 50-100KB). Upload the photo using the File Upload area of the Write/Edit Post page. Send to Editor window. Position your photo correctly in the Editor window and…
-
More about Writing
There are a few other things which are handy to know when writing items. Copy and Paste If you have already composed the article in another format, a Word document perhaps, it is possible to copy and paste into the Write Post input box. Copy from the source document, then click in the input box and use…
-
Writing an Item
Some simple instructions for writing a new item in WordPress. Log in to the admin function, located at http://domain/directory/wp-admin. You can probably just use the login link at the bottom of the WordPress home page. You’ll have to enter your username and password. Then you’ll be taken to the WordPress Dashboard. Select Write from the…
-
the_content v the_excerpt
Which function is the simplest and most versatile when you want to include extracts rather than entire posts on pages?
-
Extracts or Whole Posts?
I want to explore whether to show whole posts or selected extracts of posts. This applies to what I shall call a Group page – any page which shows a set of posts rather than a single post (Category pages or Archive pages or the Blog index page).
-
Now We’re Rolling
Having dug into the documentation and solved some mysteries regarding the header of the Default theme and the version of code used in the Connections theme, I’ve made a lot of progress with that list of early first steps.
-
A Learning Leap
I’ve dug more deeply into the WordPress code and documentation and I’ve learned the importance of knowing which version you are reading about v which version you are using
-
Special Layout for one Category
I want to set up a template specifically for the Growing a Website category, which shows items in date order (oldest first) rather than reverse date order (newest first). First, I need to create a category template with the name category-n.php (where n is the numeric id of the particular category, found by looking at the…