Skip to main content

Home/ Wordpress/ Group items tagged wordpress sidebars

Rss Feed Group items tagged

Luciano Ferrer

How to Add Widgets to WordPress Theme's Footer | Tips and Tricks HQ - 0 views

  •  
    "I wanted to use widgets in the footer of my WordPress theme but my wordpress theme didn't come with a footer-sidebar by default. I didn't really wanted to change the theme just because of that. So I hacked the wordpress theme to introduce footer-sidebars. If you are looking for a tutorial that explains how you can add sidebars/widgets to the footer of your WordPress theme then keep reading."
hicham hicham

Free Wordpress Themes Blue Black Template - 0 views

  •  
    Wordpress Blue Black Ring Web2.0 Theme Template, Very Gigh Quality Designed Dark Theme for Wordpress 2.0x, come with 2 Columns, Web2.0 Inspiration, Right Sidebar, Black, Stylish Blue, Rounded Corners Theme, Works with latest WordPress release, Browser compatibility has been testing and best viewed with: Opera, Google chrome, Firefox 3x, IE7, Safari for Windows and Safari for Mac, Fixed Width, Ready RSS Button On The Right Sidebar, 125x125 Ready Ads Spots, Photoshop PSD Files Included and Widget Ready, This Theme is suitable For any Kind of Blogging and Neutral Blogging, This work is under Creative Commons Attribution-Share Alike 3.0 License, This means you may use it and make any changes you like, However, credit links must remain on footer for legal use.
drill seo

Hide or Remove Sidebar on WordPress Homepage - 0 views

  •  
    Remove Sidebar WordPress Homepage Removing Sidebar in WordPress homepage is a Simple process. Just using simple codes to remove sidebar from Homepage in WordPress blog.
hicham hicham

Free Bloglines Magazine Wordpress Theme Template - 0 views

  •  
    Free Bloglines Magazine Wordpress Theme Template, is a Simple White and Black Header Theme, Web2.0 Template, with 2 Columns, Works with latest WordPress release, Photoshop PSD Files Included and Widget Ready, Left Sidebar, Rounded Corners, Fixed Width, This Theme is suitable For any Kind of Blogging, News Blogging or For Personnal Wordpress Blog, This work is under Creative Commons Attribution-Share Alike 3.0 License, This means you may use it and make any changes you like, However, credit links must remain on footer for legal use, This Theme Was Tested and Work Fine On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, this Theme Was Tested on The Latest Wordpress Version Also.
Peter Nilsson

Weekly WordPress Roundup #22 - WP Daily Themes - 0 views

  •  
    WordPress 4.3 released, WordPress & Entrepreneurship, How To Build A Profitable Blog, Sidebar VS No Sidebar? Check out our Weekly WordPress Roundup #22.
Michelle Thompson

WordPress, GPL and Widget Context - Konstruktors Notes - 0 views

  •  
    Widget Context Plugin allows you to place different sidebar widgets on different pages and posts on your Wordpress blog. Good for having different sidebars for home pages versus individual posts or pages.
hicham hicham

Free Wordpress themes Green Web2.0 Template - 0 views

  •  
    Wordpress Green Digital Web2.0 Theme Template is a very nice Wordpress Theme, High quality Design, Come With 2 Columns, Web2.0 Template, Right Sidebar, Rounded Corners, Ready Plugins, Theme Option and Works with latest WordPress release, Photoshop PSD Files Included and Widget Ready, This Theme is suitable For any Kind of Blogging, This work is under Creative Commons Attribution-Share Alike 3.0 License, This means you may use it and make any changes you like, However, credit links must remain on footer for legal use, This Theme Was Tested and Work Fine On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, this Theme Was Tested on The Latest Wordpress Version Also.
Luciano Ferrer

