43 |
44 |
45 |
--------------------------------------------------------------------------------
/articles/post-wsuwp_uc_person.php:
--------------------------------------------------------------------------------
1 |
>
2 |
3 |
4 |
25 |
26 |
30 |
32 |
33 |
34 |
35 |
36 | post_excerpt ) {
39 | echo get_the_excerpt();
40 | }
41 | ?>
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/includes/cmec-shortcodes.php:
--------------------------------------------------------------------------------
1 |
33 |
34 | 3,
37 | 'offset'=> 0,
38 | 'post_type' => 'post',
39 | 'tax_query' => array(
40 | array(
41 | 'taxonomy' => 'category',
42 | 'field' => 'slug',
43 | 'terms' => 'news-wmel'
44 | ),
45 | ),
46 | );
47 |
48 | $my_posts = new WP_Query( $args );
49 |
50 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
51 | ?>
52 |
53 |
54 |
57 |
58 |
59 |
75 |
76 | 3,
79 | 'offset'=> 0,
80 | 'post_type' => 'post',
81 | 'tax_query' => array(
82 | array(
83 | 'taxonomy' => 'category',
84 | 'field' => 'slug',
85 | 'terms' => 'news-structural-engineering'
86 | ),
87 | ),
88 | );
89 |
90 | $my_posts = new WP_Query( $args );
91 |
92 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
93 | ?>
94 |
95 |
96 |
99 |
100 |
101 |
117 |
118 | 3,
121 | 'offset'=> 0,
122 | 'post_type' => 'post',
123 | 'tax_query' => array(
124 | array(
125 | 'taxonomy' => 'category',
126 | 'field' => 'slug',
127 | 'terms' => 'news-polymeric'
128 | ),
129 | ),
130 | );
131 |
132 | $my_posts = new WP_Query( $args );
133 |
134 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
135 | ?>
136 |
137 |
138 |
141 |
142 |
143 |
159 |
160 | 3,
163 | 'offset'=> 0,
164 | 'post_type' => 'post',
165 | 'tax_query' => array(
166 | array(
167 | 'taxonomy' => 'category',
168 | 'field' => 'slug',
169 | 'terms' => 'news-cbm'
170 | ),
171 | ),
172 | );
173 |
174 | $my_posts = new WP_Query( $args );
175 |
176 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
177 | ?>
178 |
179 |
180 |
183 |
184 |
185 |
201 |
202 |
203 | 4,
206 | 'offset'=> 0,
207 | 'post_type' => 'wsuwp_uc_publication',
208 | 'tax_query' => array(
209 | array(
210 | 'taxonomy' => 'category',
211 | 'field' => 'slug',
212 | 'terms' => 'cbm-publications'
213 | ),
214 | ),
215 | );
216 |
217 | $my_posts = new WP_Query( $args );
218 |
219 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
220 | ?>
221 |
222 |
223 |
226 |
227 |
228 |
229 |
245 |
246 |
247 | 4,
250 | 'offset'=> 0,
251 | 'post_type' => 'wsuwp_uc_publication',
252 | 'tax_query' => array(
253 | array(
254 | 'taxonomy' => 'category',
255 | 'field' => 'slug',
256 | 'terms' => 'structural-engineering-publications'
257 | ),
258 | ),
259 | );
260 |
261 | $my_posts = new WP_Query( $args );
262 |
263 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
264 | ?>
265 |
266 |
267 |
270 |
271 |
272 |
273 |
289 |
290 |
291 | 4,
294 | 'offset'=> 0,
295 | 'post_type' => 'wsuwp_uc_publication',
296 | 'tax_query' => array(
297 | array(
298 | 'taxonomy' => 'category',
299 | 'field' => 'slug',
300 | 'terms' => 'polymeric-materials-publications'
301 | ),
302 | ),
303 | );
304 |
305 | $my_posts = new WP_Query( $args );
306 |
307 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
308 | ?>
309 |
310 |
311 |
314 |
315 |
316 |
317 |
333 |
334 |
335 | 4,
338 | 'offset'=> 0,
339 | 'post_type' => 'wsuwp_uc_publication',
340 | 'tax_query' => array(
341 | array(
342 | 'taxonomy' => 'category',
343 | 'field' => 'slug',
344 | 'terms' => 'wmel-publications'
345 | ),
346 | ),
347 | );
348 |
349 | $my_posts = new WP_Query( $args );
350 |
351 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
352 | ?>
353 |
354 |
355 |
358 |
359 |
360 |
361 |
377 |
378 |
379 | 4,
382 | 'offset'=> 0,
383 | 'post_type' => 'wsuwp_uc_project',
384 | 'tax_query' => array(
385 | array(
386 | 'taxonomy' => 'category',
387 | 'field' => 'slug',
388 | 'terms' => 'wmel-projects'
389 | ),
390 | ),
391 | );
392 |
393 | $my_posts = new WP_Query( $args );
394 |
395 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
396 | ?>
397 |
398 |
399 |
402 |
403 |
404 |
405 |
421 |
422 |
423 | 4,
426 | 'offset'=> 0,
427 | 'post_type' => 'wsuwp_uc_project',
428 | 'tax_query' => array(
429 | array(
430 | 'taxonomy' => 'category',
431 | 'field' => 'slug',
432 | 'terms' => 'structural-engineering-projects'
433 | ),
434 | ),
435 | );
436 |
437 | $my_posts = new WP_Query( $args );
438 |
439 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
440 | ?>
441 |
442 |
443 |
446 |
447 |
448 |
449 |
465 |
466 |
467 | 4,
470 | 'offset'=> 0,
471 | 'post_type' => 'wsuwp_uc_project',
472 | 'tax_query' => array(
473 | array(
474 | 'taxonomy' => 'category',
475 | 'field' => 'slug',
476 | 'terms' => 'polymeric-materials-projects'
477 | ),
478 | ),
479 | );
480 |
481 | $my_posts = new WP_Query( $args );
482 |
483 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
484 | ?>
485 |
486 |
487 |
490 |
491 |
492 |
493 |
509 |
510 |
511 | 4,
514 | 'offset'=> 0,
515 | 'post_type' => 'wsuwp_uc_project',
516 | 'tax_query' => array(
517 | array(
518 | 'taxonomy' => 'category',
519 | 'field' => 'slug',
520 | 'terms' => 'cbm-projects'
521 | ),
522 | ),
523 | );
524 |
525 | $my_posts = new WP_Query( $args );
526 |
527 | if ( $my_posts->have_posts() ) : while( $my_posts->have_posts() ) : $my_posts->the_post();
528 | ?>
529 |
530 |
531 |
534 |
535 |
536 |
537 |