WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions not about programming are best asked on http://wordpress.stackexchange.com/
0
votes
0answers
2 views
TinyMCE submenu icon (Wordpress)
I´m create a menu with TinyMCE on Wordpress post page (create a css class that puts a backgorund-image in that menu). This same menu contains a submenu, that contains the same class applied for icon, ...
0
votes
0answers
22 views
Wordpress not including my php file
This is my code that I have calling my php file:
<section style="width:100%; height:120px; clear:both;" >
<section class="campaign_statistics" style="background-color:#EFEFEF;">
...
0
votes
0answers
4 views
Web based document assembly service
i am a newcomer in the developing world and I aim to create a web based document assembly service (kind of LegalZoom) for young entrepreneurs with legal and financial pre-prepared documents fullfilled ...
0
votes
1answer
15 views
How Can i Remove all sidebars from specific wordpress pages?
hi everyone im trying to remove all of the sidebars from a specific video page im creating on a wordpress site ive found tutorials on google on how to do this if the sidebars are called to the page ...
0
votes
2answers
19 views
jquery scroll the height of hovered div
I have a wordpress loop. Every article has the class ".post". I have a button with the class ".skip" for every .post. When the button is clicked i want the page to be scrolled to the next .post in the ...
0
votes
0answers
44 views
Using a loop to display content divs in a grid
I have a PHP script that takes each Wordpress post and assigns the post contents to a specific div (.col-1-6).
These divs are then arranged in a grid.
I have ten different posts (content divs) and ...
0
votes
0answers
4 views
Simple Press registration/login on my site takes me to the wrong page
I have two Wordpress sites set up through my host, 1&1. The second one is new and I've installed Simple Press, but after logging into the forum, it takes me to the home directory rather than the ...
-1
votes
0answers
3 views
Add anchor links to a particular word in Wordpress across all pages and posts
Is there a way of adding an anchor link to a particular word wherever it appears either in a page or a post content?
-2
votes
0answers
12 views
Click 'N' Load 2 and AES encrypt in wordpress?
How do I use aes encrypt with the plugin Click 'N' Load 2 on a Wordpress site?
Example of aes (I need to understand how it works)
http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
Here is my ...
0
votes
1answer
9 views
Wordpress: search error message in several languages
I am building a multilanguage Wordpress website, is it possible to display a different error message for each language when a search returns no results and how?
Thank you :)
0
votes
1answer
9 views
Wordpress - Using multiple different posts for different content
I am trying out some Wordpress and at the moment i've used Custom Form Fields and Custom Data Types plugins to help me create an area where i can upload portfolio items. I've then pulled out 12 on the ...
0
votes
0answers
17 views
need ideas for remote authentication (Wordpress)
I need to redirect authenticated users from Wordpress site #1 to Wordpress site #2, and have them be already authenticated for site #2 when they land there. IOW, I don't want them to have to ...
0
votes
1answer
12 views
Stuck on include() in a wordpress theme
I'm going to include() a php file in a wordpress theme file. The file is header.php, and the function is like:
<?php
error_reporting(E_ALL);
$filename = "path/to/file.php"; // file exists but is ...
0
votes
0answers
11 views
How to make my marker overlay clickable
I am trying to build a site based on Elegant Themes "Explorable" WP Theme, which is in turn based on gmap3 jQuery plugin. It makes WP Posts shown of the map as markers. These markers have overlays, ...
0
votes
2answers
30 views
Can I execute a php file from my functions.php in wordpress?
I'm using a function to execute a code that sends an email with an attachment.
This function is hooked on to a filter from woocommerce.
I'd like to rebuild this function to execute the code from an ...