Contact Menu

Search results for "timbthumb-rewrite-url-htaccess"

Integrating Content from External Sources into OU Campus Using RSS, PHP, and JavaScript

…'<?xml version=”1.0″ encoding=”‘.get_option(‘blog_charset’).’”?’.’>’; ?> <rss version=”2.0″ xmlns:content=”http://purl.org/rss/1.0/modules/content/” xmlns:wfw=”http://wellformedweb.org/CommentAPI/” xmlns:dc=”http://purl.org/dc/elements/1.1/” xmlns:atom=”http://www.w3.org/2005/Atom” xmlns:sy=”http://purl.org/rss/1.0/modules/syndication/” xmlns:slash=”http://purl.org/rss/1.0/modules/slash/” <?php do_action(‘rss2_ns’); ?> > <channel> <title><?php bloginfo_rss(‘name’); wp_title_rss(); ?></title> <atom:link href=”<?php self_link(); ?>” rel=”self” type=”application/rss+xml” /> <link><?php bloginfo_rss(‘url‘)… (Search hits: 9 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 169.59)

Continue Reading 0
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

…= origin; # # set standard proxied ip header for getting original remote address set req.http.X-Forwarded-For = client.ip; # # logged in users must always pass if( req.url ~ “^/wp-(login|admin)”… (Search hits: 5 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 94.22)

Continue Reading 25
A screenshot of an Excel spreadsheet, with a list of WordPress post ID's in the first column, and a lis of category slugs in the second column

Use WP-CLI to add categories to posts

…do wp post –-url=https://wpmulti.site/blog-slug/ term add $x category category-slug ; done Doing that would have required splitting the posts into separate .txt files for each category, which was not feasible… (Search hits: 2 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 37.69)

Continue Reading 0
Screen Shot 2012-09-07 at 11.09.50 AM

Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)

…256k; fastcgi_temp_file_write_size 256k; fastcgi_intercept_errors on; } location ~* ^/phpMyAdmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ { root /usr/share/; } } location /phpmyadmin { rewrite ^/* /phpMyAdmin last; } Edit /etc/phpMyAdmin/config.inc.php The config below shows some common… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 29.59)

Continue Reading 0

Search Engine Optimization

SEO Consulting $95 per hour. Includes research for page titles, text headings and content keywords to optimize a website for a targeted market. WordPress Sites $350 per site. Includes setup of pretty URLs and install and setup of SEO plugins, PagerFix plugin and Google XML Sitemaps plugin. Automated Yahoo, MSN and Google Sitemap submission, Google […]

Continue Reading 1
screen-shot 2016-03-02 at 1.13.28 PM

YouTube Gallery snippet & table transform for OU Campus

…match=”table[contains(@class, ‘ou-youtube-gallery’)]”> <xsl:variable name=”id” select=”position()” /> <style type=”text/css”> @import url(//www.yourdomain.edu/_resources/css/youtube-gallery.css); </style> <script type=”text/javascript” src=”/_resources/js/youtube-gallery.js” /> <div class=”well”> <!– THE YOUTUBE PLAYER –> <div class=”vid-container”> <iframe id=”vid_frame{$id}” frameborder=”0″ width=”560″ height=”315″> <xsl:attribute… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 18.84)

Continue Reading 0