| bio | website | |
|---|---|---|
| location | Malmö, Sweden | |
| age | ||
| visits | member for | 11 months |
| seen | May 6 at 15:21 | |
| stats | profile views | 69 |
I'm a beginner at WordPress.
|
Apr 14 |
comment |
spaces inside parenthesis Although some of the reasons given aren't useful for me, they make sense and I can see how it may be useful to others. What's strange to me is that I haven't seen it used much at all in other programming languages. Maybe it's just one of those conventions that each language seems to have. |
|
Apr 13 |
asked | spaces inside parenthesis |
|
Jan 21 |
comment |
WooCommerce: Change default country on the cart page This is not an answer, but I've come to realise that the country chosen in the calculator has no bearing on the final shipping price. When using PayPal Express Checkout the shipping price is actually calculated on the shipping country returned from PayPal (which is the same as the billing country if a different shipping address is not entered). This make the matter quite a bit less pressing for us. |
|
Jan 14 |
revised |
WooCommerce: Change default country on the cart page clarified |
|
Jan 14 |
asked | WooCommerce: Change default country on the cart page |
|
Jan 10 |
answered | How is WooCommerce cart.php template supposed to be used? |
|
Jan 10 |
asked | How is WooCommerce cart.php template supposed to be used? |
|
Nov 4 |
comment |
When should add_rewrite_tag() be used? Thanks for this. One thing that I understand from your answer is that add_rewrite_tag() can be used for making placeholders to be used in Settings->Permalinks. About using a taxonomy, is it a requirement for using add_rewrite_tag()? My impression from the Codex page is that it's not, but it seems commonly used.
I expanded my question with regard to using add_rewrite_tag() in conjunction with add_rewrite_rule() as suggested in the Codex page. |
|
Nov 4 |
revised |
When should add_rewrite_tag() be used? added 550 characters in body |
|
Nov 2 |
revised |
When should add_rewrite_tag() be used? spelling |
|
Nov 2 |
asked | When should add_rewrite_tag() be used? |
|
Nov 2 |
accepted | Undefined property: stdClass::$labels in general-template.php post_type_archive_title() |
|
Nov 2 |
comment |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() Thank you. That fixed both the title and suppressed the notices, like you said. I modified it slightly to check is_tag instead of is_tax, and learned a lot in the process. |
|
Nov 1 |
comment |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() I read in this comment in a related ticket that a filter can be used to rebuild the title but the commenter doesn't elaborate. I've never created a filter myself. Any idea how to do this? |
|
Nov 1 |
comment |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() Thanks for the confirmation and the ticket. |
|
Nov 1 |
revised |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() added 1 characters in body |
|
Nov 1 |
revised |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() more info |
|
Nov 1 |
revised |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() simplified |
|
Nov 1 |
revised |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() correction |
|
Nov 1 |
revised |
Undefined property: stdClass::$labels in general-template.php post_type_archive_title() added and corrected information |