Skip to main content

Home/ Wordpress/ Group items tagged you

Rss Feed Group items tagged

Luciano Ferrer

WordPress - Total Control HTML5 Audio Player for WordPress | CodeCanyon - 4 views

  •  
    "The Total Control HTML5 Audio Player for WordPress is jQuery plugin widget that streams audio and features a manageable playlist. It features 3 skins and a mini player option for a more compact interface. Playlist rows can be dragged and dropped to rearrange song order and new songs can be added on the fly. Also, users can choose which songs are to be skipped when repeat is enabled. When configuring the plugin widget, you can select a playlist you have created in the Playlist Manager."
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.
umers36

WordPress Blog Theme For Your Blog - 0 views

  •  
    Blogging has become a proper business to earn decent money. To get your blog up and running you need a very reliable framework. And the answer is WordPress. WordPress has become the standard for blogging as well as normal business websites. You will find hundreds of thousands wordpress blog themes across the web.
Luciano Ferrer

MX Lookup Tool - Check your DNS MX Records online - MxToolbox - 2 views

  •  
    "This test will list MX records for a domain in priority order. The MX lookup is done directly against the domain's authoritative name server, so changes to MX Records should show up instantly. You can click Diagnostics , which will connect to the mail server, verify reverse DNS records, perform a simple Open Relay check and measure response time performance. You may also check each MX record (IP Address) against 100 DNS based blacklists . (Commonly called RBLs, DNSBLs) "
Vernon Fowler

10 Must Have bbPress Plugins for WordPress - WPMU.org - 0 views

  •  
    "The bbPress plugin is a great option for providing your users with a forum that integrates seamlessly with WordPress, almost as if it were a natural part of the core. The goal is to keep it as speedy and light as possible. Therefore, the bbPress plugin doesn't include everything you need for a full-featured forum for WordPress. You'll need to add in functionality via plugins. I've selected some of the best current add-ons for bbPress. These plugins will help you to be able to provide a smooth experience as well as many of the commonly-expected features of a standalone forum."
Luciano Ferrer

WordPress › SEO Smart Links « WordPress Plugins - 2 views

  •  
    "SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more. SEO Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog. Further SEO Smart links allows you to set up your own keywords and set of matching URLs. Finally SEO Smart links allows you to set nofollow attribute and open links in new window."
Luciano Ferrer

30 Fresh Wordpress Themes-Free Download - Designbeep | Design Inspiration Free Resources - 1 views

  •  
    "WordPress is still the most popular and fastest growing blogging platform either for personal work or business work.One of the main feature of wordpress is being open source so other than developers,users also can create themes or plugins.You can find thousands of free wordpress themes but i know it takes too much time for you to find a good looking wordpress theme for your needs. We regularly look for new and free wordpress themes and bring them together.Today we again have a great collection of free wordpress themes.They are mostly fresh ones and compatible with wordpress latest versions.Here is the free wordpress themes collection."
Vernon Fowler

WordPress 3.5 And WPDB Prepare - 0 views

  • “Warning: Missing argument 2 for wpdb::prepare()” How do I fix it? If you are seeing an error after upgrading to WordPress 3.5 that says something like this, you need to upgrade your theme. We have fixed this with all of our themes and they are ready to download and re-install from your account page. What if I have customized my theme’s code and don’t want to upgrade? For those of you who have customized your theme’s code and don’t want to do a full upgrade, you’ll need to take a look at the warning message. Here’s a sample error we have fixed from the Biznify Theme: Warning: Missing argument 2 for wpdb::prepare(), called in /home/mintthem/public_html/demo/wp-content/themes/Biznify/products-pagetemplate.php on line 39 and defined in /home/mintthem/public_html/demo/wp-includes/wp-db.php on line 990 Step 1: Open the file it tells you to open. In this case, it is products-pagetemplate.php and Go to the line it refers to. In this case it is line 39 Step 2: Find the code that looks like this: $wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘$item_number’;”) Step 3: Replace $item_number with %d Step 4: Add $item_number after the last quotation mark. Also, make sure to put a comma before it. (notice the comma before $item_number below) Example: $wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘%d‘;”, $item_number)
  • $price = $wpdb->get_var($wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘%d‘;”, $item_number));
  • WordPress 3.5 And WPDB Prepare
