Lorelle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: catagory manipulationWell, you can add the categories manually.
<li><a title="specific categories" href="index.php?cat=42">Name of Category</a></li>For more examples of how to link to categories, pages, and other stuff:
http://codex.wordpress.org/Linking_Posts_Pages_and_CategoriesFor more examples of how to customize your sidebar, and there are bunches of ways, see:
Forum: Fixing WordPress
In reply to: Creating a new .php page that uses template tagsOr if you want more control over running PHP WITHIN posts, not in general, which I don’t think applies to this situation, but might,
try RunPHP since it covers more PHP commands than PHP Exec, though that one is good, too. I use both.Forum: Themes and Templates
In reply to: add prev and next links to subpagesI don’t know what you mean by “subpages”. I think you mean Parent/Child Pages of the Pages feature? Or categories?
Anyway, here is some help in addition to what Moshu offered:
http://codex.wordpress.org/Good_Navigation_Links
http://codex.wordpress.org/Post_Meta_Data_Section
http://codex.wordpress.org/Next_and_Previous_Links
http://codex.wordpress.org/Styling_Page-LinksForum: Themes and Templates
In reply to: Help, problem with a STATIC pageHave you checked http://codex.wordpress.org/Pages for specific instructions on how to do this?
Forum: Fixing WordPress
In reply to: Comment ID info losts1. Which version of WordPress are you using?
2. Are you using any comment spam plugins?
3. Did you add any words to your Spam Words list?Forum: Fixing WordPress
In reply to: New Database Error!A very common error and you can find the answers here:
http://codex.wordpress.org/FAQ_Troubleshooting#MySQL_Error_28
Forum: Fixing WordPress
In reply to: Creating a new .php page that uses template tagsI’m a little confused with what you you want to do, but it sounds like you want to have another page that also has the WordPress Loop which lists the most recent posts.
See: http://codex.wordpress.org/The_Loop_In_Action for specific help on that.
Forum: Fixing WordPress
In reply to: links not working after chaning permalinksSee: http://codex.wordpress.org/Changing_File_Permissions
It will provide you instructions on how to do this.
Forum: Plugins
In reply to: Splitting archiveshttp://codex.wordpress.org/Template_Tags/get_archives
On that page is a template tag called
get_archives()and a link to another calledwp_get_archives(). There are also examples on how to use them to generate different template information.Try experimenting with that. They can be used mutliple times in a sidebar.
Forum: Plugins
In reply to: Adding Pages to wordpresshttp://codex.wordpress.org/Pages should give you step by step instructions on creating “pseudo static” Pages in WordPress
While you are there, check out the rest of the instructions and information on using WordPress.
Forum: Fixing WordPress
In reply to: Backup Sob StoriesSo it’s WordPress Backup Week now. Anyone else got any good stories or solutions they came up with for backing up on a regular basis?
Forum: Fixing WordPress
In reply to: WordPress Backup Week July 23-30This is a neat idea. Are there other ways of storing backups on the net? How long does an “email” sit in Gmail? Does it age?
Forum: Fixing WordPress
In reply to: RSS, Comments RSS, Atom ButtonsThe buttons aren’t really supposed to “lead anywhere”. They merely provide a visible presence of your Feeds. They say “Hey, I have feeds on this page and site!”
You can see that they are working when you scan the page for feeds using any feed reader.
Forum: Fixing WordPress
In reply to: Description Plugin?Forum: Themes and Templates
In reply to: Most SEO friendly theme?You will have to be more clear about what you mean by SEO. If you mean CMS (Content Management System), there are many ways to customize WordPress for that.
If you mean inclusion of meta tags, or other search engine “friendly” elements, you can add those yourself easily. These are not the responsiblity of the Themes, but your responsiblity to add what elements you would like to attract more search engine coverage and exposure depending upon your needs.