Forum Replies Created
Hi,
WordPress updated itself to 4.2.2 and now the paging doesn’t work again.
http://mind.denialdesign.co.uk/mind-map-examples/education-mind-map-examples/
If you click on any page under “sciences” or “humanities” the packages that are displayed do not change.
I’ve applied the new functions file and I still can’t get the description to output using desc=1
It works when it put desc=”this is a description”
Sorry that version broke the admin area:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wpdm_load_textdomain’ not found or invalid function name in /wp-includes/plugin.php on line 496
Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/plugin.php:496) in /wp-includes/pluggable.php on line 1196
Sorry I misunderstood what you meant by “we used the desc parameter to write full description directly from short-code”, that I need to enter the description directly into the short code.
Is it possible to add html (e.g. links) in the description?
Thank you, that’s fixed the paging problem.
The category descriptions still aren’t showing however. Do you think this could be an issue with the theme I’m using rather than a your plugin?
Either way it’s not working for me.
Is there something I need to change in my functions.php file to show category descriptions?
Also do you have a better suggestion for showing multiple categories per page in a layout similar to http://mind.denialdesign.co.uk/mind-map-examples/education-mind-map-examples/ ? And without the paging issue I mentioned earlier?
The documentation says: “desc: optional, you can use any text there, if you use “1″ then it will show the category description, otherwise will show the custom text string, if you skip that parameter will not show category description”
I’ve tried both and neither work.
Is there a better way to achieve what I’m after than using multiple short codes?