3,891 reputation
1522
bio website kathyisawesome.com
location
age
visits member for 1 year, 11 months
seen yesterday
stats profile views 540

Freelance WordPress developer. Child theme expert. Guacamole pro.


1d
comment Category page doesn't use category.php, instead it redirects to homepage
Anything weird in your .htaccess? Also, triple check that you've uploaded the category.php to the right theme's folder. I have totally made errors in FTP before. What about sub-sites that have the same name as the category? Or pages with the same slug?
2d
comment How to use different short description in shop page and in product page in woocommerce
The filter goes in your theme's functions.php file
2d
revised How to use different short description in shop page and in product page in woocommerce
explain where filter goes
May
16
comment How can I highlight specific pieces of text within a blog post?
Have you looked at any of the numerous WordPress shortcodes plugins? Most have a TinyMCE editor interface.
May
15
comment How to use different short description in shop page and in product page in woocommerce
I have edited my answer again to show how to filter the description in lieu of editing templates.
May
15
revised How to use different short description in shop page and in product page in woocommerce
added 464 characters in body
May
15
comment How to use different short description in shop page and in product page in woocommerce
I think you need to edit your question or perhaps even ask a new (different) question. I have answered the question as originally asked. FYI- the short description displays by default on the product page, unless your theme has modified it.
May
15
comment How to use different short description in shop page and in product page in woocommerce
So just copy the original template and add "Entre em contacto" to it. What about my solution isn't working for you?
May
7
comment How to use different short description in shop page and in product page in woocommerce
Check my edit. Otherwise, clarify your question.
May
7
revised How to use different short description in shop page and in product page in woocommerce
added example
May
5
comment Programatically add options to “add new” custom field dropdown
Sure thing. You can make metaboxes without plugins (plenty of examples on here, the Codex or just by googling). but sometimes plugins can do exactly what you need or make your life a lot simpler.
May
4
comment Programatically add options to “add new” custom field dropdown
If you need specific fields filled out, why not use a custom metabox? There are a lot of options out there for doing this easily: Meta Box, WP Alchemy, Advanced Custom Fields, etc
May
3
comment Change order of posts
See this explanation on why not to use query_posts: wordpress.stackexchange.com/questions/1753/… Also, you can post code here... no need to link to pastebin.
May
3
comment Remove “In archive” widget
Some themes have a fall-back for empty widget areas. I disagree with this premise, but even Twenty Twelve does it.
May
3
answered How to use different short description in shop page and in product page in woocommerce
May
3
comment What is the Javascript event for an item being added to the cart in Woocommerce?
You should really ask your own question. And when you do try to be really specific about what you are doing and where you are failing. "it is not working" doesn't tell anyone anything useful.
May
3
comment Modify Taxonomy pages to exclude items in child taxonomies
Sweet!! I checked this out and was able to adapt your code to work for all taxonomies, which was the original question. +1 (i'd give you more upvotes if I could)
May
3
revised Modify Taxonomy pages to exclude items in child taxonomies
finally working on pre_get_posts
Apr
18
comment Removing an action from an external plugin class
Was the plugin initialized as a global variable?
Apr
17
comment How can i display movies in profile page, added by an user?
Nicely commented example. +1