jlee_shiver on "Wordpress and MySQL Database integration"
Hi! I have an existing database (MySQL using phpMyAdmin) that I would like to display information from on my Wordpress site. When I installed Wordpress, I created a new database in phpMyAdmin for...
View Articlekidnec on "WP-LOGIN edit"
Hello to every body. I have problém with editing my WP-LOGIN.php .... i use function.php in my template folder, so i want to have same design as web on this page. I try add this code to my...
View Articlecharlesdunworth on "query and order posts by custom time field"
I am trying to display a list of custom types ordered by a custom field type of date, and to show only those posts after today's date. I have this code (which I feel should work) which is in...
View Articleaintnosin on "Shortcode $content different than declared string var with same...
okay, I'm running into a weird problem. I'm using preg_match_all to decode some shortcode input into pairs of values and numbers. I tried posting the question over a stack overflow and they were only...
View ArticleDreamsFulfilledAgents on "Also submit custom fields to contact management...
I was wondering where I can go in the YOP Poll files to make a little modification. What I'm trying to do is have it run as it is currently, but in addition to it's current functionality, also feed...
View Articletspofford on "Featured Image not displaying on WooCommerce Product Page"
A thread last year advised to add "product" to "add_theme_support" in functions.php. I've done this, even twice copying the line from the earlier message thread and of course triple checking...
View Articledpskipper on "Plugin Code Question"
I am currently making a plugin that changes the default WP login page. Currently it is in very early stages. To change the WP logo on the login page, one has to do it inside the code. Could someone...
View ArticleYake on "Disable random post function on mobilesite"
Hello! I have a function that makes the order of my posts appear random. It looks like this session_start(); add_filter( 'posts_orderby', 'randomise_with_pagination' ); function...
View Articleurbanrich on "Move header widget area to right side"
I have added a widget area to my header by following a tutorial found here http://stackoverflow.com/questions/15497201/how-to-add-widget-to-the-header-php-in-wordpress This works fine, but I'm trying...
View Articlecraigtommola on "Conditional Posts Loop based on Current User Can"
I have the idea of what I'm trying to accomplish, and I believe that it's feasible, but my lack of experience with PHP syntax is mucking it up. Here's the basics of it, without a lot of backstory. I...
View ArticleNaftis on "AngularJS app in WP page"
I have a simple AngularJS app, including 3 HTML files (1 for the host page and a couple of HTML templates used in routing to different views) and a single JS file with my bundled services and...
View Articleblazeblaze on "List posts from category name. Almost - it lists all post...
Hi I'm trying to list all posts that belong to a category name generatate by sanitize_title function. I almost achieved the result, but the code also displays whole post content. <?php...
View Articleroxperez on "Order a WP_Query by a custom field that don´t exist in the query"
I have some problems trying to order a WP_Query, maybe someone can help me. I´ve created a wp_query, the post_type is a custom post type from a plugin, so I cannot modify it. I need to add an extra...
View Articlehays298 on "Open Graph tags for Facebook"
My WordPress links have just stopped working on Facebook. They were working fine up until a few days ago. I checked them on the Facebook debugger and it comes up with the following warnings: The...
View Articleboujphoenix on "Display pages by role"
Hi, thanks in advance for the help and support you are giving. i am a rea beginner in this area of wordpress and the coding stuff. Iused to find a plugin for everything i need, but not this time. i am...
View Articler78o1k on "Search & Filter - Submit button"
Hi.I have put the below code into a text widget on the catch kathmandu theme. And the submit button is not working? <?php echo do_shortcode('[searchandfilter fields="search,category,post_tag"...
View Articleghulamali2612 on "Get Menus title"
hi all i am looking for wp_nav_item title and post_name. when i select the post_name with this query it shows me id's and i also search these id's in wp_postmeta but not success. i want to get menu...
View ArticleLuisBeltran on "List year by year, categories used those years"
Hi friends, We have installed a multi-WP for a school. They have a need to display the file ordering, year by year, the categories used that year. For example: -Issues of 2014 --- Category 3 < link...
View ArticleHoloman on "How to make page that updates with user query"
Hi I am a bit of a novice when it comes to making websites. I want to be able to display a large set of information on my site. This is in the form of thousands of tables all of the same format and...
View Articlesiravecavec on "How to integrate shortcodes into POST"
Hello, I have this shortcode in shortcode.php now my question is how can I integrate this shortcode into a normal post? //Pricing tables function hdcs_pricing_table($atts, $content = null) {...
View Article