widgets - Give Editor Access To Sidebar - WordPress Development Stack Exchange - 3 views

  •  
    "The edit_theme_options capability should allow the user to edit the sidebar as described on this page : http://codex.wordpress.org/Appearance_Widgets_SubPanel Code to add to functions.php $role = get_role('editor'); $role->add_cap('edit_theme_options'); Edit: This should work to prevent editor accessing themes or menus function custom_admin_menu() { $user = new WP_User(get_current_user_id()); if (!empty( $user->roles) && is_array($user->roles)) { foreach ($user->roles as $role) $role = $role; } if($role == "editor") { remove_submenu_page( 'themes.php', 'themes.php' ); remove_submenu_page( 'themes.php', 'nav-menus.php' ); } } add_action('admin_menu', 'custom_admin_menu'); I haven't had chance to test this, but it only removes them from the menu they may still be able to access them by typing in the URL directly."
Peter Nilsson

A Beginner's Guide to Creating Sidebars in WordPress - 3 views

  •  
    You can style your WordPress theme in several different ways and in this post I´ll cover some simple steps how to add additional sidebars in your theme.
hicham hicham

Free Wordpress Sports Orange Theme - 0 views

  •  
    Wordpress Sports Magazine Web2.0 Theme Template, Very High Quality Design, Come With 2 Columns, Web2.0 Inspiration Style, Left Sidebar, Orange, Gray, Blue, Rounded Corners, Ready Plugins, Works with latest WordPress release, Photoshop PSD Files Included and Widget Ready, This Theme is suitable For Sports Magazine Blogs Or any Kind of Blogging, This work is under Creative Commons Attribution-Share Alike 3.0 License, This means you may use it and make any changes you like, However, credit links must remain on footer for legal use, This Theme Was Tested and Work Fine On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, this Theme Was Tested on The Latest Wordpress Version Also.
hicham hicham

Music Grunge Magazine Wordpress Theme - 6 views

  •  
    Music Grunge Magazine Wordpress Theme, One Of The Best Wordpress Music Magazine Themes Templates, This Theme Has a Unique Design and a Good Easy To Edit Layout, Perfect for Music Blogs and Sites, The Theme Has a Number of Features Such as Theme Options For Setting 125x125 Advertisements, JQuery Powered Tabber and Social Bookmarks, Two Column Fixed Layout, Dropdown Menu, Gravatar Ready, Widget Ready, SEO Optimized, Fixed width, Logo .PSD file and Font Files are Included in Theme Folder, Right Sidebar, Dark Brown, Vector Grunge Banner
Luciano Ferrer

How to: Add shortcodes in sidebar Widgets - 1 views

  •  
    "To allow shortcodes in sidebar widgets, simply edit the functions.php file from your them and add the following code: add_filter('widget_text', 'do_shortcode');"
Luciano Ferrer

WordPress › Peter's Login Redirect « WordPress Plugins - 0 views

  •  
    "Redirect users to different locations after logging in and logging out. Define a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users. Also, set a redirect URL for post-registration. This is all managed in Settings > Login/logout redirects. You can use the syntax [variable]username[/variable] in your URLs so that the system will build a dynamic URL upon each login, replacing that text with the user's username. In addition to username, there is "userslug", "homeurl", "siteurl", "postid-23", "http_referer" and you can also add your own custom URL "variables". See Other Notes / How to Extend for documentation. If you're using a plugin such as Gigya that bypasses the regular WordPress login redirect process (and only allows one fixed redirect URL), set that plugin to redirect to wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php and set the relevant setting to "Yes" at the bottom of the Settings > Login/Logout redirects page in the WordPress admin panel. You can add your own code logic before and between any of the plugin's normal redirect checks if needed. See Other Notes / How to Extend for documentation. Some examples include: redirecting the user based on their IP address; and redirect users to a special page on first login. This plugin also includes a function rul_register that acts the same as the wp_register function you see in templates (typically producing the Register or Site Admin links in the sidebar), except that it will return the custom defined admin address. rul_register takes three parameters: the "before" code (by default ""), the "after" code (by d"
lavanya jagan

Top 15 Essential Wordpress plugins - 35 views