Luciano Ferrer

20+ Beautiful Education WordPress Themes - 4 views

  •  
    "If you plan is to start a new education website, or if you want to improve your existing website it is wise to be looking among the pre-designed education WordPress themes. This can be time consuming and that's why we are sharing this collection of beautiful themes. Most of these are premium, but there are also good free items below. Explore them and share with us your thoughts!"
Md. Iftekharul Ibna Alam

How to Change WordPress Default Username for Security | TiPS4BLOG - 0 views

  •  
    If you don't set an admin username at the time of installation, by default WordPress set username as the Admin. This will throw you in risk because hackers know very [...]
Vernon Fowler

WordPress › WP Maintenance Mode « WordPress Plugins - 0 views

  •  
    "Adds a maintenance-page to your blog that lets visitors know your blog is down for maintenancetime. User with rights for theme-options get full access to the blog including the frontend. Activate the plugin and your blog is in maintenance-mode, works and see the frontend, only registered users with enough rights. You can use a date with a countdown for informations the visitors or set a value and unit for infomrations. Also you can add urls for exlude of maintenance mode."
Alice Brown

Best Plugins to Help Backup Your WordPress Website - 0 views

  •  
    Backing up your wordpress website everyday is very important, but be safe use both a plugin and also a payed service plugins don't always do the job right. The last thing you want is to lose all your content you have created over the years in this post we give…
Aman Khani

A Complete Guide for Beginners Who're looking for Great Domain Name to Purchase - 0 views

  •  
    Are you looking out to earn money through the internet? If so, you need to setup a website or blog about your favorite subject or to sell or showcase your products.
Erik Emanuelli

How to Improve Internal Search in WordPress - 0 views

  •  
    Why improve internal search in WordPress? When you own a site, you need to put your content first and a good search feature is one of the top ways to do so.
Luciano Ferrer

Best Quiz Plugin for WordPress: WP Quiz - 0 views

  •  
    "WP Quiz is a completely FREE quiz plugin that will let you create endlessly customizable and highly professional quizzes for your WordPress site. Nothing is quite so sharable as a good quiz. WordPress Quiz plugin allows you to build quizzes easily and the end results are engaging, professional and dynamic."
Luciano Ferrer

ImageInject - 0 views

  •  
    "ImageInject, previously called WP Inject, allows you to easily insert photos and images into your WordPress posts. Search among many thousands of free creative commons images for any keywords of your choice, then pick the best of them for the article you are working on and insert them into your post or set them as featured image! Best of all it is super fast: Injecting an image only takes 3 clicks in total!"
Erik Emanuelli

Do I Need a Content Delivery Network for WordPress? - 0 views

  •  
    What is a CDN? When do you really need a Content Delivery Network for WordPress? Is it necessary for your site? Also, which CDN option should you go for? This post will answer all of the above questions.
Erik Emanuelli

Free or Premium WordPress Themes: What Should Your Choice Be? - 0 views

  •  
    When it comes to your theme search, the key question you should ask is, free or premium WordPress themes - which is right for you? Let's find out!
Erik Emanuelli

5 Free SEO Tools for WordPress to Boost Your Google Rankings in 2016 - 4 views

  •  
    Search engine optimization is an intimidating topic for new websites, but using these free SEO tools for WordPress, you'll boost your Google rankings soon.
  •  
    How do you improve your wordpress rankings with these tools. I think they only give you to find stats about keyword traffics. We do not get rankings based on keywords only.
Luciano Ferrer

Post Types Order - WordPress Plugins - 1 views

  •  
    "Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard. A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability. The order can be customized within default WordPress post type archive list page or a separate Re-Order interface which display all objects. It allow to reorder the posts for any custom post types you defined, including the default Posts. Also you can display the posts within admin interface sorted per your new sort. Post Order has never been easier."
  •  
    Indian Companion In Dubai Indian Escort In Dubai Arab Independent Escorts In Dubai Arab Model Escort In Dubai Arab Escorts Service Dubai Pakistani Escorts Indian Call Girls In Dubai Pakistani Cheap Call Girls In Dubai Arab Cheap Escorts Service
« First ‹ Previous 161 - 180 of 945 Next › Last »
Showing 20 items per page