JakeThePeg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category dropdown is displaying extra textI’m using the geo mashup maps plugin… come to think of it, I updated the plugin a few days ago, maybe that’s it….still, I don’t know why it would rewrite my categories…?
Forum: Themes and Templates
In reply to: 2 themes in one blogOk, that seems like a fair solution.
Do you have any hints about how I would write some code within this custom page template that would call on another theme’s files…as I’m still a bit lost about how this will work!
Forum: Fixing WordPress
In reply to: Return result from one category only using category search codeSorry, I’m still not clear on how I can incorporate the query_posts query with the following code:
<form action="<?php bloginfo('url'); ?>" method="get"> <?php wp_dropdown_categories('hierarchical=1'); ?> <input type="submit" name="submit" value="view" /> </form>
Any ideas?
Forum: Fixing WordPress
In reply to: Return result from one category only using category search codeThanks Michael….one more question now! How do I display the output of this code in a hierarchical list box (please note, I’d much prefer a list box, with a little scrollbar, rather than a dropdown box, if possible), with a submit button.
Forum: Fixing WordPress
In reply to: [Plugin: User Photo] List Authors with PhotosCheck this out ??
Forum: Fixing WordPress
In reply to: [Plugin: User Photo] List Authors with PhotosBlizzo – can you please provide the full code snippet for displaying a full list of User Photo Thumbnails alongside their User Name ?
This is killing me (well, my lack of PHP knowledge is killing me!)
Forum: Plugins
In reply to: Getting PHP to work in text widgetsForum: Plugins
In reply to: Author profile page and avatar beside each postWow – hot off the press – sweet!
So this allows the user to enter HTML into the profile field. But what about those users who aren’t so good at HTML and need some help from a WYSIWIG editor? Is there any easy way to add the WYSIWIG editor to this particular field in the Admin?
Forum: Plugins
In reply to: Author profile page and avatar beside each postThanks Samboll, that’s a good start.
Is there any way of turning the very basic (i.e. text only) Profile field within the WordPress “Users” section of the admin into a more advanced field with a WYSIWIG editor, so that the author can create a full page bio with images, formatted text and hyperlinks?
Forum: Plugins
In reply to: Nominating a related post (instead of auto-generating)Ok, great, thanks Mitcho!
I don’t actually want an automatic plugin, because each post that I create within my blog has at most one other post that will be related to it.
Unfortunately I’m not a great coder….any other suggestions would be really appreciated.
Just wondering if anyone had any ideas on this?
Forum: Fixing WordPress
In reply to: Permalinks – working for posts but not pagesIn case anyone was curious…it was a .htaccess file issue.
I had made the file permissions writeable for all users – apparently it didn’t like this so I deleted the .htaccess file contents, reset the permission to 660 and replaced the contents of the file (which were very lengthy) to this:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Does anyone see any problem with this?
Forum: Fixing WordPress
In reply to: Permalinks for new pagesI disabled all my plugins, then tried to create a new page, but still no luck.
Note, whenever I create a new post the page slug works, it is only when I create a new page that things don’t function correctly.
Any other suggestions?
Forum: Fixing WordPress
In reply to: Cannot add a pageHey – in the “Page Status” box it says “Published”, so I don’t think this is the problem either… ??