Cliff on "how to create your own Button in TinyMCE"
This is what i like to do. 1. Create a button in TinyMCE (I know this part -> http://codex.wordpress.org/TinyMCE) 2. When i click on this button, it will pop up asking me for a youtube video URL. 3....
View Articlemodeman on "How to loop posts even if category does nt have sub-categories"
Hello, i have this code: http://pastebin.com/tF2c63Mb Now posts show only on sub-categories. I need to show posts even when category doesn't have sub-categories. I need like this: Category - > Show...
View Articlecusackd on "Parents and Children, not the human kind."
Hello All, This is my first time coming here to ask a question and I hope someone can help. I would like to do the following but having difficulty doing it. Get all parent categories in a custom post...
View Articlejoeymalek on "core support of autostart, preload attributes"
Hello and welldone to wordpress for supporting html 5 media playing natively. I yet did not use these new wp features and continued to use earlier plugins only because wordpress core does not support...
View Articlehalilturkoglu on "Check if Wordpress is installed"
Hi, I have some questions. 1. I have my own web site running WP (in subdirectory), alongside with my own website. I am trying to find a function (not wp functions), which can check if any Wordpress...
View Article2olive on "Custom post type and meta box into custom table"
Hi all. I wonder how to do this. I've made a custom post type called swimmers with a meta box containing some values of interest and everything is ok. I can insert and save data with no problem. Now...
View ArticleDiraen on "Hack the status post menu"
Hi ! I would like to add a « mine » status on the post menu on the admin interface. I only found hack to hide others' post for editors but nothing that I can adapt to my needs. Any idea ?
View Articlejralston on "PHP echo href problem"
I am having a heck of time trying to echo a link. Here is my code: if ( ! is_user_logged_in() ) { // Display WordPress login form: $args = array( 'form_id' => 'loginform-custom', 'label_username'...
View Articlekimbo_king on "Page -"
Hi I have a problem when somebody views my forum on a mobile My custom header moves with the screen but my 'wordpress menu' doesn't http://www.togganet.co.uk/blog/forums/ Which file is the 'wordpress...
View Articlegpspake on "posts_where filter doesn't work in a class."
I'm trying to get all of the posts with a custom post type that have been published in the past 5 days. Although this is overly difficult, and it doesn't look like a better method will be available...
View Articlewnnnews on "jQuery undefined error fix needed"
Our main slider is not working. Showing this jquery not defined in our home.php Need rewrite sample ideas to correct. Thx for helping. ________________ <script type="text/javascript">...
View Articlejnwry on "add drop down menu to register post type"
Hi, I'm trying to figure out how to integrate register post type with my plugin. What I need is that each author have access to post to his/her course. So I need a drop down menu that would select the...
View ArticleMarcushill746 on "Help to Add a 'Load More' Button to list of posts"
Hey, So I've been putting together my own theme, and the only thing I have left to do is implement some kind of 'Load More Posts', infinite-scroll type thing to the page that displays my blog posts....
View Articlerobinburrer on "Nested custom post type pagination"
Hi forum, after spending almost a day on this problem I hope that you can help me. I have a custom post type "employee". In a wp_query I want to display all entries and want to have them paginated as...
View ArticleShapeshifter 3 on "3-Column Bootstrap Scaffolding"
Can anybody tell me the correct way to implement 3-columns into individual Static Pages or Posts using Bootstrap version 2.3.2. I've gone to the Bootstrap website; tried to follow their instructions;...
View Articlepdme on "Automatically inserted post needs update?"
I have a function which automatically inserts a woocommerce product once a custom type post called daily_cartoon has been added. This is the code of the function: function...
View Articlemikelawton86 on "Wrapping 4 posts in a two divs"
HI, I'm trying to wrap 4 individual posts with a category id of 3 into two individual divs i.e <div class="postContainer"> POST1 POST2 POST3 POST4 </div> <div class="postContainer">...
View Articlesay_what on "Pagination problem"
I have two custom rewrite rules: add_rewrite_rule('foo/bar/?', 'index.php?post_type=foo', 'top'); add_rewrite_rule('foo/bar/([a-z]+)/?', 'index.php?post_type=foo&bar=$matches[1]', 'top'); Which...
View Articlejohanrg on "portfolio"
Hi All I found this in my search for making a portfolio page- my only problem is that i want it to use the biggest image versions instead of thumbnails, can anybody help me? I will be so happy :)...
View Article2olive on "Get post meta to show in admin"
Hi all. I'm writing a plugin for a swimming team. I have two custom post types (swimmers and competitions) with their respective meta box. The titles of those CPTs are the athletes' name and the...
View Article