Skip to main content

Home/ Wordpress/ Group items matching "File" 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
Vernon Fowler

WordPress › WP Super Cache « WordPress Plugins - 1 views

  • After you have enabled the plugin, look for the file "wp-content/cache/.htaccess". If it's not there you must create it. It should read: # BEGIN supercache <IfModule mod_mime.c> <filesMatch "\.html\.gz$"> ForceType text/html fileETag None </filesMatch> AddEncoding gzip .gz AddType text/html .gz </IfModule> <IfModule mod_deflate.c> SetEnvIfNoCase Request_URI \.gz$ no-gzip </IfModule> <IfModule mod_headers.c> Header set Cache-Control 'max-age=3, must-revalidate' </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html A3 </IfModule> `` # END supercache
Vernon Fowler

WordPress Q&A Plugin - WPMU DEV - 1 views

  • Optionally, you can further customize the appearance of the Q&A section, to better integrate it with your theme. To do so, simply copy the php files from default-templates into your theme folder and start customizing.
Vernon Fowler

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.
Rika Y

WP Plugin Update: Genki Announcement 1.1 < Ericulous - 0 views

  • display message without editing theme files (above 1st post or through widget) display different message to different roles/users timer to switch off announcement (only in WP 2.1)
Rika Y

20 WordPress Themes That Don't Disappoint - share.clarklab.net - 0 views

  •  
    20
Hanna Wiszniewska

Convert Your Annotations to Blog Posts with 1-click - 0 views

    • Hanna Wiszniewska
       
      This is not working for self-hosted Wordpress blogs - editin .htaccess file is not the good idea also!
    • anonymous
       
      It's actually working pretty well for my self-hosted Wordpress. No need to edit htaccess.
    • gustavo salami
       
      i only get an arror message.
Rika Y

Search Meter: a WordPress plugin » Semicolon - 0 views

  • sm_list_popular_searches() Show a simple list of the 5 most popular recent successful search terms, hyperlinked to the actual search results. sm_list_popular_searches('&lt;h2&gt;Popular Searches&lt;/h2&gt;') Show the list as above, with the heading “Popular Searches”. If there have been no successful searches, then this tag displays no heading and no list. sm_list_popular_searches('&lt;li&gt;&lt;h2&gt;Popular Searches&lt;/h2&gt;', '&lt;/li&gt;') Show the headed list as above; this form of the tag should be used in the default WordPress theme. Put it in the sidebar.php file. sm_list_popular_searches('&lt;li&gt;&lt;h2&gt;Popular Searches&lt;/h2&gt;', '&lt;/li&gt;', 10) This is the same as the above, but it shows the 10 most popular searches. sm_list_recent_searches() Show a simple list of the 5 most recent successful search terms, hyperlinked to the actual search results. You can also use the same options as for the sm_list_popular_searches tag.
Sue Bride

How to fix HTTP error when uploading media to Wordpress 2.5 - 0 views

  • You can fix the problem by simply adding the following lines to the .htaccess file
anonymous

Pages (Creating your own pages) - 0 views

  • The files defining each Page Template are found in your Themes directory.
  •  
    Information (from the Codex) about creating your own page templates.
Vernon Fowler

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()&nbsp; 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.
« First ‹ Previous 121 - 139 of 139
Showing 20 items per page