WP-Tlon on "LOOP"
Hi eveyone! I'm writing a plugin and I need to disable standard LOOP in order to put my code instead without changing WP templates of course. Any ideas? Thank u.
View Articlelastofpudge on "Clean theme menu"
Can i use this solution to clean my wordpress theme menu or there exists a better way?
View ArticleBen Overmyer on "How do I change the site URL but not the admin URL?"
I'm looking to write a plugin that allows you to change the Site Link displayed in the admin screen to a different URL than the WordPress one. Some context: I have a completely separate UI serving the...
View Articlecarterson2 on "WordPress and MySQL Database integration 2"
How best could I fix this page? Sometimes it gets too wide... It has div issues, and I am out of my element (pun).. I am open to anything, excel, theme, purchase. http://www.wikispeedia.org/wordpress/...
View Articlejeffersonpowers on "Changes to core files to improve SEO?"
Apologies if some of this is vague. A client of a client is complaining about Google Analytics errors on his web page, specifically that he's getting "missing: author" and "missing: updated" errors,...
View Articlebanfw001 on "Creating Multiple Pages With Content On Activation"
Hello, I was wondering if anyone would be able to help me with a problem I am having with creating a WordPress Plugin. When someone activates my plugin, I want the plugin to go ahead automatically and...
View Articleflypadre on "Best code practice for displaying 1 post"
On my index page I have a section that displays "the latest news" which is simply the content taken from a specific post. I don't need a loop because I only want to display information from 1...
View Articlebibbli on "output of post classes using apply_filters"
I added this to my functions.php to show custom taxonomies as post classes: add_filter( 'post_class', 'custom_taxonomy_post_class', 10, 3 ); if ( ! function_exists('custom_taxonomy_post_class') ) {...
View Articlemadebyj on "Add dataTable and javascript function"
Dear experts, I am having trouble trying to use the javascript library 'dataTable'. I have done this : 1 - build a child theme 2 - build functions.php in the child theme 3 - call javascript datatable...
View ArticleTitanMarketingLLC on "Change Attachment Page Directory Name"
When I link an image to an attachment page /attachment/ is in the url. I would like to change http://mysite.com/mypage/attachment/myattachment into http://mysite.com/mypage/newfoldername/myattachment
View Articlenewsniper on "Json API"
Hi coders... Im new in wordpress. Do i actually need to install json api plugin in the website to retrieve details from the website to my new android app??? Actually i got the api url from where i need...
View Articlec13303 on "How to query_posts categories AND and OR at the same time ?"
Hi ! Starting from this : query_posts( array( 'category__and' => array(1,2), 'posts_per_page' => 2, 'orderby' => 'title', 'order' => 'DESC' ) ); I'm wondering if I can make a request with...
View ArticleWolfenstein on "Shortcodes not working after updating to WordPress 3.9"
What changed in WordPress 3.9 where shortcodes are no longer inserted into posts and pages? I need to update a plugin I own, but I am a php novice and usually reverse engineer and find out how to fix...
View Articlerobertosalemi on "Search Page: pagination does not work"
Hello to all, I customized the work of research, I'll explain: 1 ) I made a search input in ajax when use the query : $sql = "SELECT DISTINCT(post_title) FROM wp_posts WHERE post_type = 'portfolio' and...
View ArticleAvWijk on "Get title from attached images"
Hello, I'm using the following code to get the attached images from a post, only excluding the featured image. <?php $thumb_ID = get_post_thumbnail_id( $post->ID ); if ( $images =...
View ArticleHeadMonkey on "Get current user array with post string"
Hey all, I'm recoding an associative array that used to post 16 static data fields. I just need to get 10 WP current user fields and pass the field data to a post string. This php code allows user...
View ArticleRichzendy on "get a post from a new template page"
Hi, i don't know how explain this, but i will try: I have a custom post with a custom template page: http://www.example.com/calendar/ This works and will show a list from my custom posts named calendar...
View ArticleKazuhara on "List of Sellers on Custom Post Types"
Hi guys, I'm still relatively new to WordPress and I would like to ask regarding Custom Post Type. The thing is, I'm making a plugin and there will be a list of sellers without an user account, just...
View ArticleVladimirPanek on "RSS WP HTTP Error: A valid URL was not provided....
Hello, I have RSS feed on the same server that I need to display on my WP site. I was looking around and found only one solution. Add this code in the function.php to accept any bad urls function...
View Articlez0haib on "Injecting a javascript banner code right before & after wordpress...
I am trying to develop a plugin to inject a javascript banner code right before and after the wordpress navigation menu but I am unable to find any solution to this problem. Does anyone have any idea?...
View Article