Skip to main content

Home/ Wordpress/ Group items matching ""wordpress widgets"" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
3More

WordPress › Content Audit « WordPress Plugins - 4 views

  • You can display the audit details to logged-in editors on the front end if you want, either above or below the content. You can style the audit message.
  • If you want to see sparklines from Google Analytics, also install the Google Analytics Dashboard plugin. This will give you some idea of how popular an article is, which might influence your decisions.
  •  
    Lets you create a content inventory right in the WordPress Edit screens. You can mark content as redundant, outdated, trivial, or in need of a review for SEO or style. The plugin creates a custom taxonomy (like a new set of categories) that's visible only from the admin screens. Since the content status labels work just like categories, you can remove the built-in ones and add your own if you like. You can also assign a content owner (distinct from the original author) and keep notes. The IDs are revealed on the Edit screens so you can keep track of your content even if you change titles and permalinks. The plugin supports the new custom content types in 3.0.
1More

How can I make the title of widgets in my sidebar a link to another... - 1 views

  •  
    Utilizando un plugin

Create a Listing Page in WordPres Site using WP-Property Plugin - 0 views

started by siva kumar on 15 Oct 13 no follow-up yet
1More

Better Tag Cloud - 0 views

  •  
    Lots of configuration options, a widget and a shortcode to add tag clouds to posts and pages.
1More

White Label CMS - 0 views

  •  
    Allows customization of dashboard and logos, removal of menus, giving editors access to widgets and menus plus lots more.
1More

Shortcode Exec PHP - 0 views

  •  
    Execute arbitrary, reusable PHP code in posts, pages, comments, widgets and RSS feeds using shortcodes in a safe and easy way
1More

Kalin's Post List - 0 views

  •  
    Creates a widget, shortcode or PHP snippet for inserting dynamic, highly customizable lists of posts or pages such as related posts or table of content
1More

Zemanta - 0 views

  •  
    Zemanta finds related content while you write your post, so you can add pictures, links and widgets with a single click.
9More

Post Types « WordPress Codex - 1 views

  • it is better if you prefix your identifier with a short namespace that identifies your plugin, theme or website that implements the custom post type. For example: acme_product or aw_product for products post type used by a hypothetical ACMEWidgets.com website
  • Namespacing your custom post type identifier will not guarantee against conflicts but will certainly minimize their likelihood.
  • Do pay close attention to not having your custom post type identifier exceed 20 characters though, as the post_type column in the database is currently a VARCHAR field of that length.
  • ...6 more annotations...
  • register_post_type( 'acme_product', array( 'labels' => array( 'name' => __( 'Products' ), 'singular_name' => __( 'Product' ) ), 'public' => true, 'has_archive' => true, ) );
  • When you namespace a custom post type identifier and still want to use a clean URL structure, you need to set the rewrite argument of the register_post_type() function. For example, assuming the ACME Widgets example from above:
  • 'rewrite' => array('slug' => 'products'),
  • Note: In some cases, the permalink structure must be updated in order for the new template files to be accessed when viewing posts of a custom post type.
  • single posts of a custom post type will use single-{post_type}.php and their archives will use archive-{post_type}.php where {post_type} is the $post_type argument of the register_post_type() function.
  • In any template file of the WordPress theme system, you can also create new queries to display posts from a specific post type. This is done via the post_type argument of the WP_Query object.
2More

Omit Widget-Columns from Pages - 0 views

shared by anonymous on 24 Mar 10 - Cached
  •  
    My Wordpress inquiry regarding creation of a single-column page that contains relevant posts as well as any inserted text (which I intend to use as a Diigo collaboration pane).
  •  
    This is a personal inquiry on the Wordpress Support forums. If you are interested in an alternative design for the standard Page, check it out.
« First ‹ Previous 81 - 100 of 118 Next ›
Showing 20 items per page