xhal44
Forum Replies Created
-
I’m not using the widget, I’m using the following code in my footer:
<? $content = apply_filters('the_content', '<p><!--subscribe2--></p>'); echo $content; ?>However, tried the widget too, it was set on “Use Subscribe2 Default” and it’s doing the same thing. If I set it to a specific page, then it always redirects to that page, but if I set it to ‘Home’, then it does the content switch to the blog posts.
WordPress admin > Settings > Reading
I have my Front Page set to a custom page, and my Posts Page set to my blog page.
When I’m on my front page, and subscribe, the page switches to the posts page, even though the URL remains the same (what it should be for my custom Front Page, which is basically just a static page).
Yes same thing happens on the default themes.
Forum: Plugins
In reply to: [Polylang] Switch language manually : PHP ?Try using
pll_current_language();to check the active language.Forum: Plugins
In reply to: [Yoast Duplicate Post] Broken in wp 3.8—throws errorWhere in admin is this? I think this might be a compatibility thing with another plugin. I don’t see these errors running WordPress 3.8.1.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory exhausted, but memory is set higherLooks like the server caps memory usage at 32MB, even if I try to set it higher. Changing to resolved.
Forum: Plugins
In reply to: [Really Simple Share] Most liked posts?Not a problem. I think it would be a nice feature to have and people would like it, if you find the time to add it someday. No rush.
Might end up using your “Most And Least Read Posts Widget” for now.
Not sure why this was marked as resolved when it wasn’t. Anywho, I finally did resolve this by editing the template (in my case calendar-small.php) to use custom arrays with different month names based on my ICL_LANGUAGE_CODE. Couldn’t get it to work any other way.
Coulda sworn I looked through there, don’t know how I missed it. Thanks!
I’m switching it to French. Weekdays display fine on the calendar when switching to French, so D L M M J V S, but the month name stays August 2013, instead of Aout 2013, etc. I’m not the one who installed this so I’m not too familiar with the plugin. I was able to find how to change some of the translations but not this (or the ‘no categories’ text)