| bio | website | |
|---|---|---|
| location | France | |
| age | 39 | |
| visits | member for | 1 year, 7 months |
| seen | yesterday | |
| stats | profile views | 24 |
Free-lance worker, help-desk assistance, front-end development, Wordpress
|
1d |
comment |
Override Taxonomy Template In your case the template would be taxonomy- product_categories.php. If if's not working, go to your taxonomy page in admin, click on "view" for any custom taxonomy, check URL and in the source, the classes on the <body> tag, it will help you to check what kind of page WP thinks you're on. |
|
Apr 22 |
comment |
array_replace throwing php_warning but working anyway Works like a charm ! I checked before posting code to transform an object to an array but it was somehow complicated. Your solution works perfectly : order is still injected, without warning now. Thanks. |
|
Apr 22 |
accepted | array_replace throwing php_warning but working anyway |
|
Apr 22 |
asked | array_replace throwing php_warning but working anyway |
|
Apr 10 |
comment |
Pagination when using multiple loops that will produce a strange navigation for users. What if there is 5 post per page, 20 posts in cat 5 and 10 posts in cat 6 ? On the third page, the second loop will be empty. I would provide only 5 last posts on the homepage, and a link to cat 5 and another one to cat 6, where user could have the rest, and you will have normal pagination. If you need to keep it that way, i would use the offsetparameter on each loop to load next posts on following pages, using the page query_var to calculate the offset. |
|
Apr 4 |
revised |
wp nav menu set limit only on top levels added 1137 characters in body |
|
Apr 3 |
awarded | Custodian |
|
Apr 3 |
reviewed | Approve suggested edit on wp nav menu set limit only on top levels |
|
Apr 3 |
answered | wp nav menu set limit only on top levels |
|
Mar 30 |
answered | get post by nav id |
|
Mar 28 |
comment |
Can't upload any media files / images to Wordpress Also maybe check in /wp-admin/options.php that there is no fancy or incorrect upload_path |
|
Mar 24 |
comment |
Image rotation fails to regenerate custom sized thumbnail Use a plugin like Simple Image Size to regenerate thumbnails manually (the plugin could do it in batch, don't worry). |
|
Mar 3 |
comment |
404 error on cyrillic url It says that your category have no ads inside, which is true (0) and I don't fall upon a 404. But the URL look strange /дошка-оголошень/перегляд-оголошень/2/куплю/ did you check rewrite rules and pagination ? |
|
Mar 2 |
revised |
Link post images to post Corrected get_the_permalink() to get_permalink() |
|
Mar 2 |
answered | Link post images to post |
|
Mar 2 |
answered | Show posts from two or more custom taxonomy terms |
|
Feb 28 |
revised |
If permalink is equal to current site url adding conditionnal for echoing |
|
Feb 28 |
comment |
If permalink is equal to current site url You're welcome. I'm doing a small editing for not echoing nothing. |
|
Feb 28 |
answered | If permalink is equal to current site url |
|
Feb 20 |
comment |
After 3.5.1. upgrade, posts appearing on Site yet *NOT* in WP admin! Check for PHP errors. I had some issue with PHP version and plugin updates when upgrading some old sites (deprecated functions) |