Sometimes View full post button go out of the Graphene Slider due to increased excerpt length. Default excerpt length in WordPress is 55 words. You can override this by using a plugin or custom excerpt length function. But it affects the excerpt everywhere. So, here is a function which affects only the Graphene Slider excerpt …
Tag Archive: function
How to remove WordPress version from head section
For security reasons, it is a good practice to remove the automatically generated WordPress version numbers from the head section of the page. Here is a custom function to remove those unwanted WordPress version information from all pages. You can add this code to your (child) theme’s functions.php file. function wordpress_version_remove() { return ”; } …


Recent Comments