All posts tagged simple-tags
Wordpress and Webdesign Forum go41 » Tags » simple-tags
| Topic — Add New » | Posts | Last Poster | Freshness |
|---|---|---|---|
include related posts in sidebar using simple-tagsI am using simple-tags for wordpress and want to show some related posts in my sidebar, when someone is viewing a single page, any ideas? finally I realized many errors with this code. I put just for debugging this in the header.php of my theme: <?php error_reporting(E_ALL); ini_set('display_errors', '1'); ?> beside many other php errors the code with st_related_posts shows errors like: Notice: Undefined property: ... |
3 | masteradmin | 1 year |
simple-tags client.php Warning: array_keys() / shuffle()How to solve these warnings! On some of my WordPress sites the error.log showed me errors and warnings like: Warning: array_keys() : The first argument should be an array in ...wp-content\plugins\simple-tags\inc\client.php on line 1310 Warning: shuffle() expects parameter 1 to ... The solution for this 'Warning: array_keys() : The first argument should be an array in ...wp-content\plugins\simple-tags\inc\client.php on line 1310' is for me to add some code in client.php This code checks is the passed argument $array is an array(), if ... |
2 | Joern | 1 year |
updated to WordPress 2.9 - Simple Tags can't work with this WordPress versionAfter updating my themes - site to WordPress 2.9 the plugin 'Simple Tags' says on top of the dashboard: Simple Tags can't work with this WordPress version The plugin is still working though and you just need to edit ... |
1 | Joern | 2 years |
site breaks (stops) after deactivation of a pluginThere are plugins for Wordpress which show automatically after the_content. If you do not like this location of display you can insert a code in your template file like single.php or index.php to call the plugin. Make sure you switch ... |
1 | Joern | 2 years |
Add New Topic
You must log in to post.