I would rather go for 15 SEO plugins for Wordpress Lavanya

maintenance

LinkSture Technologies

Paperio - Responsive and Multipurpose WordPress Blog Theme by Themezaa - 1 views

  •  
    Paperio is a visually appealing, clean and uncluttered, SEO and speed optimized multi-purpose WordPress blog theme fully customizable with WordPress customizer. Paperio offers sleek and modern, polished and technologically sophisticated, user friendly and easy to read attractive blog styles, featured post sliders, latest / popular post styles, header and footer styles, different sidebar styles and more to make your blog outstanding with clear content, stylish, highly visible to search engines and extra ordinary fast in page loading. Paperio contains 7 creative and unique demos with different type of styles for different purpose blogs with selection of predefined color skin and you can use custom color also. You can review below various blog styles and I am sure you will love it. But please take a look of the demo below and decide yourself!
Luciano Ferrer

WordPress - Fanciest Author Box | CodeCanyon - 0 views

  •  
    "Fanciest Author Box is a WordPress plugin developed by ThematoSoup. It's long list of features allows you to give identity to your single or multi-author WordPress blog. This premium author bio plugin is very easy to use and customize. Right after installation the author bio is, by default, enabled on all your posts, pages and custom post types. You can also implement it as a widget in your sidebars, as a template tag or manually using a shortcode. It's translation ready and users color pickers which allow you to set your own color scheme."
Luciano Ferrer

WordPress › Dashboard Tweaks « WordPress Plugins - 4 views

  •  
    "A list of the tweaks included in the Dashboard Tweaks plugin: - change the WordPress logo in the top-left of the admin bar with a custom admin logo - link that logo to the home URL instead of the new wp-admin/about.php - remove the entire sub-menu with links to Codex, forums and what not - remove the Visit Site sub-menu under the site's name - change "Howdy" into "Welcome back" - add a special favicon for the Dashboard only (ideally different from the frontend, but up to you) - change the tab title into a standard "Dashboard of [sitename]" - remove icons in front of Dashboard menus - reduce page heading size - remove publish icon of Add new Post/Page screens - add colored background to sidebar active sub-menu to add contrast - add colored background to activated plugins to add contrast - add custom footer text"
Luciano Ferrer

WordPress › Events Made Easy « WordPress Plugins - 5 views

  •  
    "Manage and display events. Includes recurring events; locations; widgets; Google maps; RSVP; ICAL and RSS feeds; PAYPAL support. SEO compatible. Events Made Easy (formally called 'Events Manager Extended') is a full-featured event management solution for WordPress. Events Made Easy supports public, private, draft and recurring events, locations management, RSVP (+ approval if wanted) and maps. With Events Made Easy you can plan and publish your event, or let people reserve spaces for your weekly meetings. You can add events list, calendars and description to your blog using multiple sidebar widgets or shortcodes; if you are a web designer you can simply employ the template tags provided by Events Made Easy."
Luciano Ferrer

WordPress › Rating-Widget « WordPress Plugins - 3 views

  •  
    "The Rating-Widget Ratings plugin allows you to create and manage ratings from within your WordPress dashboard. You can embed ratings into your posts, pages or comments. PLUS, you can embed ratings into your BuddyPress activity updates and comments. In extra, the rating support BP's bbPress forum posts ratings. All Rating-Widget ratings are fully customizable, cross-browser, support multi-language, CSS3 compliant and hosted by Rating-Widget.com. You can create unlimited ratings and collect unlimited votes. The rating editor allows you to fully customize your ratings and its placement on your blog's layout. You can also avail of the the 'Top Rated' widget that will allow you to place the widget in your sidebar. This widget will show you the top rated posts, pages and comments."
aymn nano

wordpress ads plugins - 0 views

  •  
    wordpress ad manager plugins will help you control your ads and also insert ads in content and sidebar here  wordpress ads plugins check
1 - 20 of 45 Next › Last »
Showing 20 items per page