kaethy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: I am looking for a very simple theme…This site has several minimilist themes.
plaintext.orgForum: Themes and Templates
In reply to: Creating theme that has different page templatesCreate header2.php with whatever you want in it. In your template, insert
<?php get_header2(); ?>
instead of<?php get_header(); ?>
Forum: Plugins
In reply to: Plugin Installer Sucks!Works for me just fine.
Locate the link for the zip file, copy and paste it into the plugin upload box.
Forum: Fixing WordPress
In reply to: download WordPress documentation ??The codex is too big. It is changing constantly.
Forum: Fixing WordPress
In reply to: can I access WP dashboard before DNS propagates?help, please, does anybody know?
Forum: Fixing WordPress
In reply to: permalink .htm questionAnybody ???
Forum: Themes and Templates
In reply to: Templates good for general websites?And then when you’re done, only you can add to or edit the site. But if you use a WP theme, once it’s set up, other people can add to the site or edit it.
Forum: Themes and Templates
In reply to: Help me make my site print friendly please!Forum: Themes and Templates
In reply to: Templates good for general websites?WordPress is for whatever you want. Don’t look for ways to restrict use, look for ways to expand usage. Remove dates, author and comments from any theme, set up a static home page, use pages not posts, and you’ve got a static site.
Forum: Fixing WordPress
In reply to: Visual editor showing background of my theme headerIf it helps any, I’m using Brian Gardner’s Vertigo theme, and my site is
https://barttersite.org/Forum: Fixing WordPress
In reply to: mangage pages more like postsIf the material is going to be dated and archived on a regular basis, it should be a post, not a page. You could hard code a link to the post in the pages list.
Or if your theme does not have a way to display subpages, you could make the page a subpage when you are ready to archive it, that way it won’t be displayed in the page list. Or there is a plug in to choose pages to not display in the pages list. But will you want people to be able to find it? Then these entries should be posts not pages.
If you still want to use pages, and you don’t want people to find the archived pages, you could delete the page or write over the content.
Forum: Themes and Templates
In reply to: WordPress vs dreamweaverYou can use Dreamweaver to customize WordPress themes, or to make your own. You can buy premium WordPress themes, just Google it.
Forum: Everything else WordPress
In reply to: What makes a good 404 page?Page Not Found
Sorry, we can’t find what you were looking for. Please start over at the home page, or use the search box.
Forum: Plugins
In reply to: Any new plugin requests?No, never saw it before, thanks for the link. Very nice, but I can’t justify that expense at this point, maybe later, if my project takes off.
Forum: Plugins
In reply to: Any new plugin requests?I’d like a plugin like the review system on Amazon. Their review system allows users to write a comment, and to rate up to 5 stars. Each posted comment shows how many stars that reviewer gave, and the page keeps track of the totals. So far all the plugins I found just show the total stars.