Skip to main content

Home/ Wordpress/ Group items matching "examples" 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
1More

WordPress Plugin - List SubPages - 0 views

  •  
    Do you know what is list subpage wordpress plugin? In this article, we will see example of shortcode.
1More

Implement D3 Example in Drupal 8 - 0 views

  •  
    Drupal 8 is a new generation of Drupal. It is a digital experience platform that helps to reach your web content far and wide.
3More

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
2More

Teoría del Átomo según Cantinflas - 0 views

  •  
    ¿Didáctica del sentido común?
  •  
    ¿Didáctica del sentido común?
1More

The Interesting Stories Behind Brand Names - 0 views

  •  
    The Interesting Stories Behind Brand Names; Not Enough Fans on Your Facebook Fan Page? Learn How to Increase Your Fan Base; How Google +1 Can Change the Dynamics of SEO
1More

WordPress › WordPress Plugins - 0 views

  • Start by creating an "assets" directory in the root of your SVN checkout. This will be on the same level as /tags and /trunk, for example. Inside that assets directory, you can make a file named "banner-772x250.png" or "banner-772x250.jpg". The image must be exactly 772 pixels wide and 250 pixels tall.
1More

WordPress › Support » Maximum upload file size - 0 views

  • A simple example in .htaccess file <IfModule mod_php5.c> php_value post_max_size 10M php_value upload_max_filesize 40M php_value memory_limit 500M </IfModule>
1More

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
1More

Improving the Performance of your WordPress Site: Part 1 - 0 views

  • Optimising CSS & JavaScript With the above informatinon in mind aim to lower the amount of css and javascript files your theme has, for example include your reset.css in your style.css, and for wp-page-navi add it to your style.css too. Some plugins add css or JavaScript to your theme It’s a good idea to filter these files out and add them to your own style.css or a javascript file. Justin Tadlock has written a  useful guide on how to disable scripts and styles belonging to many plugins. http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles You can also minimise you css with CSS Drive’s CSS Compressor to lower your style sheets size by that extra bit. It all adds up!

Yoast GA Plugin for WP - Cross Site Scripting Vulnerability - 14 views

started by David McCart on 04 Dec 09 no follow-up yet
Tsudo liked it
2More

WP Post Columns Plugin 2 - 0 views

  • When writing a wordpress post simply use the following shortcodes to create your columns: For example shortcodes you can copy and paste directly into a wordpress post please check the first comment on this post. Additional Info:
  •  
    A plugin from Sam Burdge. A great way to include columnar data in a Wordpress post/page.
4More

Conditional Tags « WordPress Codex - 0 views

  • The Conditional Tags can be used in your Template files to change what content is displayed and how that content is displayed on a particular page depending on what conditions that page matches. For example, you might want to display a snippet of text above the series of posts, but only on the main page of your blog. With the is_home() Conditional Tag, that task is made easy.
  • is_single()  When any single Post (or attachment, or custom Post Type) page is being displayed. (False for Pages)
  •  
    Great for use with the Widget Logic plugin. A reference for all the conditional tags that help you restrict a widgets viewing.
  •  
    Warning: You can only use conditional query tags on or after the init action hook in WordPress. For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function.
1More

Link to a specific part of a YouTube video - 4 views

  • If you want to link to a specific part of a video on YouTube, you can. For example, http://www.youtube.com/watch?v=PjDw3azfZWI#t=31m08s Notice the “#t=31m08s” on the end of the url? That link will take you 31 minutes and 8 seconds into that video.
3More

The Ultimate List of Premium Wordpress Theme Providers | Netchunks - 10 views

  •  
    nothing like a big list of BS affilliate links with no GD content at all. =(
  •  
    Sorry I did not realize they were affilliate links. If you have no design flare or want certain inbuilt functionality premium themes do offer more than free themes.
  •  
    I love premium themes - don't get me wrong. But that list is nothing but a list of affiliate links. There's no examples, no comparisons, no feature set, and not even a disclosure that they are affiliate links (which is illegal in the US).

Build responsive website with no theme - 0 views

started by tomeriko on 13 Feb 21 no follow-up yet

Google Chrome for PC Latest Version - 0 views

started by timothypeverhart on 24 Jul 23 no follow-up yet

Google Chrome for PC Latest Version - 1 views

started by timothypeverhart on 24 Jul 23 no follow-up yet

Google Chrome for PC Latest Version - 0 views

started by timothypeverhart on 24 Jul 23 no follow-up yet
‹ Previous 21 - 40 of 41 Next ›
Showing 20 items per page