AJ Troxell on "Translation function calls must NOT contain PHP variables"
I am newer to WP plugin development and extensive Theme development. I am using and altering a theme options sample from ThemeShaper. My problem is localization and the structure of the...
View Articlehugoleveille on "Photo external link with shadowbox"
Hi I have a few photo on my blog that are set to open an external link. Unfortunatly, there is no option when setting the external link in the admin panel to tell it to open in inside a shadowbox...
View Articlekinging on "plugin development: how to add code to the head tags and the body...
Hi, i'm developing plugin, and i need to insert some HTML code between the <head> and </head> tags, and also some PHP&HTML&jQuery code between the <body> and the </body>...
View Articlecreativewild on "Make plugin options available in front-end for registered...
Hi all, I have tried to search but i was unable to find or i used the wrong keywords for that. Here's my Question: Is there a way to make the backend option os a plugin to be available in the front-end...
View Articledediwi on "more in category description"
Hello, i have a very long category description and i would like to have showen just one paragraph the rest should be hide under a more button, if i click more i would like to open the text down like a...
View Articlecfetr on "question about get_post_meta()"
Greetings everyone, I am a new developer to WordPress. I have been browsing tutorials and the forums about adding metaboxes to posts. I can do all that successfully so thanks to everyone who asks...
View Articlebagwis on "Redirect non post author to homepage"
Hello, I am currently working to a project wherein I need to have a function that will redirect the current user if he/she tries to view the custom post type which he/she doesn't own. The reason is...
View ArticleTHE MOLITOR on "Publish scheduled/future posts in 3.5"
Hi there, I'm using the following code in my functions.php file that sets posts with a future publish date to the "published" status (instead of "scheduled"). Everything worked perfect until updating...
View Articleawhite2 on "When I call information saved in an options page only one letter...
I've created an options page and I'm now trying to call one of the inputs in my theme. It's currently only showing the first letter, though. The input section for the field is add_settings_field(...
View Articlejemsz on "Custom Fields PHP NOOB!"
Gretings all. Right now i use wordpress and in my post i can add a Video by entering the Youtube address into a Custom field called "video_url" and then it outputs the video on my site wich works easy,...
View ArticleShovan Sargunam on "Display Specific category and number of post"
Hi, Currently I have blogs page which pulls content from these category - blog, news and video. <?php $recent = new WP_Query(); ?> <?php $recent->query('cat=4,cat=15,cat=159'); ?>...
View ArticleOttens on "Open posts as accordion on front page"
What I'm hoping to accomplish: similar to the "Latest News" area in the new Reuters site. My front page currently displays the title and excerpt of a post, along with a thumbnail. I want to keep that...
View ArticleMatteo Legittimo on "Please Help! Remove base URL from Taxonomy and Post Type"
Hi, im getting crazy, and cant find a solution! This is my code: /*Register Alloggio Content Type*/ add_action( 'init', 'maremoto_easy_room_content_type' ); function maremoto_easy_room_content_type() {...
View ArticleTLis on "Can't Connect to Second MySQL DB"
I need to connect to a second database. The following works fine on my local installation: $newdb= new wpdb("DBUserName","Password","DatabaseName","HostName"); That immediately connects me with my...
View Articlepalobarini on "How to Change the Default Tab in Media Manage"
Hello! I wanted to have only Insert from URL option in media manager and nothing else. Neither Library, nor Upload Files be as simple as possible. I followed the instructions from here:...
View Articleerikstainsby on "Show Custom Field data on All Pages table listing"
So I have a need to include the values stored in a couple of custom fields as columns on the table listing All Pages. These show ancilliary statuses describing a workflow. (yawn) The documentation that...
View ArticleAlex4red on "WP Admin Bar CSS origin"
Does anyone know where I can remove wordpress' call to the adminbar.css, admin-bar.min.css files. I've already established a large css file that contributes to this, no need for multiple http...
View Articlezurreal on "How to start the loop at a specific post? (implementing Show More...
Background: At work I've inherited a theme (Salient by ThemeNectar - http://themeforest.net/item/salient-responsive-portfolio-blog-theme/4363266) that was purchased by a colleague and has since been...
View Articledeputy963 on "Add shortcodes,text, and htm to a category and its' children"
Hello all, I would like to add some shortcodes, html, and text to the bottom of all posts in a category and all children of that category(about 15 of 40 categories). The problem is my PHP skills are...
View Article