leeheeman on "Access Plugin's UI From Frontend"
I have been looking around for a way to access the user interface of a plugin from the frontend of my website. Normally, I would post any code and the website, but I really just need a push in the...
View Articleglenn.sjostrom on "Take advantage of the "Theme Details" interface?"
Hi! Like the topic says: How can I take advantage of the Theme Details interface? You know the popup similar thing. I have checked the source code in themes.php and its seams like its build with...
View ArticleSpretor on "WordPress functions in plugin files"
Good day! I have the following problem: in the main file plugin 'plugin-name.php' I can use WordPress functions (eg get_option ()), and can't do it in additional files, there is an error 'call to...
View Articlevegastriguy on "Call custom PHP in Top Bar"
Many of the pro themes I implement now have a "TOP BAR' and I would like to implement a sunrise/sunscript reference towards the top right. On this particular theme, I can implement a widget and maybe...
View Articleetoolsmith on "Daily/Weekly Digest Emails"
Hello All, I am just wondering if there is a daily/weekly digest plugin that will allow users to subscribe via a widget and send daily/weekly digests of the site(including custom post types) to a user?...
View ArticleKuckovic on "AJAX only deletes newest URL"
Hi all! I have a little problem. I'm developing a plugin, where I can add an URL and a name to my database, and it works perfectly. Now, I put all my information in a table, and it works like a charm...
View ArticlePete on "How to automatically assign a specific author to a custom post type"
How would I automatically assign a specific author to all custom posts assigned to a specific custom post type? Any help appreciated :) Pete
View ArticleLuke Janicke on "My plugin with 'the_content' filter breaks trying to add...
This plugin breaks WordPress (blank browser window) if a post has no excerpt. Any idea why? <?php /* Plugin Name: Excerpt in Post Plugin URI: https://github.com/lukejanicke/excerpt-in-post...
View ArticleBmathers on "Custom Class on anchors in menu li items"
Hi, I have the following code <?php function menu_element_class($classes, $item){ if($item->ID == 21 || $item->menu_item_parent == 21) { $classes[] = "menu_element"; } return $classes; }...
View ArticlePete on "How to only display something if the post's gallery has more than 1...
I'm looking for a snippet of code (looked and googled everywhere) that will only display something/anything/html etc if the gallery attached to a post has more than 1 image. Thanks heaps Love Pete
View ArticlePete on "get_posts inside my loop is breaking my loop"
This piece of code is screwing up my loop on my single-CCCC.php custom post type template <?php $posts = $posts = get_posts( array('include' => implode( ',', $_SESSION['pid'] ), 'post_type' =>...
View Articletarikaone on "Mark a widget as dirty in the customizer"
Hey there, I am building a widget that allows the user to upload/select a number of images. Due to the dynamic nature, input fields are dynamically added to the widget form. Everything works exactly...
View ArticleNaamaGold on "storing one piece of data for whole post-type"
Hi I am writing my first plugin for my site and i was wondering if you could help me to work out the best way to achieve what I need. I want to store one date for all posts associated with a post-type...
View ArticleWebTechGlobal on "Adding Third Post Box Column: postbox-container-3"
I've implemented postboxes in CSV 2 POST but I'm not sure how to use a three column layout. Just adding the div doesn't work because obviously there needs to be a screen option for it. Which I have...
View ArticleJunaidkbr on "Making Gallery Posts from Existing Bulk Images"
Hello guys! I have been planning on trying something new with my upcoming picture blog. My idea is to post bulk pictures (related to my blog category) as posts (one picture each post) and then allow...
View ArticleFree269 on "What is the best way to improve in wordpress development"
Hi guys, I'm new to Wordpress, working on a website for about 2 months. First built my own theme and learnt how things work from this level (file structure, basic functions, responsive mobile design,...
View ArticleFree269 on "Facebook share buttons"
Hi guys, I was trying to look for a share button that shows how many people shared the post, and just cant find one. The one with the counter that facebook is offering is a counter for the likes as far...
View Articlerazirazo on "How to prevent admins to delete certain other admin account?"
Im building website and setting up admin accounts. The admins will change - get created, and deleted from time to time. But my account - as site developer will always exist to provide long term...
View ArticleChris45454 on "Trying to display some html inside a wordpress template page...
Hi guys, Really pulling my hair out with this one. I have a wordpress blog with a plugin that uses a page on the site. I've assigned a custom wordpress template to the page in question and would like...
View Articlejohnandchandi on "Error message"
I have a customer who receives this message when trying to get on our website skinstrong.com AVG Alert Threat was blocked File: skinstrong.com Exploit Blackhat SEO (type1720) What does this mean?
View Article