The settings tag has no wiki summary.
0
votes
1answer
20 views
Dark Bar at the top of wordpress page can't be seen?
I am new to wordpress and created a website as shown in the picture bellow. My webpage used to have a black bar at the top, which allowed me to insert "New Posts". (area shown in red circle). But this ...
0
votes
0answers
17 views
homepage olderposts link showing page not found
I am using WordPress 3.5.1 version, now I had a problem with olderposts link present at bottom of homepage. it is ok with rest of the category pages.
I am working on this problem since last two days, ...
0
votes
0answers
29 views
Creating wp_crons using settings API?
I am trying to create my first plugin settings page using the Settings_API but I am not sure what the correct method to use here is. The plugin will parse RSS feeds into posts. The options I want to ...
0
votes
0answers
33 views
my CSS isnt shown, and problems with the URL in the Settings
yesterday I installed WP on Xampp on a MacbookPro and started working on my site.
(I put 'http: //localhost/wordpress' in Settings/General Settings/wordpress address and site address). Everything was ...
0
votes
1answer
25 views
Wordpress Settings API settings not saving for some users
I created a plugin you can see here: http://wordpress.org/plugins/vegas-fullscreen-background-slider/
Some users are saying that settings aren't saving. For me it's working fine but I'm fairly new ...
0
votes
2answers
40 views
Prevent/Disable Automatic Update Check
WordPress automatically checks for updates to itself and all installed themes and plugins. This adds an annoyingly long delay to loading (any) WordPress pages. In only happens once per day and ...
0
votes
0answers
14 views
bbPress permissions denied
bbPress settings on backend side gives me "You do not have sufficient permissions to access this page." error.
It gave me such error several times. First time I found a solution as forums suggested ...
0
votes
1answer
22 views
Sharing Buttons not Working - Sharing Settings
I'm trying to add a "share this" button to my site. I am having an issue configure this because when I go to settings -> sharing I get the image below
Update: Here is my inspector error console:
...
1
vote
2answers
21 views
Custom blog settings
What is the best way to add new custom blog settings to the Wordpress general settings (or some other settings page for that matter), such that these settings are available to the theme to use?
For ...
-1
votes
0answers
18 views
common config value for all sites [duplicate]
I want to have global configuration for all sites.
That is, a global configuration value however I can take that value from any blog/site.
configuration is nothing but a URL. Instead of hardcore ...
0
votes
1answer
25 views
Building a simple “settings” plugin to change textstrings on the home page
I am trying to build a little settings area to change the strings of some text (image urls & links) on the homepage via the dashboard.
I have found a useful tutorial which provides the plugin ...
0
votes
1answer
16 views
Character \ appearing before ' after saving a settings page
It's a strange issue and I've seen it happen with plugins, however I don't know how to fix it. Maybe just a PHP issue?
Anyhow, I have a settings/options page with several text areas. Upon saving, a ...
0
votes
1answer
55 views
Why is the Settings API is not saving my array of options
I am writing a set of classes to easily create options pages accessible via submenus of the standard WordPress menus and a way to easily create options for said menus. The way I am wiring it is via a ...
0
votes
0answers
15 views
Creating Theme Settings Page [duplicate]
I am trying to create a custom theme settings page for a wordpress theme, so that I may hopefully continue to reuse it on the future websites I make. Unfortunately, I'm falling at the first hurdle. ...
0
votes
1answer
58 views
Incorporating the Settings API in WordPress Themes - by Chip Bennet
I am using the code by Chip Bennett to create a settings options page for my plugin. The problem is that I am getting a Warning error as indicated below that I cannot figure it out. Any help is ...
0
votes
0answers
26 views
I change all options except for General Settings
I can change all the settings on the site except for the Wordpress General Settings section. This includes both Wordpress options and plugin related options.
I get a this error code:
**
403 ...
0
votes
1answer
29 views
unsuccessful attempt to change domains- wordpress re-routing to old domain
I've tried to switch a website from zoparealty.com to zoparealtygroup.com.
When I go to zoparealtygroup.com, I can see what appears to be a strictly HTML version of the site(no CSS, no php).
...
0
votes
3answers
36 views
In Settings>>General I am missing some fields
I am new to Wordpress and downloaded the 3.5.1 version from my hosting provider. I want to add www in front of my domain and I read from many sources how to do this. Go to settings then general and ...
0
votes
1answer
74 views
Change the style of h1, h2, only in post entry
I would like to change the style of h1, h2, ... ONLY in post entry (when writing a new post).
Default settings is just too big and has a different format, because I use Google fonts. I was using ...
1
vote
2answers
72 views
Custom editor field displaying HTML in Visual editor
I am trying to add a custom WordPress editor field to the General Settings page in the admin. I have it working except that when you save anything with HTML it converts all the code to HTML entities ...
0
votes
0answers
42 views
After server migration (local server to online server) permalink don't work
I am finding some difficulties with Permalink after have migrate my blog from my apache local server to an apache online server.
I have used the Search and Replace Tool on my online server script: ...
0
votes
1answer
63 views
php.ini -Theme-specific settings
I'm testing a theme on a group of people. Its a microstock image selling theme. Very unique, so far, works great on most hosts.
However many people complain that that the image-processing script ...
0
votes
0answers
27 views
Question about saving settings
I am using the Settings API to save some of my plugin options. I also have a notice in the admin related to the plugin, which basically shows once upon activation, and then can be dismissed at the ...
0
votes
1answer
50 views
WP e-commerce sales-view
I'm helping a client out who's running Wordpress E-commerce 3.8.3 on WP 3.2.1
In the "sales" view, (where it shows all orders), you can see
ID Date/Time Name Amount Details Status (Delete) and ...
0
votes
2answers
38 views
Testing for addon plugin activated
I am creating a plugin which will also have a few addons. I am adding settings tabs for the addons, but I want to make a conditional check in the main plugin to prevent those tabs from showing if the ...
0
votes
1answer
35 views
How to add options for Pages?
I would like to show an input field on the bottom, everytime, when a user create a new page. How is it possible?
1
vote
1answer
48 views
Run function on settings save
I am using the Settings API for a plugin's settings page. One of the settings allows the user to change the cron job interval for the cron job created by this plugin.
Therefore I'd like to run a ...
0
votes
2answers
50 views
Set Default Category to Username
I installed a plugin called "Symbiosis" which creates categories automatically copying a user's username upon them signing up.
Whenever any user creates a post on the site, I am trying to figure out ...
1
vote
1answer
24 views
Theme settings default, strange behavior before first save
I was building a theme options page with the settings API. I use an ajax call to compute some settings automatically from other pages / tabs. I noticed that all of the new settings default ("std") ...
1
vote
1answer
21 views
Implementing action correctly
Hi I am implementing a core plugin plus add ons. There is a settings page and I would like to hook some validation routines for the addon plugin into the core plugin's validation function. However ...
0
votes
1answer
59 views
options validator input is false?
I have a form that looks as such:
<form action="options.php" method="post">
<ul class="nav nav-tabs">
<li>
<a href="#content" data-toggle="tab">content</a>
...
0
votes
1answer
280 views
How to create color scheme for my custom theme?
I would like to create color scheme for my custom template that can be changed inside my admin panel. According to this thread it can "easily" be done.
Author quotes: "create your color styles in ...
2
votes
0answers
54 views
Tab from Settings API resetting all options with INSERT INTO
I have an Options menu created with the code from Chip Bennett tutorial, the old code, though, the one from like a year ago (the new one has a much better validation structure, but still, it works ...
2
votes
1answer
78 views
Wordpress address URL keeps dropping the www
My Wordpress Address (URL) in general settings keeps losing the www from the URL - I type in http://www.domain.com and it saves and works fine.
Next time I go in the address has changed to ...
2
votes
1answer
36 views
Making a configurable field translatable
I'm working on a theme right now that gives the admin the possibility to set different texts that are used within the theme, by configuring them in the admin panel (e.g. the text that is displayed, ...
0
votes
3answers
113 views
The issue of redirecting my site to a new domain
I have encountered some problems after I have redirected my site, which is in a sub directory in my server, to a new domain. I have kept the same server.
The origin URL of my wp site ...
0
votes
1answer
48 views
Difference between Option_Group and Option_Name in Register_Settings
I think the title pretty much says it all! I'm working my way through various tutorials on how to add an options page to my test plugin and am struggling to understand the Register_Settings function.
...
0
votes
2answers
642 views
Where have the Privacy Settings gone in WordPress 3.5?
I moved a WordPress site to another server and everything is working well, minus the fact that I can't seem to change the settings in Privacy. When I click on "allow search engines to index this ...
0
votes
2answers
43 views
Is there any other place - besides a theme, a plugin, or a mu-plugin - that an option page might conceivably be used?
I'm creating a helper class for simplifying the creation of an option page in admin that could conceivably be used in a theme, a plugin, or a mu-plugin. I'm trying to make the class as easy to ...
1
vote
2answers
2k views
How to change the file upload directory on version 3.5?
The option to change the upload folder for images is gone on version 3.5, any way to make it visible again or a workaround ?
From this core ticket:
Changing the upload_path and upload_url_path ...
-1
votes
1answer
150 views
Allow spiders to crawl my site (selectable option in wp)
I was creating a site for testing and i selected an option when setting up wp that essentially disallows my site from being indexed/crawled.
I would now like it to be crawled like normal, but i cant ...
1
vote
4answers
525 views
How to Create a Custom WordPress Install Package?
I downloaded the latest version of WordPress (3.5) and created a custom theme. I plan to upload and install it for multiple clients. Is it possible to customize the default settings such as not have ...
0
votes
1answer
70 views
Filtering a Database Query
In a WP_List_Table example I'm using, I am seeing how to make a general query to the wp_options table in the Wordpress database.
For example, $query = "SELECT * FROM $wpdb->options";
I also see ...
1
vote
0answers
91 views
How to store options in an array
I am creating a custom table to display selected options for a page called "Testimonials". The user will enter their options on a "manage testimonial settings" page, and then those options will ...
1
vote
1answer
448 views
Enqueue Javascript Correctly for 3.5
I am trying to create tabs for admin settings page in wp, but I think I'm doing it wrong. The example below shows how I did it but I don't know how to change this to use it correctly with no conflict ...
0
votes
2answers
252 views
Can't get plugin settings page to save data
have a simple plugin that inserts text (a Google ad) partway through the content of a single post. I'm trying to create a settings page that will let users change the ad code, and change after which ...
0
votes
1answer
70 views
Set a hard-coded page-template (post-type-archive) as home/front-page of my wordpress blog?
under Settings->Reading I can set which page should appear immediately when visiting my site as "home-page".
In my case I want the archive of my custom-post-type named "events" as home/front-page of ...
2
votes
1answer
187 views
WordPress (+WPMU) Import/Export ALL settings?
As we all know WordPress does not import Widgets when you import content with [Tools > Import] and I'm wondering what kind of script could do that? Database has more than just 1 single information ...
0
votes
1answer
140 views
Wordpress custom permalinks not working on OS X localhost
When changing premalinks, none of the pages and links are not working except home page :(
Result are shown below. Thanks in advance.
2
votes
2answers
66 views
How to display some settings for super admin user only using Settings API
I'm developing a plugin with an options page using the Settings API.
I'd like to have one options array stored for my plugin, but on the settings page, I'd only like some of the settings to be ...

