Profiles

WordPress Origin Story

I’ve been working with WordPress since 2009, I like the infinite possibilities of this CMS. Since then I started developing WP Blogs/Portals and custom themes

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
March 2019
Mar 21 Thu · 10:35
Forums med
Posted a reply to Drupal Modules to WP, on the site WordPress.org Forums:
Hi @joyously, Thanks for the reply. Yeah I know I don't know Drupal very well,…
Mar 20 Wed · 14:58
Forums med
Posted a reply to Adicionar codigo ao cabeçalho usando um custom-plugin, on the site Fórum de suporte português:
Olá @pcarvalho obrigado! :) Resultou!
Mar 20 Wed · 14:38
Forums med
Created a topic, Drupal Modules to WP, on the site WordPress.org Forums:
Hey everyone, I just started working for a Real Estat…
Mar 18 Mon · 12:22
Forums med
Created a topic, Adicionar codigo ao cabeçalho usando um custom-plugin, on the site Fórum de suporte português:
Ola pessoal, Queria saber como posso adicionar codigo…
January 2019
Jan 31 Thu · 19:55
Forums med
Posted a reply to Mostrar posts via IDs em vez de categorias/tags, on the site Fórum de suporte português:
`<?php add_action( 'widgets_init', create_function('', 'return register_widget("themedsgn_widget_carousel");') ); class themedsgn_widget_carousel extends WP_Widget { public function __construct()…
Jan 31 Thu · 19:54
Forums med
Created a topic, Mostrar posts via IDs em vez de categorias/tags, on the site Fórum de suporte português:
Ola pessoal, estou a precisar de ajuda com um hackzito…