atok2
Forum Replies Created
-
Forum: Hacks
In reply to: shortcode on all blog poststhank you very much for taking your time to write this
Forum: Hacks
In reply to: shortcode on all blog poststhank you very much Trey, ill try this as soon as get home
just one question, to add the category id’s is this how i do that ?
if ( $cat == $category->cat_ID ‘3’, ‘4’, ‘5’) {
Forum: Hacks
In reply to: shortcode on all blog postsSorry to not get back to you, i had a small problem to fix
We are almost there, the code works but it is on posts and pages, How do i make them show up on only posts not pages, or even better on only certain categories “if it is not hard to do”
thank you very very very much
Forum: Hacks
In reply to: shortcode on all blog postsThank you very much, this almost worked ??
your code works but when i replace the [shortcode] with the actual shortcode, it crashes, any ideas why ?
You can see here your code with the shortcode
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
function add_my_extra_content( $content ) { $content .= '<p>Latest articles</p>'; $content .= '[ess_grid alias="Articles similaires" settings='{"max-entries":"4"}' special='related'][/ess_grid][ess_grid alias="Articles similaires" settings='{"max-entries":"4"}' special='related'][/ess_grid]'; return $content; } add_filter( 'the_content', 'add_my_extra_content' );
Forum: Fixing WordPress
In reply to: weird plugins error please helpthis is the exact error message : Plugin could not be activated because it triggered a fatal error
Forum: Fixing WordPress
In reply to: weird plugins error please helpok thank you.
since each plugin is working individually i though that it was a wordpress problemForum: Fixing WordPress
In reply to: weird plugins error please helpthis is my theme:
Evolution Fitness – Responsive WordPress Theme : https://themeforest.net/item/evolution-fitness-responsive-wordpress-theme/5507895those are the plugins:
1) WPBakery Visual Composer : I had it for a while now, dont know from which site.
2) Justified Image Grid : https://codecanyon.net/item/justified-image-grid-premium-wordpress-gallery/2594251
3) Ninja popups : https://codecanyon.net/item/ninja-popups-for-wordpress/3476479?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=arscode
4) OptinMonster : https://getnulledscripts.com/optinmonster-v1-0-8-best-wordpress-popup-lead-generation-plugin/
this is the error: Plugin could not be activated because it triggered a fatal error.
thank you
Forum: Fixing WordPress
In reply to: Please help 404 nothing found error on one postI changed the permalink as you said, well the page obviously worked since the url was different, but when i changed it back to post name i got the same error :/
Forum: Fixing WordPress
In reply to: Please help 404 nothing found error on one postthank you for your help, but this didnt solve the problem.
I deleted the two articles that i had made one was the same date when the error showed up and one after. cleared cache and still the same thing.
What i dont understand is why this is happening and why this post not another one!
Forum: Fixing WordPress
In reply to: Please help 404 nothing found error on one post@bottleneck i added the “la” in the url and it works, but i want it to work with my original link which is /methode-lafay/
I un published and republished and its the same thing.
I created a new post and used the url /methode-lafay/ it seems link the words methode-lafay are getting the error. is this even possible?
hey,
this was his email
“The months and weekdays are output by the daac_make_calendar function in functions.php. I am not 100% sure on the easiest way to go about this, but I think you should look at these two pages on php.net:https://uk3.php.net/gmstrftime
https://php.net/manual/en/function.setlocale.phpHope this puts you on the right track
Cheers
Huw”if ur not able to do it, send me an email at [email protected] and ill send you the files that i replaced.
Forum: Fixing WordPress
In reply to: An unexpected error occurredwell i deactivated all and it worked, i have no idea why this is happening now i have to see which plugin is causing the error.
thank you
Forum: Fixing WordPress
In reply to: An unexpected error occurredhi
i didnt add any plugins yesterday nor the day before, so i dont think the problem is from a plugin :/Forum: Plugins
In reply to: help php language translationno one ??