BrunoAmaral
Forum Replies Created
-
I was trying to solve this for days. Thank you! ??
After upgrading to Jetpack 2.5 this solution no longer works. At least not in this particular case.
I am trying to figure out what exactly changed between 2.4.2. and 2.5 since the class names and hooks used seem to have stayed the same.
@jeremy, I figured out what the issue was.
At my development server Jetpack was not linked to wordpress.com, as a result the class for Jetpack Likes wasn’t loaded.
I added a sanity check to your code to make sure this doesn’t break the theme.
if (class_exists('Jetpack_Likes') { }
Thank you again for your help. ??
This is quite strange. I had tried that exact line of code and it wasn’t working.
Right now it all seems to be in order, thank you ! ??
@jeremy, even better, the source code is hosted in github ??
@jeremy, thank you I did just that.
I have been trying this exact code but for some reason I get the message saying “Class Jetpack_Likes not found”.
Any ideas what could be the issue?
Forum: Plugins
In reply to: [Plugin: Sociable] Sociable and template tags.the answer you need is here: https://blogplay.com/sociable-for-wordpress/
remember to disable the plugin’s option to auto-insert on other pages.
Forum: Fixing WordPress
In reply to: subscriber profileThis was very helpful. Thank you!
Now all I need to do is figure out how to produce the profile links.
Forum: Fixing WordPress
In reply to: Get Category Name Not As A LinkI’m giving this a try too, but it shows only the first category, not the one currently being viewed.
Wouldn’t it be easier to pull the information from the url ? https://www.myurl.com/category/currentcategory
Forum: Plugins
In reply to: Samsarin PHP Widget v0.2I tried your widget and it worked with html, but Php Code didn’t get parsed.
It did show up in the source code. I’m running WP 2.0.4.
Will it work with javascript? My plan is to display different google-ads depending on the category being displayed.
Forum: Fixing WordPress
In reply to: featured post in the header not working on pagesyes, that’s the problem i’m facing, both on the posts and pages.
i fixed it for now, using the_excerpt(); function. but it doesn’t show the “more” link
Forum: Fixing WordPress
In reply to: Parse Error when saving a posti just downloaded wordpress again, seems the file was incomplete for some reason. the problem seems to have been solved.