myfairladyah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple Categories and PermalinksI am still interested in an answer on this one. If there is no way built into WordPress to do this can anyone suggest a way through coding?
Thanks
I’m also using a Studio Press Genesis Theme – Mocha. I would really like to use NextGen Gallery thumbnails for Featured Images without having to have a copy of my thumbnails uploaded to the WP Media Library.
Any help is appreciated. Thanks.
Forum: Fixing WordPress
In reply to: Sticky post questionI’d like to suggest for future version of WordPress that “sticky” also sticks a post at the top of any category that it is in.
Forum: Fixing WordPress
In reply to: How can I create another page that doesn’t show on the menuThis seems to be a handy feature to add to the WordPress GUI on the Edit Page screen somewhere
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Increase Image Size In Galleryif you also know the height, you can reset the thumbnail size for all pix in that gallery to 570 x <height>. You’ll have bigger thumbnails but insert gallery as image list should display as you want.
Forum: Plugins
In reply to: Image links in NextGen GalleryAnswer #2) there is a link=”http://…….” arg to the [singlepic ….]
Partial Answer #1) tried link=”#” but the page jumps – I don’t like this solutionForum: Fixing WordPress
In reply to: Rename Previously Uploaded ImagesI would like to rename a .pdf file that’s in the media library because of a typo in the file name
Forum: Fixing WordPress
In reply to: Assigning a Sidebar to a CategoryI think I found the answer. I needed to copy archive.php to category-<catid>.php and then use the appropriate call to get_sidebar(). seems to work
Forum: Fixing WordPress
In reply to: Assigning a Sidebar to a Categorymaybe, but i think it has to do with the fact that in_category() works for testing the category of posts but not testing what the current category archive page is. I tried using is_category() but that didn’t seem to work either.
Forum: Fixing WordPress
In reply to: Assigning a Sidebar to a Categorythanks.
I put this code in index.php and page.php and the sidebar is now correct for the posts in the category. However, when I display the Category itself, (hover text says ‘View all posts filed under <catname>’) the sidebar is the same as that of the home page.
Forum: Fixing WordPress
In reply to: Assigning a Sidebar to a CategoryDoes this go in the pages.php or index.php under wp-content/themes near the <?php get_sidebar(); ?> ?
Or should I use the get_sidebar() function instead of the include() ?Forum: Fixing WordPress
In reply to: html disappears from divsthanks!!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Adding Close Button [x] and customizing controlsThank you all. this generally does just what we need