difimon
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize a post to a groupNo one there? Posting to a linkedIn group?
Forum: Plugins
In reply to: [Wiki] Associate a wiki to a categoryForum: Plugins
In reply to: [Wiki] Associate a wiki to a categoryThank you so much for your answers.
Yes, and you already have answered me also there, so another thank you.
So let’s go further with the discussion on there.Marco
Forum: Plugins
In reply to: [Wiki] Associate a wiki to a categoryHi @david,
Thank you so much for your reply.
Therefore, I will evaluate if I need that and buy the pro version in case. Can you remind me the costs?
I have also noticed that when I click on the discussion button the page is blank!?
Do you know why?Another things that I noticed, is that if you know an URL and you add “?action=edit” you are able to see the content of the wiki, even if you have not the login permissions.
Is it a bug?Thank you,
Marco
Forum: Plugins
In reply to: [Exec-PHP] Warning messagesJust write
ob_start();on the top of your functions.php. Logically immediately after <?php tag 🙂Hi Will,
I thank you again, you have been really really helpful!
Kind regards,
Marco
Really really really thank you so much!
I removed the include line and it works good. Now I just have to get rid of the last warning that has to do with ‘functions.opengraph.php’. I tried to deactivate the jetpack plugin which allows me to publicize posts written through wordpress to social networks. However there is still this warning:Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-includes/l10n.php:189) in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/twentytwelve/functions.php on line 570
Can you help me a little more?
Thank you so much.
MarcoForum: Hacks
In reply to: Include and use PHP class into a wordpress pageOk. Thank you so much. Let’s asssume that I am working for my “website prototype” on localhost and after I am able to integrate that php class into wp, I will work on another website which is already online. So, isn’t a waste of time do a child theme for that site (on localhost) that I will throw away when I finish my tests? If it is, could you kindly explain just the right include syntax, where to put my php class to let it works and (if case) what plugin I need to install.
Hope you can help me 😀
Thank another time,Marco
Forum: Hacks
In reply to: Include and use PHP class into a wordpress pageOK thank you so much for the reply. I will make a child theme. After that, you suggest to copy paste my php class into the functions php? Could I also take it in another file or in another folder?
Forum: Hacks
In reply to: Include and use PHP class into a wordpress pageI don’t want to change the theme. I have a PHP class which allows me to print some text from another website (extract info from linkedin). I don’t want to repeat all the code in the page, I just want to inlclude the class and use the functions.
Thank you Jeremy for the clarification.