Title: does CCS work in Page Builder post framework plugin?
Last modified: August 30, 2016

---

# does CCS work in Page Builder post framework plugin?

 *  Resolved [mario.ambrosino](https://wordpress.org/support/users/marioambrosino/)
 * (@marioambrosino)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/does-ccs-work-in-page-builder-post-framework-plugin/)
 * Hi, Eliot Akira, again. Sorry if I didn’t created a new ticket for my problem.
 * At first i wrote you:
 * > Hi, Eliot Akira. You should be proud of your plugin. It’s beautiful, in its
   > simplicity and elegance. I want to use it to recreate in-page loops of posts
   > by category, but inside the loop shortcode there isn’t way to put the link 
   > of the article in the n-th cycle of the loop in the Title. it returns the “
   > mother’s” page url.
   > I will report you below the shortcode i’m using.
   > For the author-url it works
   > [loop type=post category=in-evidenza count=7 paged=7]
   > [field title]
   >  Scritto il [field date] da [field author] [field=image] [field
   > excerpt]
   > [/loop]
   > I’m using WordPress V 4.2.4 and CCS V 2.7.4
 * Then you wrote me:
 * >  Could you please start a new support ticket on this topic? I’d like to keep
   > the issues separated.
   > 1) Is the [loop] inside the post itself, or loaded from another post via shortcode
   > or PHP?
   > 2) So, all fields inside the loop are displaying correctly except for [field
   > url].. I tested this and the URLs are pointing to each post in the loop. Hmm,
   > I wonder what is different about how you’re using it.
   > 
 * You were true, naturally. It works alone, in a page without visual editing, but
   not widgetized in the Page Builder widget (i don’t know if you know it, i use
   it to construct sidebar for each page inside of using the natural sidebar). I
   think i will take this second way, to use your beautiful plugin. However, i’m
   curious about the possibility to realize what i meant.
 * Thanks for your previous reply. It’s the first time I contact directly a programmer.(
   and beg you perdon for my english!)
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/does-ccs-work-in-page-builder-post-framework-plugin/#post-6422995)
 * Hi Mario,
 * Thank you for creating a new ticket for this. It helps me to go deeper into the
   issue and your specific situation.
 * So, I see that the issue is when you’re using shortcodes inside a Page Builder
   widget. Several people have told me about Page Builder, and currently this plugin
   is not totally compatible with it yet. From your description, it sounds like 
   everything works except for `[field url]` inside a link. I will set up a test
   for this, and look into how I can solve it. I’ll let you know when I find something.
 * Did you try using `[field title-link]` inside the widget? The issue could be 
   specific to using shortcode inside HTML attribute (like inside a link). In place
   of this:
 *     ```
       <a href="[field url]">[field title]</a>
       ```
   
 * ..you can use:
 *     ```
       [field title-link]
       ```
   
 *  Thread Starter [mario.ambrosino](https://wordpress.org/support/users/marioambrosino/)
 * (@marioambrosino)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/does-ccs-work-in-page-builder-post-framework-plugin/#post-6423091)
 * Now it works with the links. Using [field title-link] inside the widget i got
   the result i expected. Thank you, Eliot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘does CCS work in Page Builder post framework plugin?’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

## Tags

 * [ccs](https://wordpress.org/support/topic-tag/ccs/)

 * 2 replies
 * 2 participants
 * Last reply from: [mario.ambrosino](https://wordpress.org/support/users/marioambrosino/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/does-ccs-work-in-page-builder-post-framework-plugin/#post-6423091)
 * Status: resolved