kangel
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Pages] Pages are MIA after updateSame issue here; no pages are appearing.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Active Feeds Not PublishingI am also having this issue. Everything was working fine until I updated the plugin a few hours ago. I noticed recent posts were not importing, so I deleted all posts through the plugin and tried to Click to Fetch Feeds Now, and it says there are no new feed items to add. Deleting previously worked… seems something is off on the plugin update.
Forum: Themes and Templates
In reply to: Need Previous/Next in overlay window for PostsI already have—the developer is on vacation for the next week; my creative director is looking to have this updated asap.
Because it is a gallery function, are you able to help?
Thanks.
Forum: Fixing WordPress
In reply to: the_category exclude categoriesAwesome.
I tried keesie’s code first, since I want the categories to appear on some pages but not all. It did the trick! Thanks for the help!Forum: Fixing WordPress
In reply to: How do you strip shortcodes from search pages?Thanks vtxyzzy—I tried the code and it didn’t seem to work.
The theme is built with ‘the_content’ showing all teasers so we have more flexibility with filters and styling. I think my big problem is the ‘is_search’ function, since it’s not working like the is_home is.
Is there a different way to tell all search result pages to hide shortcodes?
Reference to is_search is found on the wordpress doc here towards the lower half of the page.
Forum: Plugins
In reply to: [Plugin: Advanced Most Recent Posts] Categories box not workingI’ve since installed the Query Posts plugin; works great.
Forum: Fixing WordPress
In reply to: HELP! blog down: Fatal error: Call to a member functionFound the line that was causing this error –
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;However, this was working previously. Still am not able to get the pagination to work. Esmi – please take a look if possible and see what is wrong with my query_posts string. Strange that the pagination is not working anymore. Was working fine before; I have not upgraded to a new version or added any plugins.
Thanks.
Forum: Fixing WordPress
In reply to: HELP! blog down: Fatal error: Call to a member functionWhat in the world did I do?! Same issue as posted above. I didn’t change any code, yet something happened when I opened my index.php. I did not open any of the wp-include files. I noticed the bottom pagination was not working, so I tried fixing; but hit undo when I noticed this code appear. Undo-ing did not fix; for some reason the error remained. PLEASE HELP!
Forum: Themes and Templates
In reply to: Dropdown flashes uncontrollably in IEI deactivated and deleted the e-commerce plugin, and not NOTHING is showing up in IE except a pink screen! How on earth would deactivating a plugin break the entire site? It still appears correctly on other browsers, but broken in IE.
Forum: Themes and Templates
In reply to: Dropdown flashes uncontrollably in IEI tried to talk the client out of the pink…I tried really hard. I know. It’s very bright!
Thanks for your help – I’ll check to see if this works.
Forum: Fixing WordPress
In reply to: Next Page Link doesn’t existsaccessko—Does your code look like this on line 4?
if (strpos($paginate_base = ‘http://www.momcultureonline.com/index.php’) || ! $wp_rewrite->using_permalinks()) {This is the URL I’m working with…
It doesn’t seem to be working, and it adds an error message to my index page:
“Warning: Wrong parameter count for strpos() in D:\Hosting\2284568\html\wp-content\themes\monochrome\navigation.php on line 5”Did you find any other solutions for this? I am also working in Monochrome.
Forum: Themes and Templates
In reply to: Dropdowns no longer workingThanks. Unfortunately this doesn’t help. I know it’s theme related, since the dropdown feature came with the theme. I need help with this code.
Forum: Fixing WordPress
In reply to: Home page needs different # of posts than category pageIs anyone having issues with the code posted by Simon in wp 2.8.4? This code was working great until I updated (I think that’s when it broke…) I now get an error page.