Skip to main content

Home/ Wordpress/ Group items tagged update

Rss Feed Group items tagged

Vernon Fowler

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.
Vernon Fowler

How to Optimize Videos for SEO [an Interview With Joost de Valk] - 2 views

  • Video SEO is mostly a technical thing, assuming you already have video content. It offers absolutely great opportunities because it allows you to appear in the search result pages with a video snippet, which includes an image and therefore attracts far more attention and clicks then a "normal" search result.
  • What does your Video SEO plugin actually do? It goes through a series of steps, as soon as you update a post that you put a video in: It recognises the video and, depending on whether it's a self-hosted video or hosted on a site like Vimeo, determines what to do; If it's for instance hosted on Vimeo, it'll retrieve the video details from the Vimeo API; It'll determine which thumbnail to attach to the video and what the duration of the video is; It then saves all this metadata so that you get a video snippet in the snippet preview AND a video XML sitemap entry is generated for the post / page. It does all that on the fly, as soon as the plugin is activated you only have to add a video to a post and it'll automatically recognize it and go through those steps for you.
  • if you are serious about video production for your WordPress site and stand to profit from increased rankings and click-throughs, you should strongly consider purchasing Video SEO
  • ...1 more annotation...
  • If on the other hand you are a "hobby" blogger or are not profiting from your site's traffic, the plugin may not be a viable option. If you do not stand to profit from the investment, $89 is a considerable sum of money to fork out.
Vernon Fowler

Additional Settings for Managing Your WordPress Network - For Dummies - 2 views

  • the Sites page is where you create and delete sites and make edits to properties of the sites within your network. The Sites page also lists all the sites within your network and basic statistics about the path, including when updates occurred.
  • The management options for network sites are as follows: Edit: A link to the Edit Site page where you can change aspects of each site. Dashboard: A link to the Dashboard of the site. Deactivate: Click to mark the site for deletion in your network; a message displays in a pop-up window that asks you to confirm site deactivation. Click the Yes button to confirm. This action can be reversed by revisiting the Sites page and clicking the Activate link that appears underneath the site pathname. Archive: Click to archive the site in your network. This action can be reversed by revisiting the Sites page and clicking the Unarchive link beneath the site’s pathname. Spam: Clicking this link marks the site as spam and blocks the users from being able to access the dashboard.
Monique Mallo

Fissionlink Blog - 0 views

  •  
    FissionLink news, updates, and other social media related musings as told by Monique Mallo.
Vernon Fowler

WordPress › Support » [Plugin: Adminimize] Help with "Your own options" - 2 views

  • Example based on my need: I was hiding Custom Field Template on the Post page, so i went to the bottom of the post options, then added the name in the left text area (Custom Field Template in my case, for your reference so it can be anything...) and the selector for the element in the right (# for ID and . for class - so i entered #cftdiv) Name for option in left -> selector in the right Click "Update Options" Go back down and find your newly created option and select the boxes as needed
marshal sandler

MarshalSandler.com » The Features You'll Love « WordPress.com - 0 views

  • The Features You’ll Love « WordPress.com Image via CrunchBase Just upgraded to latest version of Wordpress and Zemanta Wow New Dashboard Excellent I updated my Zemanta yesterday !  When designers understand semantics general semantics and mathematics you get a Zemanta ! This integration with Gmail makes E Mail use a valuable form of communication !   In my opinion Both Gmail and Yahoo are now true social media and advertsing tools ! The ability to add content and  photos may make an item worth opening in your In Box  WOW ! Finally there is a Firefox Add On that make Firefox Complete !  I also use Glue from Adaptive Blue and Tumblr which Mr Wilson is involved in! It is obvious to me than Mr Wilson understands the Internet is about content creation and distribution. I can see advertisers adding product to Zemanta and using Gmail and Yahoo to deliver ! The Features You’ll Love « WordPress.com. Related articles by Zemanta WordPress 2.7 - So Much to Love! (mcbuzz.wordpress.com) WordPress.com Bloggers Get New Support and Help Site (lorelle.wordpress.com) Zemanta now helps you write e-mails (news.cnet.com) Zemanta AdaptiveBlue
  •  
    worpress
Fabian Herbel

How To Protect Your WordPress Theme Against Upgrades - 0 views

  • Choose Plugins That Don’t Require Theme Modifications
    • Fabian Herbel
       
      That's the main problem with the idea of child themes: What's with all the plugins the need editing the php-corefiles in case of theme update. I have no idea for a useful working routine in that case.
John Pratt

How to check server requirements for WordPress 3.2 upgrade - 6 views

  •  
    This is a tutorial on how to check your server requirements to make sure you can upgrade to wordpress 3.2, and a review of the new features, and new default 2011 theme that will be released with this new WP udpate.
Peter Nilsson

CSS Hero WordPress Plugin Updated to 1.1 With New Great Improvements - 3 views

  •  
    CSS Hero is an awesome customization tool and plugin that can be used by anyone who want to customize their WordPress themes with new colors, fonts or CSS effects. 
Andrew Weiers

Wordpress plugin developer India | No-1 Wordpress Plugin India - 0 views

  •  
    WordPress Programmers offer SEO friendly websites so that it can appear in all leading search engines. There are many interesting features that allow you update your site with utmost ease. When it comes to plugin customization and installation, WordPress Programmers is a name you can rely upon.
madeinbrian

How to Start a WordPress Blog: Step-By-Step Guide 2016 Update - WP Multiverse - 0 views

  •  
    First of all, let me congratulate you by saying that you have taken an excellent decision. Creating a blog allows you to know more about the topics you are interested about, and comes with several opportunities to earn some extra income. You need to follow these basic steps to create a blog.
« First ‹ Previous 81 - 98 of 98
Showing 20 items per page