If you look at the first paragraph of this post, you can see that it is slightly different from the rest of the entry in terms of style. It has a different font, colour and the size is bigger than usual. This is one of the recent changes I’ve made in this site. Actually, I …
Tag Archive: WordPress
Permanent link to this article: http://www.prasannasp.net/styling-first-paragraph-of-posts/
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 ”; } …
Permanent link to this article: http://www.prasannasp.net/how-to-remove-wordpress-version-from-head-section/
Adding hover effect for Graphene social media icons
Social media icons in the Graphene top bar looks more elegantly if you add hover effect to it. For example, if you mouseover the twitter icon in top bar, it gets highlighted. Move your pointer over social media icons in my top bar for a live action or look at these images. This is how …
Permanent link to this article: http://www.prasannasp.net/adding-hover-effect-for-graphene-social-media-icons/
How to exclude categories in wordpress recent posts widget?
Sometimes you may need to exclude some categories from wordpress recent posts widget. But unfortunately wordpress has given no option to do it in default recent posts widget. Then how can you control the recent posts widget? Well, everything is possible if you know how to play with wordpress ;-). Here is a small php …
Permanent link to this article: http://www.prasannasp.net/how-to-exclude-categories-in-wordpress-recent-posts-widget/
Permanent link to this article: http://www.prasannasp.net/graphene-slider-on-other-pages-modifying-theme-functions-using-a-child-theme/
Recent Comments