Skip to content
Twitter page opens in new windowPinterest page opens in new window
Neweb
Featuring Top Tech News & Tutorials
Neweb
  • Tutorials
  • Themes
  • Tech
  • Plugins
  • Contact
Search:
Search
  • Tutorials
  • Themes
  • Tech
  • Plugins
  • Contact

Tag Archives: wordpress

20 Top Free Responsive WordPress Themes

Web DesignBy NewebJanuary 5, 2013Leave a comment

If my recent post on responsive design has shown me anything, it is that the responsive design debate is well and truly alive. Although one would struggle to argue that responsive design isn’t the future, that is not to say that all sites must be responsive. In my opinion, there are a handful of reasons as to why one…

Creating Responsive Pricing Table Plugin for WordPress

Tutorials, WordPressBy NewebJanuary 3, 20134 Comments

Pricing tables are a key component of your business that promotes your products and helps users choose between different services you have. Most modern commercial WordPress themes provide built in Pricing Tables. There are also plenty of free and commercial pricing table plugins for WordPress. This tutorial is intended to provide knowledge to WordPress developers…

15+ WordPress Menu Plugins For Better Navigation

Tutorials, WordPressBy NewebJanuary 2, 2013Leave a comment

Looking for a WordPress Menu Plugin to improve Front end navigation There are different types of plugins in this section. Some are for main navigation e.g. primary menu, menu in footer etc. Others are for creating simple navigation in a widget. This is useful for CMS style sites where you want to show the page…

Add a Post Thumbnail to an RSS Feed in WordPress

Tutorials, WordPressBy NewebJanuary 1, 2013Leave a comment

Have you ever needed to add the WordPress post thumbnail to an existing RSS feed? The below code will add a new element named <thumb> to your RSS feed. This element will contain a link to the post thumbnail as set in WordPress: 1 2 3 4 5 6 7 8 9 10 function ThumbRSS()…

Memorable jQuery Timeline Plugins

jQuery, TutorialsBy NewebDecember 25, 2012Leave a comment

With one of the jQuery timeline plugins listed here, you can add cool and interactive timelines to your web pages. The timeline format is not new, but really, it got popular when Facebook decided to add it to their wall design. It is a great way to show events in time – this can be anything from…

How to remove the wordpress.org link from Login / Register Page

Tutorials, WordPressBy NewebSeptember 20, 2012Leave a comment

  If you want to remove WordPress.org link from logo of your wordpress blog then just add following links of code inside your themes functions.php file. /* WordPress Change Login page logo link */ function change_login_page_url( $url ) { return get_bloginfo( ‘url’ ); } add_filter( ‘login_headerurl’, ‘change_login_page_url’ );

Neweb
Copyright © 2019 Neweb, All Rights Reserved.
Go to Top