Contact Menu

Search results for "add-facebook-sub-page"

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

…from WordPress OU Campus PHP page with news feed from SideArm Sports WordPress plugin & PHP to add media attachments to RSS feed Example RSS feeds (view XML/XSL styled page… (Search hits: 25 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 279.91)

Continue Reading 0
social-media-icons

Social Media Integration

…or Static HTML $500 per site Install Facebook Social plugin and Twitter Feed Optionally, add Facebook feed and fans, Facebook Comments & Sharing Create basic Twitter account and Facebook Page… (Search hits: 14 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 191.31)

Continue Reading 0
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

…} # remove some headers added by varnish unset resp.http.Via; unset resp.http.X-Varnish; } # sub vcl_hash { hash_data( req.url ); # altering hash so subdomains are ignored. # don’t do… (Search hits: 9 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 168.77)

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

…post term add category, using while and IFS (Internal Field Separator): while IFS=”,” read post_id post_category ; do wp post –url=https://wpmulti.site/blog-slug/ term add $post_id category $post_category ; done < “post-add-category.csv”… (Search hits: 7 in body, 1 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 101.61)

Continue Reading 0
APC INFO Monitor

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

…FollowSymLinks ExecCGI allow from all AllowOverride All AddHandler fcgid-script .php AddHandler fcgid-script .php5 FCGIWrapper /home/chris/fcgi-bin/php5.fcgi .php FCGIWrapper /home/chris/fcgi-bin/php5.fcgi .php5 </Directory> <Directory /home/chris/cgi-bin> allow from all </Directory> SuexecUserGroup “#987” “#756” Options… (Search hits: 7 in body, 0 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 86.75)

Continue Reading 57