converting2wp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: theme editor won’t display uploaded theme!If you give the link to where you downloaded the theme, perhaps someone else could verify that it isn’t a problem with a theme itself rather than the process you’re using.
Forum: Fixing WordPress
In reply to: Google AJAX Search PluginIs there a timing issue? a delay before one would expect to see the search results? The instructions seem pretty straightforward, the search box shows up, but nothing is returned for search terms that do show up in the site…
[This whole explosion of Google tools has my head spinning. Sorry if this is a silly question.]
Forum: Fixing WordPress
In reply to: Restrict page edit to page authorTicket #2301 is referenced in some other related threads.
For the record, I got this to work on WordPress 2.1.2 and am documenting it here in case others might find it useful.
1. Install the Role Manager plugin, (v. 2.0.5 as of today) and activate it.
2. In the Users>Roles page, click
Edit Published Pages capability
for the Author role.Once that’s done, users with the Author role will be able to edit pages that they own and only those pages.
They will, however, need to get to the edit screen by browsing to the page and selecting the “edit” link as displayed by the theme.
3. If folks also need the “Manage > Pages” interface, return to “Users>Roles” and turn on the “Edit Pages” capability, too.
Forum: Installing WordPress
In reply to: Problem from WP 2.0.6 to WP 2.1.2Does this post help?
Forum: Fixing WordPress
In reply to: Summary of articleYour theme file index.php (or whatever is generating your page — see the Template Hierarchy) probably has the_content() inside the loop. If you change that to the_excerpt(), only the summary (what you entered in the “optional excerpt” box) will be displayed.
Forum: Themes and Templates
In reply to: Changing template for posts and pages?Apologies if this reply is too simple, but you say “newbie” and it took me awhile to understand the WordPress model. [Yes, everything is documented, but it’s sometimes not easy to tell where to start.]
I’m assuming you’re running WordPress on a server where you have FTP access.
The “look and feel” of all your pages and posts is handled by the “theme” files. You’ll find the theme(s) in the wp-content/themes subdirectories. You can install new themes (from, say, themes.wordpress.net) by unzipping the theme files and moving them (via ftp or another tool) to a subdirectory of wp-content/themes. Then, in your browser, go to the WP Admin, Presentation > Themes and select the one you want to use on the site.
Once you’ve got a theme that’s “close” to what you want, you can modify it to have custom HTML features that you’d like. From WP Admin screen, go to Presentation > Theme Editor and you’ll see the files that make up the theme. You can edit them from that window, or, if you have a preferred web development tool you can edit them locally and upload via FTP .
Most theme files are named with a scheme that makes it fairly easy to tell which one you need to edit — to put your picture somewhere in the header file, edit the header.php file (listed as Header in the Theme Editor). You’ll see that these theme file are a “mixture” of PHP and HTML. If you don’t want to change the PHP, just be sure to leave the lines bracketed with
<?phpand?>alone.On the other hand, even if you don’t know PHP, if you’ve any programming experience at all, you may be able to figure out what the pieces of code are doing and modify them. If not, be sure to choose a theme that is “widget enabled” that will allow you to make modifications to the “dynamic” part of the look and feel without editing the theme files.
Key sections of the Codex that help with getting started:
Hope that helps.
Forum: Themes and Templates
In reply to: Showing Posts from that category onlyThanks for the correction and the pointer to the plugin!
Forum: Themes and Templates
In reply to: Showing Posts from that category onlyI don’t claim to be an expert in the template hierarchy, but the “category_*.php” is used when displaying a category, i.e. the page that you get when the URL is something like
your_wordpress_address/category/some-category
When you click a link from the list of articles in the category, that takes you to a post which will be displayed in the format defined by single.php (if it exists) or index.php (if there’s no single.php). So, yes, that’s where you’ll need to make a change.
In the page describing the template tag in_category there’s an example of customizing the single.php based on the category ID.
Or you might look at Customizing your sidebar page from the Codex, where there’s a reference to a “related articles” plugin.
Best wishes.
Forum: Themes and Templates
In reply to: Republish RSS as HTMLI’ve been using Bill Rawlinson’s feedlist plugin:
http://rawlinson.us/blog/?p=212Seems to work fine on WP2.1 as well as 2.0.x (though there are feeds that the MagPie parser has trouble with).
Forum: Fixing WordPress
In reply to: Disappearing uploaded filesYes, the plugin is installed and activated.
I deactivated the plugin and reran the test. Same results.
To clarify – the post name seems to be coming from what’s entered as the Title for the uploaded file.
When it’s an image that’s uploaded both the image and its thumbnail are deleted when the post is deleted.
Forum: Themes and Templates
In reply to: Showing Posts from that category onlyI’m sure there are other ways to do this, but I use Scott Reilly’s Customizable Post Listing plugin:
http://www.coffee2code.com/wp-plugins/
After installing the plugin (instructions on the web site), you’ve got a new function that you can drop onto the sidebar to show recent posts in a specific category, which I think is what you’re asking for.
I’ve found it stable and very flexible — but from the Worpress 2.1 compatibility list, a different solution is needed for 2.1 based systems.
Forum: Your WordPress
In reply to: 2.0.8 fanfareBut there’s still no post about 2.0.8 on the blog (so if I hadn’t been over here looking for something else, I’d still be clueless).
One of the *many* things I love about WordPress is the way that information about upgrades is sent out!
[BTW, did I miss the reason the posts in the forum are now marked with relative dates (e.g. “5 days ago,” “1 year ago”) instead of the actual date of the post? Yes, I guess there may be timezone issues, but it is sometimes helpful to know the actual differences between the times of posts with some accuracy.]
Forum: Fixing WordPress
In reply to: Missing plus ( ) signs on Write Post pageNope. Ad blocking is off. Firefox 1.5.0.9. Maybe an upgrade to 2.0 is in order.
Aside from the +/- disappearing intermittently, I’ve noticed that the link button (and *just* the link button, not the bold, unlink or other buttons) sometimes disappears from the Write Post visual editor toolbar.
Forum: Plugins
In reply to: RSS Widget Feed ProblemsI don’t know if the “?” is a problem, but I’m having what may be a similar problem.
I’m trying to redisplay a couple of feeds using WP 2.1 and the RSS widget. I’ve been using the feeds for months and haven’t really noticed any problem in other tools I’ve used to display them.
What’s happening is that more than half the time I seem to get an error (“An error has occured; the feed is probably down. Try again later.”), but if I click the RSS icon used to subscribe to the feed, it comes up just fine.
[Actually, I’m trying to display 4 feeds. Feeds 3 and 4 seem to be rock solid — just the first two seem to be having trouble.]
This WP 2.1 installation is less than 24 hours old, so I don’t have a lot of history here. But if there’s something that might make the feed connections unreliable, I’d be interested to hear about it.
In the meantime, maybe I’ll look into learning more about the widget architecture so I can do something other than treat them as a black box.
Forum: Fixing WordPress
In reply to: Missing plus ( ) signs on Write Post page+’s disappeared again on an installation I’ve upgraded to 2.0.7