0
votes
0answers
4 views
Localization issue. Codestyling localization, incompatible theme
My website uses Jobroller theme.
The problem is that it is not compatible with WPML
I am translating themes using codestyling localization
Could you give me some instructions on what I need to do ...
0
votes
0answers
6 views
uploading Attachments with permalinks based on parent file structure
We are rebuilding a public-interest site centered on civil rights research & document archives. The links in years of published info posts must be preserved in WordPress, and future uploaded ...
0
votes
0answers
6 views
add colorpicker to WP menus and use it on wp_nav_menu
I want to output a menu like above with WP. as you can see, borders colors are different and I want admin pick color of every menu item. So, I added a color picker to WordPress Menu by custom menu ...
0
votes
2answers
12 views
WP Cron doesn't save <iframe> or <object> in post body
I am using wp_cron to auto grab posts from a remote website and save them in my wp db.
I have in my plugin one button to grab posts manually by clicking on this button and it works perfect. ...
0
votes
1answer
14 views
Skip posts without a thumbnail in loop
I want skip every post that has no thumbnail. The code does not work properly yet.
Actually the script doesn't show posts without a thumbnail - that's good, but in the loop the post with no thumbnail ...
0
votes
0answers
13 views
How to make my plugin theme-independent?
I need a little help and/or consulting for my next steps. (I'm a beginner!)
I've been working on my plugin, using a Custom Post Type "Project", some help from the plugin "Advanced Custom Fields" - ...
0
votes
0answers
10 views
Reset password white page
For one of our clients we have the following situation: When using the forgot password option and clicking the 'reset password' link we re getting only white pages. It's not possible to reset the ...
0
votes
1answer
12 views
Using AJAX with Forms
I am attempting to validate and submit a form using AJAX in WordPress, however, the response that I am getting is 0. According to the codex, this would seem to indicate that admin-ajax is unable to ...
0
votes
1answer
8 views
Where To Find bb_profile_data(); In bbPress?
I posted this same question on WP Forum, but it's completely dead.
So, there is a great tutorial in this blog about showing post count in bbPress at this link.
According to that article, to show ...
0
votes
2answers
23 views
How to lock content?
What is the easiest method to make all my articles accessible only to registered users?
My homepage contains titles and excerpts but I want to allow access to the full content only to registered ...
0
votes
0answers
10 views
facebook like counts per user
friends I have a Question confusing me a lot.
I want build a wordpress plugin which adds points to user profile when he/she like(fb-like) any post on the site.
My question is , how can i detect that ...
0
votes
2answers
20 views
How to add PHP code snippet to all Post pages?
I wrote a short PHP snippet that I want to include on all past and future posts. I can't figure out which PHP file to add it into that'll affect the change to all and only Posts. Can someone point ...
0
votes
1answer
8 views
What is the use of to_ping and pinged column?
Can anyone explain or show a reference for the use of to_ping and pinged column in the wp_posts table? It seems that my Googling skills have failed me.
I wanted to do an experiment using the pinged ...
0
votes
0answers
17 views
How To: Simple domPDF Example
Not quite sure if anyone here has used dompdf, but I'm in need of assistance. There's a plugin (post-pdf-export) that exports posts to PDF using dompdf. All I need to do is generate some html ...
0
votes
2answers
18 views
Is `is_sidebar_active()` deprecated, and showing error?
I Googled is_sidebar_active(), used by several WordPress trainer, but I came to the decision, the function's surely deprecated. But unfortunately I found no mention, even no entry in WordPress Codex.
...
0
votes
1answer
21 views
why is markup routinely placed in functions in wordpress?
Here is an exampple from a woothemes theme. I'm definetly not having a go at woothemes - they are a great theme provider with great standards and this sort of thing is fairly typical in themes. why?
...
0
votes
1answer
13 views
Snapshot Theme from WooThemes — empty 'alt' attribute
I´m using Snapshot theme from WooThemes.
The code which resizes (width and height and size in kb), and shows the images (an 'a' tag, wrapping an 'img' tag) is this one:
<?php if ( ...
0
votes
1answer
18 views
Lightbox gallery in a link [closed]
Here is what i try to get. Into WordPress a module plugin that allow me to make slideshow of image. create a portfolio name "castle" and another one name "bridge" and get 3-5 photo in each. Then, in a ...
0
votes
2answers
16 views
Shortcode / plugin with custom (flexible) output
Following scenario: I'm building a theme framework which I want to reuse in various themes of mine. In this framework there is a collection of many shortcodes. For exemplary illustration of my ...
0
votes
1answer
8 views
How to redirect all page requests to a single “goodbye” homepage? [duplicate]
I'm effectively taking down a site and replacing all pages with a single "Goodbye" page which I'd like to have all requests for the many other pages on the site redirect to.
I'd like to have them all ...
0
votes
1answer
17 views
Custom Post Type - Rewrite slug [duplicate]
I have a custom post type (products) that I would like to change the slug for. I have a main product page that shows all product categories. After clicking on the category, it shows all products in ...
1
vote
0answers
15 views
database query with more than a couple meta hangs and doesn't complete
I have a development website with about 70 checkboxes for custom fields. The idea is the user selects one or more checkboxes, it queries the database for all posts that have a meta_key for the ...
0
votes
1answer
18 views
Looking for advice for a mail sending plugin
I would like to write a Wordpress plugin that sends one email every day for 7 days for newly registered users but I'm not sure how to start.
My plan would be:
hook the register function to send ...
0
votes
1answer
22 views
Styling the second sidebar
Ok so i added a second sidebar to my site, only problem is styling the widgets.
here is the code i am using in my functions.php file
// Widgets plugin: intializes the plugin after the widgets above ...
0
votes
1answer
21 views
Prevent searches less than 4 characters
When users search for 1,2 or 3 characters this puts a lot of strain on the database. A malicious user could search for 1,2 or 3 characters and bring my site down to its knees.
I presume I could use ...
2
votes
1answer
33 views
Which action for triggering cron “wp”or “init”?
Which one do you recommend using within a plugin and why?
add_action( 'wp', 'trigger_me' );
function trigger_me() {
if ( !wp_next_scheduled( 'my_plugin_cron' ) ) {
...
-1
votes
0answers
11 views
hooks of qTranslate
Is there any ways to find out all hooks of qTranslate? I am thinking to add an action when a user clicks a flag to change the language. I've checked the cord codes of qTranslate, and it seems that ...
0
votes
0answers
21 views
Woocommerce Pages Not Working [closed]
After I created a multisite network on wordpress, my woocommerce pages started malfunctioning. After I click on the pages it says "Safari can't establish a secure connection to the server ...
-2
votes
0answers
13 views
How do I add Amedia tags to make my page more fluid? [closed]
I am unable to activate my @media tags to give me the end result of a fluid website page. Here is the page: http://www.livyouth.com/calendar/
0
votes
0answers
21 views
Get plugin info from Wordpress.org repository API with plain PHP code [duplicate]
The documentation of the Wordpress.org API is quite terrible. It links to a website that gives a 502 Bad Gateway error.
To be precise, how should my POST request look to the ...
0
votes
0answers
23 views
Creating taxonomy.php
I trying to create my taxonomy.php from this code:
<?php
$posts_per_row = 4;
$posts_per_page = -1;
$pageURL = 'http';
$post_type = 'radio';
if ($_SERVER["HTTPS"] == "on") ...
0
votes
1answer
19 views
A link (not in the post) to download a specific PDF file
I want to add a button (or rather, a link formatted to look like a button) in the utilities area somewhere above the main navigation menu of a WordPress-based business site (that is, not in the body ...
0
votes
1answer
12 views
3 domains, 1 wordpress install, redirecting and changing domains on live site
UPDATED & SIMPLIFIED:
I have one Wordpress install at Host #1 with a domain (Domain-A) at Host #2. Domain-A was used for the WP install.
I have Domain-B & Domain-C at Host #3.
I need ...
0
votes
1answer
15 views
static landing page leading to two different posts pages
My site has a static landing page with buttons to go to writer A's content or writer B's content. In the reading settings, how do I declare 2 pages as being the posts page?
It is important that each ...
0
votes
2answers
22 views
Add Stack Exchange Recent Questions to a wordpress sidebar?
So my question is what is the easiest way to go about scraping a Stack Exchange forum "recent questions" and display them in the side bar of a wordpress site?
1
vote
3answers
21 views
Enqueue stylesheets with the same name
Ok, maybe i'm thinking too difficult, but I have 2 stylesheets with the same name. One is from the parent theme folder, and one from the child theme folder.
I want to enqueue the style from the child ...
0
votes
0answers
20 views
Default widgets assignment - isn't working
The question is regarding, calling the default widgets into the sidebar[s]:
So, despite the solution given in THIS THREAD, I tried a different way - Ian Stewart's borrowed solution given HERE.
It's ...
0
votes
0answers
11 views
How to add a prefix to existing custom fields over MYSQL query?
I've got the problem that after a plugin update I can make the custom fields on our directory site searchable, but only custom fields which get the prefix booking_ to them.
Now there are some pages ...
0
votes
1answer
12 views
Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
I use WyPiekacz to set various conditions for authors when creating posts, for example checking if the post has a featured image or how many tags that are being used. It works fine.
However, these ...
-1
votes
0answers
8 views
Comment linkback for Paid domain [closed]
I have purchased a paid domain, http://mathtuition88.com/ from Wordpress.
However, when I comment on other blogs, the backlink created links back to the non-paid domain, ...
0
votes
0answers
14 views
How to Control CSS Class Visiblity From WordPress Admin Panel based on Tax Terms
Can you please let me know if it is possible to control Visibility of some html elements like and which are loading from an specific taxonomy terms meta data? I For Example I have two metadata as ...
-2
votes
0answers
31 views
Is there a way to select posts and print to a template page dynamically?
I'm trying to print posts by selecting posts and doing a bulk action to dynamically add them to a template page I already have set up. Is this possible?
Update with more info:
I'm using this ...
1
vote
2answers
34 views
Where do posts get the sidebar from?
I'm trying to add an if statement on the sidebars that are displays in POSTS. I want posts to show a specific sidebar if it's in category x and display a different sidebar if it's not in category x.
...
0
votes
0answers
20 views
Custom field for default gallery
How I can add custom field in default WordPress gallery? in visual editor and in shortcode.
0
votes
1answer
24 views
Modifying the main editor priority
I want the main WordPress post editor to appear below some of my meta boxes (generated by Advanced Custom Fields).
I know there are the add_meta_box() and remove_meta_box() functions, however it'd be ...
0
votes
1answer
11 views
How to add a child item to a menu element (using wp_nav_menu_objects)
(1) I used the code given on answer to How to use logout function on custom menu link?
to programmatically add a menu element to wp_nav_menu_objects (Say "Animals"). I give it an id, say 1000.
(2) ...
0
votes
1answer
17 views
Multiple textdomains
I have a bunch of plugins. Obviously, they all have their own unique textdomains for internationalization (i18n).
I also have a bunch of files that I include in all my plugins - I throw them all in a ...
2
votes
2answers
41 views
Extremely slow Wordpress website with 6000 posts
I have a website with 6000 posts and it is extremely slow.
Sometimes I get this error in my browser:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to ...
0
votes
2answers
21 views
Metadata for a taxonomy - is there any WordPress way of doing this?
If I have a CPT "movies" I know I can have various taxonomies eg "Director", but how can I store further information such as "director's nationality" for any one particular director ... or is this ...
0
votes
0answers
6 views
feedburner email notification when post is updated
I usually need to update my posts when there have new information. As default feedburner don't send email notification when the post is update but I check another site (using custom template), he ...


