Tagged Questions
WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions about programming and administration are best asked on http://wordpress.stackexchange.com/
0
votes
0answers
11 views
Iphone: images are rotated
my website is responsive . it is working fine . i found strange issue,
in ipad and iphone slider images looks rotated. in other words for iphone and ipad the image looks 90degree rotated while for ...
0
votes
0answers
6 views
Echo page description from Yoast on wordpress
I have installed Wordpress SEO by Yoast onto a site Im building. They have an area when you can add the description for the meta information.
However I want to add this to a twitter meta tag:
...
0
votes
1answer
4 views
Adding a custom page to a wordpress site
I have a wordpress site. I want to add a new menu item and make it point to a custom page ( not the regular single post page ) . This custom page will contain a contact us kind of form. How can I do ...
0
votes
1answer
4 views
Function with the_author_posts_link returns link out of order in WordPress template
I've written a function for my WordPress theme to output the Author's name and post date. It runs inside the Loop.
$author = the_author_posts_link();
$date = get_the_date( 'j/n/y' );
echo ...
0
votes
1answer
8 views
how could i change URL in text widget contents using mysql?
I have sidebar to place text widgets in my word press website, now i tried to move from local server to another one, i have used more than 20 text widgets and placed contents, images on that, now i ...
0
votes
1answer
27 views
Bootstrap container not centered correctly
I'm probably making a wacky error, but after looking around and looking around couldn't find it.
I'm using Rachel Baker's Bootstrap WP to build a website for a photographer, but it seems like the ...
-9
votes
0answers
43 views
php syntax error unexpected '<' expecting T_FUNCTION [duplicate]
I am getting the foll error:-
Parse error: syntax error, unexpected '<', expecting T_FUNCTION in /home/coepzest/public_html/wp-content/themes/my_customizr/parts/class-footer-footer_main.php on ...
2
votes
3answers
16 views
WordPress blog_content character limit
Great people of Stack, I once again require your assistance.
I currently have an external website that pulls through blog content from a sub-folder containing a WordPress installation, for example:
...
0
votes
0answers
10 views
Transfer post from one blog to another?
how to send a post from one blog to another? Mean that when we post on one blog it automatically goes to another blog?
I have tried save_post action but did not understand
-7
votes
0answers
30 views
Parse Error expecting T_Function [on hold]
I am getting the following error:
Parse error: syntax error, unexpected '<', expecting T_FUNCTION in ...
-1
votes
2answers
26 views
Toggle checkboxes checked/unchecked if click on
I've got an ul with list-items in it. When a list-item is clicked the class of it changes to active. This is what I've got.
$("#verlanglijst ul li").on('click', function() {
var activiteit = ...
0
votes
1answer
6 views
3d layer slider Wordpress plugin: edit 3d colors
I have a slider at the bottom of this page:
http://archibaldbutler.com/projects/williamsmurrayhamm/designvertising/
It flips but with a grey "thickness". I ideally would like to remove this ...
0
votes
0answers
12 views
Wordpress oembed videos and music
Is there a way to get all default oembed providers and their regex patterns? I can extract regex pattern from class-oembed.php file, but if wordpress developers add new providers i must rewrite my ...
0
votes
1answer
11 views
Pointing a sub directory to another domain name
I have a domain name as www.something.com and which is hosted in a windows server.Now i have created a directory inside on it as www.something.com/help and need to point that to another server, I need ...
0
votes
0answers
5 views
Using ACF Gallery plugin with Bootstrap Carousel need indicators to count each item rather than image
first post here!
I've incorporated https://gist.github.com/webgurus/6420102 to convert ACF Gallery plug in to work with Bootstraps Carousel slider. But this specific page: ...